1
0
mirror of synced 2024-06-01 10:18:14 +02:00

dev-python/pypubsub: version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ@yandex.com>
This commit is contained in:
Horea Christian 2019-02-26 00:54:01 +01:00
parent 3c76688ac2
commit 5eaf9f1073
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 11 additions and 11 deletions

View File

@ -0,0 +1,4 @@
*pypubsub-3.4.0 (25 Feb 2019)
25 Feb 2019; <chymera@gentoo.org> +pypubsub-3.4.0.ebuild:
dev-python/pypubsub:

View File

@ -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 DIST pypubsub-3.4.0.tar.gz 178268 SHA256 c52d793f6b89b1cd748aa82ac1e1c2014c4fcb78f54903e72853648661b9f564 SHA512 0017fcd32befdb946e85d41d5b2480306b75f0e70acde2dfe38dd8671e09c2b03240de4de3eb7cd5c160e03348ae6c8269263ea483112fbafdbacb8e39c7de5f WHIRLPOOL 44fa8877dacb7d232fa505671582392b624752595cc725cbd1ba24f02e312afd35fa1ddd53eb7117c23c1effc822a07e3db145f6aab70b53b3ede88df30f2990

View File

@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 inherit distutils-r1
MY_HASH="1801be1a63af9250e79b8941a37b88e3ca0d660b880b9862fe9016ae6a3a"
MY_PN="PyPubSub"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A Python publish-subcribe library" DESCRIPTION="A Python publish-subcribe library"
HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip" HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip"
SRC_URI=" 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 #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}] )" DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND="" RDEPEND=""
S="${WORKDIR}/${MY_P}" #S="${WORKDIR}/${MY_P}"
#PATCHES=( "${FILESDIR}"/${P}-imports.patch ) #PATCHES=( "${FILESDIR}"/${P}-imports.patch )
# #
@ -58,10 +54,11 @@ S="${WORKDIR}/${MY_P}"
#} #}
python_test() { python_test() {
distutils_install_for_testing
#cp "../${PN}-${EGIT_COMMIT}/"{policies,py2and3}.py "${BUILD_DIR}" || die #cp "../${PN}-${EGIT_COMMIT}/"{policies,py2and3}.py "${BUILD_DIR}" || die
#cp "../${PN}-${EGIT_COMMIT}/"{policies,py2and3}.py src/ || die #cp "../${PN}-${EGIT_COMMIT}/"{policies,py2and3}.py src/ || die
cd ${BUILD_DIR} || die cd "tests/suite" || die
nosetests -v || die pytest -vv || die
#for i in tests/suite/*.py; do #for i in tests/suite/*.py; do
# echo "Executing ${EPYTHON} ${i}" # echo "Executing ${EPYTHON} ${i}"
# ${EPYTHON} "$i" || die "Example Python script $i failed with ${EPYTHON}" # ${EPYTHON} "$i" || die "Example Python script $i failed with ${EPYTHON}"