From 5eaf9f10730e9e5ca167b45e1c50d2916ef21c7d Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 26 Feb 2019 00:54:01 +0100 Subject: [PATCH] dev-python/pypubsub: version bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Horea Christian --- dev-python/pypubsub/ChangeLog | 4 ++++ dev-python/pypubsub/Manifest | 1 - ...ubsub-3.3.0.ebuild => pypubsub-3.4.0.ebuild} | 17 +++++++---------- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 dev-python/pypubsub/ChangeLog rename dev-python/pypubsub/{pypubsub-3.3.0.ebuild => pypubsub-3.4.0.ebuild} (85%) diff --git a/dev-python/pypubsub/ChangeLog b/dev-python/pypubsub/ChangeLog new file mode 100644 index 0000000..c22547e --- /dev/null +++ b/dev-python/pypubsub/ChangeLog @@ -0,0 +1,4 @@ +*pypubsub-3.4.0 (25 Feb 2019) + + 25 Feb 2019; +pypubsub-3.4.0.ebuild: + dev-python/pypubsub: diff --git a/dev-python/pypubsub/Manifest b/dev-python/pypubsub/Manifest index 9e42235..aaf6ea8 100644 --- a/dev-python/pypubsub/Manifest +++ b/dev-python/pypubsub/Manifest @@ -1,2 +1 @@ -DIST pypubsub-3.3.0.zip 87972 SHA256 05e301917a8489f4fdf71bf5a717526a44c4f908e93809df366accec2886a84b SHA512 2720a4b8f779d53afed3b1e4d3703dfc1e3491f4ffabd479e378cfca18d976af6e135a446cf0511dc5da456d5b28144b14b670c1f8c51baa7c28f5e8b51223ef WHIRLPOOL 93e9fae8d068a031c0db10bcc841e5b98b2a3337769d290620e938e7bbad8a74ef9e8433dd0851c1ee055a85dcc1b5655a9b7c4efcddda1ea92e0cd5248658bc DIST pypubsub-3.4.0.tar.gz 178268 SHA256 c52d793f6b89b1cd748aa82ac1e1c2014c4fcb78f54903e72853648661b9f564 SHA512 0017fcd32befdb946e85d41d5b2480306b75f0e70acde2dfe38dd8671e09c2b03240de4de3eb7cd5c160e03348ae6c8269263ea483112fbafdbacb8e39c7de5f WHIRLPOOL 44fa8877dacb7d232fa505671582392b624752595cc725cbd1ba24f02e312afd35fa1ddd53eb7117c23c1effc822a07e3db145f6aab70b53b3ede88df30f2990 diff --git a/dev-python/pypubsub/pypubsub-3.3.0.ebuild b/dev-python/pypubsub/pypubsub-3.4.0.ebuild similarity index 85% rename from dev-python/pypubsub/pypubsub-3.3.0.ebuild rename to dev-python/pypubsub/pypubsub-3.4.0.ebuild index 7f5adcf..0b6f232 100644 --- a/dev-python/pypubsub/pypubsub-3.3.0.ebuild +++ b/dev-python/pypubsub/pypubsub-3.4.0.ebuild @@ -1,20 +1,16 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -MY_HASH="1801be1a63af9250e79b8941a37b88e3ca0d660b880b9862fe9016ae6a3a" -MY_PN="PyPubSub" -MY_P="${MY_PN}-${PV}" - DESCRIPTION="A Python publish-subcribe library" HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip" SRC_URI=" - https://files.pythonhosted.org/packages/95/5a/${MY_HASH}/${MY_P}.zip -> ${P}.zip + https://github.com/schollii/pypubsub/archive/v${PV}.tar.gz -> ${P}.tar.gz " #https://github.com/schollii/pypubsub/archive/${EGIT_COMMIT}.tar.gz -> ${P}-extras.tar.gz @@ -26,7 +22,7 @@ IUSE="test" DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" RDEPEND="" -S="${WORKDIR}/${MY_P}" +#S="${WORKDIR}/${MY_P}" #PATCHES=( "${FILESDIR}"/${P}-imports.patch ) # @@ -58,10 +54,11 @@ S="${WORKDIR}/${MY_P}" #} python_test() { + distutils_install_for_testing #cp "../${PN}-${EGIT_COMMIT}/"{policies,py2and3}.py "${BUILD_DIR}" || die #cp "../${PN}-${EGIT_COMMIT}/"{policies,py2and3}.py src/ || die - cd ${BUILD_DIR} || die - nosetests -v || die + cd "tests/suite" || die + pytest -vv || die #for i in tests/suite/*.py; do # echo "Executing ${EPYTHON} ${i}" # ${EPYTHON} "$i" || die "Example Python script $i failed with ${EPYTHON}"