[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/, profiles/, profiles/arch/m68k/
commit: a6f7c526734704b1791d4fb4ab3a944e7fa027a3 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 29 14:51:33 2024 + Commit: Michał Górny gentoo org> CommitDate: Fri Mar 29 14:52:04 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f7c526 dev-python/nose: Remove last-rited pkg Closes: https://bugs.gentoo.org/822414 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/Manifest| 1 - dev-python/nose/metadata.xml| 13 --- dev-python/nose/nose-1.3.7_p20221026.ebuild | 58 - profiles/arch/m68k/package.use.mask | 1 - profiles/package.deprecated | 8 profiles/package.mask | 8 6 files changed, 89 deletions(-) diff --git a/dev-python/nose/Manifest b/dev-python/nose/Manifest deleted file mode 100644 index f3e9898480d9.. --- a/dev-python/nose/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nose-1.3.7_p20221026.gh.tar.gz 325421 BLAKE2B 3762e1703a6a9c90d1569d21efa9ba100f52a8b3660022694133a763d995e19a6eef2398f5013b4827e4c334a2d5e3cd14a9704a50cd822c2d554a0ed6008f2c SHA512 3cb97b58525bee0cf88328ba865dc039bf3b76c56b4b42dd9dcf68f7b7585a91fb7e9b0c419668eccc0e242b2bcbb77eb197a0954ee9ad50051ef3af1a81dac3 diff --git a/dev-python/nose/metadata.xml b/dev-python/nose/metadata.xml deleted file mode 100644 index 554766d8e7d1.. --- a/dev-python/nose/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - -https://www.gentoo.org/dtd/metadata.dtd";> - - -pyt...@gentoo.org -Python - - - -nose -nose-devs/nose - - diff --git a/dev-python/nose/nose-1.3.7_p20221026.ebuild b/dev-python/nose/nose-1.3.7_p20221026.ebuild deleted file mode 100644 index de12a5102c63.. --- a/dev-python/nose/nose-1.3.7_p20221026.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -EGIT_COMMIT="8def1b4dcf2ef6b4a34bffdfacea0018a78b06b6" -DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" -HOMEPAGE=" - https://pypi.org/project/nose/ - https://nose.readthedocs.io/en/latest/ - https://github.com/nose-devs/nose -" -SRC_URI=" - https://github.com/arthurzam/nose/archive/${EGIT_COMMIT}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/${PN}-${EGIT_COMMIT}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="examples test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - $(python_gen_cond_dep ' - !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) - ' python3_{8..10} pypy3) - $(python_gen_cond_dep ' - dev-python/twisted[${PYTHON_USEDEP}] - ' python3_{8..10}) - ) -" - -src_prepare() { - # failing to find configuration file - sed -e 's/test_cover_options_config_file/_&/' \ - -i unit_tests/test_cover_plugin.py || die - - distutils-r1_src_prepare -} - -python_test() { - "${EPYTHON}" -m nose -v -a "!network" || - die "Tests fail with ${EPYTHON}" -} - -src_install() { - distutils-r1_src_install - use examples && dodoc -r examples -} diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index 3815aedb321e..9be2feccdf89 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -75,7 +75,6 @@ dev-python/distlib test dev-python/fonttools test dev-python/hatchling test dev-python/isort test -dev-python/nose test dev-python/numpydoc test dev-python/objgraph test dev-python/pip-run test diff --git a/profiles/package.deprecated b/profiles/package.deprecated index e5d25c1ecdb5..db4bc1db6ddd 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -107,14 +107,6 @@ sys-apps/edac-utils # to packages not supporting Python 2 anymore. dev-python/future -# Michał Górny (2022-10-17) -# Nosetests are no longer maintained (since 2015!), are completely -# broken with Python 3.11, and we were already patching it to make it -# work with prior Python versions. If your package still needs it -# (sic!), then either port it to use a maintained test framework (pytest -# preferably) or last rite it. -dev-python/nose - # Matt Turner (2022-10-02) # Dummy packages, now merged into app-accessibility/at-spi2-core. # When possible, replace dependencies on these packages with a dependency on diff --git a/profiles/package.mask b/profiles/package.mask index f242f83466de..9c0a936af421 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-random/, profiles/
commit: 95673b6526722a7246c8d302d893213b1a79530c Author: Jakov Smolić gentoo org> AuthorDate: Fri Jan 27 10:51:38 2023 + Commit: Jakov Smolić gentoo org> CommitDate: Fri Jan 27 11:07:14 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95673b65 dev-python/nose-random: treeclean Signed-off-by: Jakov Smolić gentoo.org> dev-python/nose-random/Manifest | 1 - dev-python/nose-random/metadata.xml | 11 --- dev-python/nose-random/nose-random-1.0.0.ebuild | 20 profiles/package.mask | 1 - 4 files changed, 33 deletions(-) diff --git a/dev-python/nose-random/Manifest b/dev-python/nose-random/Manifest deleted file mode 100644 index 2c54bf9c19dc.. --- a/dev-python/nose-random/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nose-random-1.0.0.tar.gz 3776 BLAKE2B 18dc40b13fcb970c4d2edeb6be9c6f3e710b36d14dcdc4a56c6e3ecf811ab2acd6be3e1c1cea2231eb5dc10581c77f201220354c77f3d9f67d89d894ed8b4f24 SHA512 9c62413fb00c3b774954ae7a65b08b122ae0dd2b24377efba8de345597b4ce4952aad09a0c2fea7f9d92f57a3664908fccd6eabadf32074a35978c958ea2b66f diff --git a/dev-python/nose-random/metadata.xml b/dev-python/nose-random/metadata.xml deleted file mode 100644 index d36e8f010987.. --- a/dev-python/nose-random/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - -https://www.gentoo.org/dtd/metadata.dtd";> - - -pyt...@gentoo.org - - -chutz...@gentoo.org -Patrick McLean - - diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild deleted file mode 100644 index 0b75cf8ca3ad.. --- a/dev-python/nose-random/nose-random-1.0.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -DISTUTILS_USE_SETUPTOOLS=bdepend -inherit distutils-r1 - -DESCRIPTION="Nose plugin to facilitate randomized unit testing" -HOMEPAGE="https://github.com/fzumstein/nose-random"; -SRC_URI="https://github.com/fzumstein/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" - -RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" - -# no tests diff --git a/profiles/package.mask b/profiles/package.mask index a7848f5724cd..a905149c61e6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -794,7 +794,6 @@ dev-python/errorhandler dev-python/flask-restful dev-python/imread dev-python/influxdb -dev-python/nose-random # Georgy Yakovlev (2022-12-19) # This version currently is not compatible with kernel build (yet)
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: b9ef3a42be680008b9871864f214ba61ccf2 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 6 07:35:57 2022 + Commit: Michał Górny gentoo org> CommitDate: Sun Nov 6 07:59:17 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ef3a42 dev-python/nose: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/nose/Manifest | 1 - dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild | 58 --- 2 files changed, 59 deletions(-) diff --git a/dev-python/nose/Manifest b/dev-python/nose/Manifest index af7cc2a1881c..f3e9898480d9 100644 --- a/dev-python/nose/Manifest +++ b/dev-python/nose/Manifest @@ -1,2 +1 @@ -DIST nose-1.3.7_p2021_p1.gh.tar.gz 327855 BLAKE2B acddcaa0718f23f281ea34a977354b3ef88c95d4ef712afd8354effe6df7883d473b50caaa3b5c79fcc4c36a9d45bee4eb5865a6ef66e371dae12ed1a0a0418a SHA512 752eb1337fd481a1b8498ead330d716cf4180c18faabde257e9a1139928b9fa38e2e145d36c1ea8e3867a36d4843134ee26e9e9f83ff84d21f0fe246d2392d15 DIST nose-1.3.7_p20221026.gh.tar.gz 325421 BLAKE2B 3762e1703a6a9c90d1569d21efa9ba100f52a8b3660022694133a763d995e19a6eef2398f5013b4827e4c334a2d5e3cd14a9704a50cd822c2d554a0ed6008f2c SHA512 3cb97b58525bee0cf88328ba865dc039bf3b76c56b4b42dd9dcf68f7b7585a91fb7e9b0c419668eccc0e242b2bcbb77eb197a0954ee9ad50051ef3af1a81dac3 diff --git a/dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild b/dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild deleted file mode 100644 index 483709a85a70.. --- a/dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -EGIT_COMMIT="94fd6746619ee8728f2b8740ebf2d1582b03cb15" -DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" -HOMEPAGE=" - https://pypi.org/project/nose/ - https://nose.readthedocs.io/en/latest/ - https://github.com/nose-devs/nose -" -SRC_URI=" - https://github.com/arthurzam/nose/archive/${EGIT_COMMIT}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/${PN}-${EGIT_COMMIT}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="examples test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - $(python_gen_cond_dep ' - !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) - ' python3_{8..10} pypy3) - $(python_gen_cond_dep ' - dev-python/twisted[${PYTHON_USEDEP}] - ' python3_{8..10}) - ) -" - -src_prepare() { - # failing to find configuration file - sed -e 's/test_cover_options_config_file/_&/' \ - -i unit_tests/test_cover_plugin.py || die - - distutils-r1_src_prepare -} - -python_test() { - "${EPYTHON}" -m nose -v -a "!network" || - die "Tests fail with ${EPYTHON}" -} - -src_install() { - distutils-r1_src_install - use examples && dodoc -r examples -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: ca0272ac6d4788504618f979bf3c576f396cfeab Author: Sam James gentoo org> AuthorDate: Sun Nov 6 07:23:54 2022 + Commit: Sam James gentoo org> CommitDate: Sun Nov 6 07:23:54 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0272ac dev-python/nose: Stabilize 1.3.7_p20221026 ALLARCHES, #879973 Signed-off-by: Sam James gentoo.org> dev-python/nose/nose-1.3.7_p20221026.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7_p20221026.ebuild b/dev-python/nose/nose-1.3.7_p20221026.ebuild index 83b354dadcd7..4466d8f9e726 100644 --- a/dev-python/nose/nose-1.3.7_p20221026.ebuild +++ b/dev-python/nose/nose-1.3.7_p20221026.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: fce96c706e4a8af3ef4f1ec3528d435a0a8bfcfe Author: Arthur Zamarin gentoo org> AuthorDate: Wed Oct 26 11:45:03 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Wed Oct 26 11:45:34 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce96c70 dev-python/nose: add 1.3.7_p20221026 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/nose/Manifest| 1 + dev-python/nose/nose-1.3.7_p20221026.ebuild | 58 + 2 files changed, 59 insertions(+) diff --git a/dev-python/nose/Manifest b/dev-python/nose/Manifest index 4582b3faa04e..af7cc2a1881c 100644 --- a/dev-python/nose/Manifest +++ b/dev-python/nose/Manifest @@ -1 +1,2 @@ DIST nose-1.3.7_p2021_p1.gh.tar.gz 327855 BLAKE2B acddcaa0718f23f281ea34a977354b3ef88c95d4ef712afd8354effe6df7883d473b50caaa3b5c79fcc4c36a9d45bee4eb5865a6ef66e371dae12ed1a0a0418a SHA512 752eb1337fd481a1b8498ead330d716cf4180c18faabde257e9a1139928b9fa38e2e145d36c1ea8e3867a36d4843134ee26e9e9f83ff84d21f0fe246d2392d15 +DIST nose-1.3.7_p20221026.gh.tar.gz 325421 BLAKE2B 3762e1703a6a9c90d1569d21efa9ba100f52a8b3660022694133a763d995e19a6eef2398f5013b4827e4c334a2d5e3cd14a9704a50cd822c2d554a0ed6008f2c SHA512 3cb97b58525bee0cf88328ba865dc039bf3b76c56b4b42dd9dcf68f7b7585a91fb7e9b0c419668eccc0e242b2bcbb77eb197a0954ee9ad50051ef3af1a81dac3 diff --git a/dev-python/nose/nose-1.3.7_p20221026.ebuild b/dev-python/nose/nose-1.3.7_p20221026.ebuild new file mode 100644 index ..83b354dadcd7 --- /dev/null +++ b/dev-python/nose/nose-1.3.7_p20221026.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +EGIT_COMMIT="8def1b4dcf2ef6b4a34bffdfacea0018a78b06b6" +DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" +HOMEPAGE=" + https://pypi.org/project/nose/ + https://nose.readthedocs.io/en/latest/ + https://github.com/nose-devs/nose +" +SRC_URI=" + https://github.com/arthurzam/nose/archive/${EGIT_COMMIT}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}/${PN}-${EGIT_COMMIT}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="examples test" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + $(python_gen_cond_dep ' + !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) + ' python3_{8..10} pypy3) + $(python_gen_cond_dep ' + dev-python/twisted[${PYTHON_USEDEP}] + ' python3_{8..10}) + ) +" + +src_prepare() { + # failing to find configuration file + sed -e 's/test_cover_options_config_file/_&/' \ + -i unit_tests/test_cover_plugin.py || die + + distutils-r1_src_prepare +} + +python_test() { + "${EPYTHON}" -m nose -v -a "!network" || + die "Tests fail with ${EPYTHON}" +} + +src_install() { + distutils-r1_src_install + use examples && dodoc -r examples +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: eab410f43acdc6613f23e584a7a4a2ac8c722e5c Author: Michał Górny gentoo org> AuthorDate: Fri Jun 10 04:15:42 2022 + Commit: Michał Górny gentoo org> CommitDate: Fri Jun 10 04:15:42 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab410f4 dev-python/nose: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7_p2021_p1.ebuild | 54 -- 1 file changed, 54 deletions(-) diff --git a/dev-python/nose/nose-1.3.7_p2021_p1.ebuild b/dev-python/nose/nose-1.3.7_p2021_p1.ebuild deleted file mode 100644 index 0bcccaee3d86.. --- a/dev-python/nose/nose-1.3.7_p2021_p1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -PYTHON_REQ_USE="threads(+)" -inherit distutils-r1 - -COMMIT="94fd6746619ee8728f2b8740ebf2d1582b03cb15" - -DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" -HOMEPAGE=" - https://pypi.org/project/nose/ - https://nose.readthedocs.io/en/latest/ - https://github.com/nose-devs/nose"; -SRC_URI=" - https://github.com/arthurzam/nose/archive/${COMMIT}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/${PN}-${COMMIT}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="examples test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - $(python_gen_cond_dep ' - !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) - ' python3_{8..10} pypy3) - $(python_gen_cond_dep ' - dev-python/twisted[${PYTHON_USEDEP}] - ' python3_{8..10}) - )" - -src_prepare() { - # failing to find configuration file - sed -e 's/test_cover_options_config_file/_&/' \ - -i unit_tests/test_cover_plugin.py || die - - distutils-r1_src_prepare -} - -python_test() { - "${EPYTHON}" -m nose -v -a "!network" || die "Tests fail with ${EPYTHON}" -} - -src_install() { - distutils-r1_src_install - use examples && dodoc -r examples -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 6250f1f5fdb995c276f3a008c52f5004ca75bb41 Author: Sam James gentoo org> AuthorDate: Fri Jun 10 03:07:41 2022 + Commit: Sam James gentoo org> CommitDate: Fri Jun 10 03:07:41 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6250f1f5 dev-python/nose: Stabilize 1.3.7_p2021_p1-r1 ALLARCHES, #850850 Signed-off-by: Sam James gentoo.org> dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild b/dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild index 1722ad8f50c1..483709a85a70 100644 --- a/dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild +++ b/dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 9d37230e2ab694682e0919adc6d7b1e5e36f06c5 Author: Michał Górny gentoo org> AuthorDate: Tue May 10 09:28:19 2022 + Commit: Michał Górny gentoo org> CommitDate: Tue May 10 10:06:53 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d37230e dev-python/nose: EAPI 8, PEP517 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild | 58 +++ 1 file changed, 58 insertions(+) diff --git a/dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild b/dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild new file mode 100644 index ..1722ad8f50c1 --- /dev/null +++ b/dev-python/nose/nose-1.3.7_p2021_p1-r1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +EGIT_COMMIT="94fd6746619ee8728f2b8740ebf2d1582b03cb15" +DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" +HOMEPAGE=" + https://pypi.org/project/nose/ + https://nose.readthedocs.io/en/latest/ + https://github.com/nose-devs/nose +" +SRC_URI=" + https://github.com/arthurzam/nose/archive/${EGIT_COMMIT}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}/${PN}-${EGIT_COMMIT}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="examples test" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + $(python_gen_cond_dep ' + !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) + ' python3_{8..10} pypy3) + $(python_gen_cond_dep ' + dev-python/twisted[${PYTHON_USEDEP}] + ' python3_{8..10}) + ) +" + +src_prepare() { + # failing to find configuration file + sed -e 's/test_cover_options_config_file/_&/' \ + -i unit_tests/test_cover_plugin.py || die + + distutils-r1_src_prepare +} + +python_test() { + "${EPYTHON}" -m nose -v -a "!network" || + die "Tests fail with ${EPYTHON}" +} + +src_install() { + distutils-r1_src_install + use examples && dodoc -r examples +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-random/
commit: c711c53f4b803e9e40894e4e4bdfce87b846fe40 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 28 18:41:04 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 28 18:41:04 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c711c53f dev-python/nose-random: Keyword 1.0.0 ppc64, #832088 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/nose-random/nose-random-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild index 9e8d2ea3fafb..994ea1d08497 100644 --- a/dev-python/nose-random/nose-random-1.0.0.ebuild +++ b/dev-python/nose-random/nose-random-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/fzumstein/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-random/
commit: 5bca0cbad5e07e7729823c16286402ad12560daa Author: Alex Fan gmail com> AuthorDate: Sun Dec 12 10:48:52 2021 + Commit: Yixun Lan gentoo org> CommitDate: Mon Dec 13 02:58:34 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bca0cba dev-python/nose-random: keyword 1.0.0 for ~riscv Signed-off-by: Alex Fan gmail.com> Signed-off-by: Yixun Lan gentoo.org> dev-python/nose-random/nose-random-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild index e2be18fa4735..9e8d2ea3fafb 100644 --- a/dev-python/nose-random/nose-random-1.0.0.ebuild +++ b/dev-python/nose-random/nose-random-1.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/fzumstein/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/files/
commit: 8f796fc20051e1d3978e17b5cf18adc0fa912bf8 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Dec 12 13:23:36 2021 + Commit: Louis Sautier gentoo org> CommitDate: Sun Dec 12 13:46:28 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f796fc2 dev-python/nose: remove unused patch(es) Package-Manager: Portage-3.0.29, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/23266 Signed-off-by: Louis Sautier gentoo.org> .../files/nose-1.3.7-coverage-4.1-support.patch| 20 --- .../files/nose-1.3.7-python-3.5-backport.patch | 54 - .../nose/files/nose-1.3.7-python-3.6-test.patch| 67 -- 3 files changed, 141 deletions(-) diff --git a/dev-python/nose/files/nose-1.3.7-coverage-4.1-support.patch b/dev-python/nose/files/nose-1.3.7-coverage-4.1-support.patch deleted file mode 100644 index 87577871b613.. --- a/dev-python/nose/files/nose-1.3.7-coverage-4.1-support.patch +++ /dev/null @@ -1,20 +0,0 @@ a/nose/plugins/cover.py2016-10-11 15:51:26.990868010 +0200 -+++ b/nose/plugins/cover.py2016-10-11 15:52:28.261102027 +0200 -@@ -187,7 +187,7 @@ - for name, module in sys.modules.items() - if self.wantModuleCoverage(name, module)] - log.debug("Coverage report will cover modules: %s", modules) --self.coverInstance.report(modules, file=stream) -+self.coverInstance.report(modules, file=stream, show_missing=True) - - import coverage - if self.coverHtmlDir: -@@ -207,7 +207,7 @@ - # make sure we have minimum required coverage - if self.coverMinPercentage: - f = StringIO.StringIO() --self.coverInstance.report(modules, file=f) -+self.coverInstance.report(modules, file=f, show_missing=True) - - multiPackageRe = (r'---\s\w+\s+\d+\s+\d+(?:\s+\d+\s+\d+)?' - r'\s+(\d+)%\s+\d*\s{0,1}$') diff --git a/dev-python/nose/files/nose-1.3.7-python-3.5-backport.patch b/dev-python/nose/files/nose-1.3.7-python-3.5-backport.patch deleted file mode 100644 index 8d2f2f05dc29.. --- a/dev-python/nose/files/nose-1.3.7-python-3.5-backport.patch +++ /dev/null @@ -1,54 +0,0 @@ -From 8e7ad3d50012688ca029d126cbc88251831fea88 Mon Sep 17 00:00:00 2001 -From: Dmitry Shachnev -Date: Mon, 1 Feb 2016 00:05:30 +0300 -Subject: [PATCH 1/2] Set __qualname__ equal to __name__ on derived classes -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -To make output on Python ≥ 3.5 the same as on previous Python versions. - -This fixes #928. - functional_tests/test_load_tests_from_test_case.py | 1 + - nose/util.py | 1 + - unit_tests/test_xunit.py | 1 + - 3 files changed, 3 insertions(+) - -diff --git a/functional_tests/test_load_tests_from_test_case.py b/functional_tests/test_load_tests_from_test_case.py -index 42f8563..13d0c8a 100644 a/functional_tests/test_load_tests_from_test_case.py -+++ b/functional_tests/test_load_tests_from_test_case.py -@@ -29,6 +29,7 @@ def setUp(self): - pass - def tearDown(self): - pass -+Derived.__qualname__ = Derived.__name__ - # must use nose loader here because the default loader in 2.3 - # won't load tests from base classes - l = loader.TestLoader() -diff --git a/nose/util.py b/nose/util.py -index bfe1658..80ab1d4 100644 a/nose/util.py -+++ b/nose/util.py -@@ -643,6 +643,7 @@ class C(cls): - pass - C.__module__ = module - C.__name__ = cls.__name__ -+C.__qualname__ = cls.__name__ - return C - - -diff --git a/unit_tests/test_xunit.py b/unit_tests/test_xunit.py -index 944d285..261436b 100644 a/unit_tests/test_xunit.py -+++ b/unit_tests/test_xunit.py -@@ -16,6 +16,7 @@ def mktest(): - class TC(unittest.TestCase): - def runTest(self): - pass -+TC.__qualname__ = TC.__name__ - test = TC() - return test - - diff --git a/dev-python/nose/files/nose-1.3.7-python-3.6-test.patch b/dev-python/nose/files/nose-1.3.7-python-3.6-test.patch deleted file mode 100644 index eda10ff036cf.. --- a/dev-python/nose/files/nose-1.3.7-python-3.6-test.patch +++ /dev/null @@ -1,67 +0,0 @@ -From 84bb82245d10798825439dc13846eb0538d84239 Mon Sep 17 00:00:00 2001 -From: Tomas Orsava -Date: Mon, 12 Dec 2016 14:35:50 +0100 -Subject: [PATCH] Fix compatibility with Python 3.6 - -Python 3.6 returns ModuleNotFoundError instead of the previous ImportError. -https://github.com/nose-devs/nose/pull/1029 - functional_tests/test_loader.py | 2 +- - functional_tests/test_withid_failures.rst | 12 ++-- - 2 files changed, 7 insertions(+), 7 deletions(-) - -diff --git a/functional_tests/test_loader.py b/fu
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 71aa15086649f68e63ca84eb79de0d8f88d7e4a4 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 11 20:29:50 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 11 20:30:16 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71aa1508 dev-python/nose: drop 1.3.7-r9 Closes: https://bugs.gentoo.org/827534 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/nose/Manifest | 1 - dev-python/nose/nose-1.3.7-r9.ebuild | 83 2 files changed, 84 deletions(-) diff --git a/dev-python/nose/Manifest b/dev-python/nose/Manifest index dfc5910e6775..4582b3faa04e 100644 --- a/dev-python/nose/Manifest +++ b/dev-python/nose/Manifest @@ -1,2 +1 @@ -DIST nose-1.3.7.tar.gz 280488 BLAKE2B 4bb479b2786f813f9e9a5fd401e30023a473a053ae013d7887be15af415422c09fb399af6058ae99ed65c5fa4da84eb274eb805e895ca74db159d952905f5be4 SHA512 e65c914f621f8da06b9ab11a0ff2763d6e29b82ce2aaed56da0e3773dc899d9deb1f20015789d44c65a5dad7214520f5b659b3f8d7695fb207ad3f78e5cf1b62 DIST nose-1.3.7_p2021_p1.gh.tar.gz 327855 BLAKE2B acddcaa0718f23f281ea34a977354b3ef88c95d4ef712afd8354effe6df7883d473b50caaa3b5c79fcc4c36a9d45bee4eb5865a6ef66e371dae12ed1a0a0418a SHA512 752eb1337fd481a1b8498ead330d716cf4180c18faabde257e9a1139928b9fa38e2e145d36c1ea8e3867a36d4843134ee26e9e9f83ff84d21f0fe246d2392d15 diff --git a/dev-python/nose/nose-1.3.7-r9.ebuild b/dev-python/nose/nose-1.3.7-r9.ebuild deleted file mode 100644 index bc0a95507ce8.. --- a/dev-python/nose/nose-1.3.7-r9.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -PYTHON_REQ_USE="threads(+)" -inherit distutils-r1 - -DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" -HOMEPAGE=" - https://pypi.org/project/nose/ - https://nose.readthedocs.io/en/latest/ - https://github.com/nose-devs/nose"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="examples test" -RESTRICT="!test? ( test )" - -BDEPEND=" - https://github.com/nose-devs/nose/pull/1004 - "${FILESDIR}"/${P}-coverage-4.1-support.patch - - "${FILESDIR}"/${P}-python-3.6-test.patch -) - -python_prepare_all() { - # Tests need to be converted, and they don't respect BUILD_DIR. - use test && DISTUTILS_IN_SOURCE_BUILD=1 - - # Disable tests requiring network connection. - sed \ - -e "s/test_resolve/_&/g" \ - -e "s/test_raises_bad_return/_&/g" \ - -e "s/test_raises_twisted_error/_&/g" \ - -i unit_tests/test_twisted.py || die "sed failed" - # Disable versioning of nosetests script to avoid collision with - # versioning performed by the eclass. - sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \ - -i setup.py || die "sed2 failed" - - # fix manpage install path - sed -i -e 's:man/:share/&:' setup.py || die - - distutils-r1_python_prepare_all -} - -python_compile() { - local add_targets=() - - if use test; then - add_targets+=( egg_info ) - python_is_python3 && add_targets+=( build_tests ) - fi - - distutils-r1_python_compile "${add_targets[@]}" -} - -python_test() { - "${EPYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use examples && dodoc -r examples - distutils-r1_python_install_all -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: c5c322f81f1d10474dced8c53391515057a71fd7 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 11 20:28:46 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 11 20:29:01 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c322f8 dev-python/nose: Stabilize 1.3.7_p2021_p1 ALLARCHES, #828959 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/nose/nose-1.3.7_p2021_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7_p2021_p1.ebuild b/dev-python/nose/nose-1.3.7_p2021_p1.ebuild index 3c7b8f79384f..08ed5c46c31d 100644 --- a/dev-python/nose/nose-1.3.7_p2021_p1.ebuild +++ b/dev-python/nose/nose-1.3.7_p2021_p1.ebuild @@ -22,7 +22,7 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 09aa647295b8763b1ddfcde1b7e603ce0736c133 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Nov 11 09:35:31 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Nov 11 09:36:35 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09aa6472 dev-python/nose: fix Mixin2to3 import Closes: https://bugs.gentoo.org/823044 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/nose/Manifest| 2 +- .../{nose-1.3.7_p2021.ebuild => nose-1.3.7_p2021_p1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose/Manifest b/dev-python/nose/Manifest index 34472553683..dfc5910e677 100644 --- a/dev-python/nose/Manifest +++ b/dev-python/nose/Manifest @@ -1,2 +1,2 @@ DIST nose-1.3.7.tar.gz 280488 BLAKE2B 4bb479b2786f813f9e9a5fd401e30023a473a053ae013d7887be15af415422c09fb399af6058ae99ed65c5fa4da84eb274eb805e895ca74db159d952905f5be4 SHA512 e65c914f621f8da06b9ab11a0ff2763d6e29b82ce2aaed56da0e3773dc899d9deb1f20015789d44c65a5dad7214520f5b659b3f8d7695fb207ad3f78e5cf1b62 -DIST nose-1.3.7_p2021.gh.tar.gz 327877 BLAKE2B a284275a9fdd74ebffaa425cb89735a8655f9db74e6503ebd9c0420e77006828de1f8383f9c4b4828489208ae8959aa0bd5a75f5a474b61e213e915c5c61b611 SHA512 913a536ce4aba377627a050e7fd8fa5cea843b66bf5da2778d7ce7c26e9485361d60ee09767da721813978576f6ead1219ddafffecc2955a33a0df6d2d44a48c +DIST nose-1.3.7_p2021_p1.gh.tar.gz 327855 BLAKE2B acddcaa0718f23f281ea34a977354b3ef88c95d4ef712afd8354effe6df7883d473b50caaa3b5c79fcc4c36a9d45bee4eb5865a6ef66e371dae12ed1a0a0418a SHA512 752eb1337fd481a1b8498ead330d716cf4180c18faabde257e9a1139928b9fa38e2e145d36c1ea8e3867a36d4843134ee26e9e9f83ff84d21f0fe246d2392d15 diff --git a/dev-python/nose/nose-1.3.7_p2021.ebuild b/dev-python/nose/nose-1.3.7_p2021_p1.ebuild similarity index 96% rename from dev-python/nose/nose-1.3.7_p2021.ebuild rename to dev-python/nose/nose-1.3.7_p2021_p1.ebuild index 2af3c30e088..3c7b8f79384 100644 --- a/dev-python/nose/nose-1.3.7_p2021.ebuild +++ b/dev-python/nose/nose-1.3.7_p2021_p1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 -COMMIT="a4a1710cf5a71bde82951f2ef96a6837124b74af" +COMMIT="94fd6746619ee8728f2b8740ebf2d1582b03cb15" DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" HOMEPAGE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 2e11d6bfd44b11613e98b9abd75b60b25037354d Author: Arthur Zamarin gentoo org> AuthorDate: Thu Nov 11 09:09:40 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Nov 11 09:12:38 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e11d6bf dev-python/nose: add 1.3.7_p2021 As upstream is very dead, and nose is deprecated, we at Gentoo still need it for many test suites. This is very useful package for us. Therefore I forked it, and started fixing it to be useful again: apply 2to3 everywhere, fix multiple tests, apply all out patches, add new tests markers. Closes: https://bugs.gentoo.org/812500 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/nose/Manifest| 1 + dev-python/nose/nose-1.3.7_p2021.ebuild | 54 + 2 files changed, 55 insertions(+) diff --git a/dev-python/nose/Manifest b/dev-python/nose/Manifest index ea56763f947..34472553683 100644 --- a/dev-python/nose/Manifest +++ b/dev-python/nose/Manifest @@ -1 +1,2 @@ DIST nose-1.3.7.tar.gz 280488 BLAKE2B 4bb479b2786f813f9e9a5fd401e30023a473a053ae013d7887be15af415422c09fb399af6058ae99ed65c5fa4da84eb274eb805e895ca74db159d952905f5be4 SHA512 e65c914f621f8da06b9ab11a0ff2763d6e29b82ce2aaed56da0e3773dc899d9deb1f20015789d44c65a5dad7214520f5b659b3f8d7695fb207ad3f78e5cf1b62 +DIST nose-1.3.7_p2021.gh.tar.gz 327877 BLAKE2B a284275a9fdd74ebffaa425cb89735a8655f9db74e6503ebd9c0420e77006828de1f8383f9c4b4828489208ae8959aa0bd5a75f5a474b61e213e915c5c61b611 SHA512 913a536ce4aba377627a050e7fd8fa5cea843b66bf5da2778d7ce7c26e9485361d60ee09767da721813978576f6ead1219ddafffecc2955a33a0df6d2d44a48c diff --git a/dev-python/nose/nose-1.3.7_p2021.ebuild b/dev-python/nose/nose-1.3.7_p2021.ebuild new file mode 100644 index 000..2af3c30e088 --- /dev/null +++ b/dev-python/nose/nose-1.3.7_p2021.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_REQ_USE="threads(+)" +inherit distutils-r1 + +COMMIT="a4a1710cf5a71bde82951f2ef96a6837124b74af" + +DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" +HOMEPAGE=" + https://pypi.org/project/nose/ + https://nose.readthedocs.io/en/latest/ + https://github.com/nose-devs/nose"; +SRC_URI=" + https://github.com/arthurzam/nose/archive/${COMMIT}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="examples test" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + $(python_gen_cond_dep ' + !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) + ' python3_{8..10} pypy3) + $(python_gen_cond_dep ' + dev-python/twisted[${PYTHON_USEDEP}] + ' python3_{8..10}) + )" + +src_prepare() { + # failing to find configuration file + sed -e 's/test_cover_options_config_file/_&/' \ + -i unit_tests/test_cover_plugin.py || die + + distutils-r1_src_prepare +} + +python_test() { + "${EPYTHON}" -m nose -v -a "!network" || die "Tests fail with ${EPYTHON}" +} + +src_install() { + distutils-r1_src_install + use examples && dodoc -r examples +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 6ff3b78e418c5281e593772bff0a73f23b96dda1 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 9 10:41:24 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Nov 9 10:41:24 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff3b78e dev-python/nose: Extend optional test deps to py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r9.ebuild b/dev-python/nose/nose-1.3.7-r9.ebuild index 13a7ab23bca..bc0a95507ce 100644 --- a/dev-python/nose/nose-1.3.7-r9.ebuild +++ b/dev-python/nose/nose-1.3.7-r9.ebuild @@ -25,10 +25,10 @@ BDEPEND=" test? ( $(python_gen_cond_dep ' !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) - ' python3_{7..9} pypy3) + ' python3_{8..10} pypy3) $(python_gen_cond_dep ' dev-python/twisted[${PYTHON_USEDEP}] - ' python3_{7..9}) + ' python3_{8..10}) )" PATCHES=(
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 0162bb5a32ee04ba6937af9db61361bdbd62766a Author: Arthur Zamarin gentoo org> AuthorDate: Sat Oct 9 09:08:04 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Oct 9 09:31:31 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0162bb5a dev-python/nose: block https://bugs.gentoo.org/812500 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/nose/{nose-1.3.7-r8.ebuild => nose-1.3.7-r9.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r8.ebuild b/dev-python/nose/nose-1.3.7-r9.ebuild similarity index 96% rename from dev-python/nose/nose-1.3.7-r8.ebuild rename to dev-python/nose/nose-1.3.7-r9.ebuild index fd55e99ba0e..13a7ab23bca 100644 --- a/dev-python/nose/nose-1.3.7-r8.ebuild +++ b/dev-python/nose/nose-1.3.7-r9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 @@ -21,6 +21,7 @@ IUSE="examples test" RESTRICT="!test? ( test )" BDEPEND=" +
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-random/
commit: 587ff1a9dc893dda946fb8931cc0995b97bef3af Author: Louis Sautier gentoo org> AuthorDate: Mon Aug 23 23:02:32 2021 + Commit: Louis Sautier gentoo org> CommitDate: Tue Aug 24 11:15:20 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587ff1a9 dev-python/nose-random: enable py3.10 and disable py3.7 Signed-off-by: Louis Sautier gentoo.org> dev-python/nose-random/nose-random-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild index 6df8bb831e4..e2be18fa473 100644 --- a/dev-python/nose-random/nose-random-1.0.0.ebuild +++ b/dev-python/nose-random/nose-random-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: f01bac3b330b4596f20d8019ec2d0d1410413ed1 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 5 21:04:04 2021 + Commit: Michał Górny gentoo org> CommitDate: Sat Jun 5 21:08:46 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01bac3b dev-python/nose: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/nose/metadata.xml | 4 -- dev-python/nose/nose-1.3.7-r7.ebuild | 86 2 files changed, 90 deletions(-) diff --git a/dev-python/nose/metadata.xml b/dev-python/nose/metadata.xml index e00e1107d37..1807b936f96 100644 --- a/dev-python/nose/metadata.xml +++ b/dev-python/nose/metadata.xml @@ -10,8 +10,4 @@ nose nose-devs/nose - -Pull in dev-python/coverage needed - for nose-xcover plugin. - diff --git a/dev-python/nose/nose-1.3.7-r7.ebuild b/dev-python/nose/nose-1.3.7-r7.ebuild deleted file mode 100644 index e1eeb12eb28..000 --- a/dev-python/nose/nose-1.3.7-r7.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" -HOMEPAGE=" - https://pypi.org/project/nose/ - https://nose.readthedocs.io/en/latest/ - https://github.com/nose-devs/nose"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="coverage examples test" -RESTRICT="!test? ( test )" - -RDEPEND=" - coverage? ( - dev-python/coverage[${PYTHON_USEDEP}] - )" -DEPEND="${RDEPEND} - test? ( - !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) - $(python_gen_cond_dep ' - dev-python/twisted[${PYTHON_USEDEP}] - ' 'python3*') - )" - -PATCHES=( - "${FILESDIR}"/${P}-python-3.5-backport.patch - - # Patch against master found in an upstream PR, backported: - # https://github.com/nose-devs/nose/pull/1004 - "${FILESDIR}"/${P}-coverage-4.1-support.patch - - "${FILESDIR}"/${P}-python-3.6-test.patch -) - -python_prepare_all() { - # Tests need to be converted, and they don't respect BUILD_DIR. - use test && DISTUTILS_IN_SOURCE_BUILD=1 - - # Disable tests requiring network connection. - sed \ - -e "s/test_resolve/_&/g" \ - -e "s/test_raises_bad_return/_&/g" \ - -e "s/test_raises_twisted_error/_&/g" \ - -i unit_tests/test_twisted.py || die "sed failed" - # Disable versioning of nosetests script to avoid collision with - # versioning performed by the eclass. - sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \ - -i setup.py || die "sed2 failed" - - # fix manpage install path - sed -i -e 's:man/:share/&:' setup.py || die - - distutils-r1_python_prepare_all -} - -python_compile() { - local add_targets=() - - if use test; then - add_targets+=( egg_info ) - python_is_python3 && add_targets+=( build_tests ) - fi - - distutils-r1_python_compile "${add_targets[@]}" -} - -python_test() { - "${EPYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use examples && dodoc -r examples - distutils-r1_python_install_all -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 6961fb147058e77c9acc0f10c632ee4022772fdf Author: Sam James gentoo org> AuthorDate: Sat Jun 5 20:31:51 2021 + Commit: Sam James gentoo org> CommitDate: Sat Jun 5 20:31:51 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6961fb14 dev-python/nose: Stabilize 1.3.7-r8 ALLARCHES, #794364 Signed-off-by: Sam James gentoo.org> dev-python/nose/nose-1.3.7-r8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r8.ebuild b/dev-python/nose/nose-1.3.7-r8.ebuild index 9ff8d8ae5d0..fd55e99ba0e 100644 --- a/dev-python/nose/nose-1.3.7-r8.ebuild +++ b/dev-python/nose/nose-1.3.7-r8.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 28615dc8cd1e943d73501c542c0a0cef73efd403 Author: Michał Górny gentoo org> AuthorDate: Wed May 5 12:27:16 2021 + Commit: Michał Górny gentoo org> CommitDate: Wed May 5 12:27:16 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28615dc8 dev-python/nose: Remove transitive coverage dep entirely Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r8.ebuild | 80 1 file changed, 80 insertions(+) diff --git a/dev-python/nose/nose-1.3.7-r8.ebuild b/dev-python/nose/nose-1.3.7-r8.ebuild new file mode 100644 index 000..993e38c0599 --- /dev/null +++ b/dev-python/nose/nose-1.3.7-r8.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_REQ_USE="threads(+)" +inherit distutils-r1 + +DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" +HOMEPAGE=" + https://pypi.org/project/nose/ + https://nose.readthedocs.io/en/latest/ + https://github.com/nose-devs/nose"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="examples test" +RESTRICT="!test? ( test )" + +DEPEND="${RDEPEND} + test? ( + !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + dev-python/twisted[${PYTHON_USEDEP}] + ' 'python3*') + )" + +PATCHES=( + "${FILESDIR}"/${P}-python-3.5-backport.patch + + # Patch against master found in an upstream PR, backported: + # https://github.com/nose-devs/nose/pull/1004 + "${FILESDIR}"/${P}-coverage-4.1-support.patch + + "${FILESDIR}"/${P}-python-3.6-test.patch +) + +python_prepare_all() { + # Tests need to be converted, and they don't respect BUILD_DIR. + use test && DISTUTILS_IN_SOURCE_BUILD=1 + + # Disable tests requiring network connection. + sed \ + -e "s/test_resolve/_&/g" \ + -e "s/test_raises_bad_return/_&/g" \ + -e "s/test_raises_twisted_error/_&/g" \ + -i unit_tests/test_twisted.py || die "sed failed" + # Disable versioning of nosetests script to avoid collision with + # versioning performed by the eclass. + sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \ + -i setup.py || die "sed2 failed" + + # fix manpage install path + sed -i -e 's:man/:share/&:' setup.py || die + + distutils-r1_python_prepare_all +} + +python_compile() { + local add_targets=() + + if use test; then + add_targets+=( egg_info ) + python_is_python3 && add_targets+=( build_tests ) + fi + + distutils-r1_python_compile "${add_targets[@]}" +} + +python_test() { + "${EPYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + use examples && dodoc -r examples + distutils-r1_python_install_all +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: b6c096d9f51970568c8ea788f256ae4b39b1eeb4 Author: Michał Górny gentoo org> AuthorDate: Wed May 5 12:28:02 2021 + Commit: Michał Górny gentoo org> CommitDate: Wed May 5 12:28:02 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c096d9 dev-python/nose: Enable python3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r8.ebuild | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r8.ebuild b/dev-python/nose/nose-1.3.7-r8.ebuild index 993e38c0599..9ff8d8ae5d0 100644 --- a/dev-python/nose/nose-1.3.7-r8.ebuild +++ b/dev-python/nose/nose-1.3.7-r8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 @@ -20,12 +20,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~ IUSE="examples test" RESTRICT="!test? ( test )" -DEPEND="${RDEPEND} +BDEPEND=" test? ( - !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) + ' python3_{7..9} pypy3) $(python_gen_cond_dep ' dev-python/twisted[${PYTHON_USEDEP}] - ' 'python3*') + ' python3_{7..9}) )" PATCHES=(
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 0e17b9d54e6beb648c8884b9bd8d7656b07cbed1 Author: Sam James gentoo org> AuthorDate: Thu Mar 4 03:55:25 2021 + Commit: Sam James gentoo org> CommitDate: Thu Mar 4 03:55:25 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e17b9d5 dev-python/nose-exclude: add Python 3.9 Signed-off-by: Sam James gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild index 7c1729f4a57..5a82bbe040d 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) inherit distutils-r1 @@ -15,9 +15,6 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" -python_test() { - esetup.py test -} +distutils_enable_tests setup.py
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 991990a5725f854170da1547ed38be2d9aa9efe1 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 1 00:06:14 2021 + Commit: Michał Górny gentoo org> CommitDate: Fri Jan 1 00:14:17 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991990a5 dev-python/nose: Remove py2 revision Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r6.ebuild | 88 1 file changed, 88 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r6.ebuild b/dev-python/nose/nose-1.3.7-r6.ebuild deleted file mode 100644 index becd426346e..000 --- a/dev-python/nose/nose-1.3.7-r6.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" -HOMEPAGE=" - https://pypi.org/project/nose/ - https://nose.readthedocs.io/en/latest/ - https://github.com/nose-devs/nose"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="coverage examples test" -RESTRICT="!test? ( test )" - -COV_DEP=" - $(python_gen_cond_dep ' - dev-python/coverage[${PYTHON_USEDEP}] - ' python2_7 python3_{6,7,8} pypy3)" -RDEPEND=" - coverage? ( ${COV_DEP} )" -DEPEND="${RDEPEND} - test? ( - !hppa? ( ${COV_DEP} ) - $(python_gen_cond_dep ' - dev-python/twisted[${PYTHON_USEDEP}] - ' python3_{6,7,8}) - )" - -PATCHES=( - "${FILESDIR}"/${P}-python-3.5-backport.patch - - # Patch against master found in an upstream PR, backported: - # https://github.com/nose-devs/nose/pull/1004 - "${FILESDIR}"/${P}-coverage-4.1-support.patch - - "${FILESDIR}"/${P}-python-3.6-test.patch -) - -python_prepare_all() { - # Tests need to be converted, and they don't respect BUILD_DIR. - use test && DISTUTILS_IN_SOURCE_BUILD=1 - - # Disable tests requiring network connection. - sed \ - -e "s/test_resolve/_&/g" \ - -e "s/test_raises_bad_return/_&/g" \ - -e "s/test_raises_twisted_error/_&/g" \ - -i unit_tests/test_twisted.py || die "sed failed" - # Disable versioning of nosetests script to avoid collision with - # versioning performed by the eclass. - sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \ - -i setup.py || die "sed2 failed" - - # fix manpage install path - sed -i -e 's:man/:share/&:' setup.py || die - - distutils-r1_python_prepare_all -} - -python_compile() { - local add_targets=() - - if use test; then - add_targets+=( egg_info ) - python_is_python3 && add_targets+=( build_tests ) - fi - - distutils-r1_python_compile "${add_targets[@]}" -} - -python_test() { - "${EPYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use examples && dodoc -r examples - distutils-r1_python_install_all -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: c5fdf11d9ec30310f33e09bcd9ed2102ea268b88 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 18 08:43:50 2020 + Commit: Michał Górny gentoo org> CommitDate: Wed Nov 18 08:47:41 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5fdf11d dev-python/nose: Remove coverage dep on hppa Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r6.ebuild | 2 +- dev-python/nose/nose-1.3.7-r7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r6.ebuild b/dev-python/nose/nose-1.3.7-r6.ebuild index 8b847cf4513..becd426346e 100644 --- a/dev-python/nose/nose-1.3.7-r6.ebuild +++ b/dev-python/nose/nose-1.3.7-r6.ebuild @@ -30,7 +30,7 @@ RDEPEND=" coverage? ( ${COV_DEP} )" DEPEND="${RDEPEND} test? ( - ${COV_DEP} + !hppa? ( ${COV_DEP} ) $(python_gen_cond_dep ' dev-python/twisted[${PYTHON_USEDEP}] ' python3_{6,7,8}) diff --git a/dev-python/nose/nose-1.3.7-r7.ebuild b/dev-python/nose/nose-1.3.7-r7.ebuild index f72c21ba252..d448789f3b9 100644 --- a/dev-python/nose/nose-1.3.7-r7.ebuild +++ b/dev-python/nose/nose-1.3.7-r7.ebuild @@ -28,7 +28,7 @@ RDEPEND=" )" DEPEND="${RDEPEND} test? ( - dev-python/coverage[${PYTHON_USEDEP}] + !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) $(python_gen_cond_dep ' dev-python/twisted[${PYTHON_USEDEP}] ' 'python3*')
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-random/
commit: 4f97127e5803d10359e51568a36953f21a8d0c5a Author: Jakov Smolic sartura hr> AuthorDate: Thu Oct 15 05:52:18 2020 + Commit: Michał Górny gentoo org> CommitDate: Fri Oct 16 18:21:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f97127e dev-python/nose-random: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748333 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Michał Górny gentoo.org> dev-python/nose-random/nose-random-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild index 3b830e6abb7..30ef802cd50 100644 --- a/dev-python/nose-random/nose-random-1.0.0.ebuild +++ b/dev-python/nose-random/nose-random-1.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 DESCRIPTION="Nose plugin to facilitate randomized unit testing"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 3aee206f2ec579762a7f7b755bc9170465aef183 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 27 21:44:29 2020 + Commit: Michał Górny gentoo org> CommitDate: Mon Sep 28 15:52:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aee206f dev-python/nose: Remove py2.7 in revbump Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r7.ebuild | 86 1 file changed, 86 insertions(+) diff --git a/dev-python/nose/nose-1.3.7-r7.ebuild b/dev-python/nose/nose-1.3.7-r7.ebuild new file mode 100644 index 000..f72c21ba252 --- /dev/null +++ b/dev-python/nose/nose-1.3.7-r7.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6..9} pypy3 ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" +HOMEPAGE=" + https://pypi.org/project/nose/ + https://nose.readthedocs.io/en/latest/ + https://github.com/nose-devs/nose"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="coverage examples test" +RESTRICT="!test? ( test )" + +RDEPEND=" + coverage? ( + dev-python/coverage[${PYTHON_USEDEP}] + )" +DEPEND="${RDEPEND} + test? ( + dev-python/coverage[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/twisted[${PYTHON_USEDEP}] + ' 'python3*') + )" + +PATCHES=( + "${FILESDIR}"/${P}-python-3.5-backport.patch + + # Patch against master found in an upstream PR, backported: + # https://github.com/nose-devs/nose/pull/1004 + "${FILESDIR}"/${P}-coverage-4.1-support.patch + + "${FILESDIR}"/${P}-python-3.6-test.patch +) + +python_prepare_all() { + # Tests need to be converted, and they don't respect BUILD_DIR. + use test && DISTUTILS_IN_SOURCE_BUILD=1 + + # Disable tests requiring network connection. + sed \ + -e "s/test_resolve/_&/g" \ + -e "s/test_raises_bad_return/_&/g" \ + -e "s/test_raises_twisted_error/_&/g" \ + -i unit_tests/test_twisted.py || die "sed failed" + # Disable versioning of nosetests script to avoid collision with + # versioning performed by the eclass. + sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \ + -i setup.py || die "sed2 failed" + + # fix manpage install path + sed -i -e 's:man/:share/&:' setup.py || die + + distutils-r1_python_prepare_all +} + +python_compile() { + local add_targets=() + + if use test; then + add_targets+=( egg_info ) + python_is_python3 && add_targets+=( build_tests ) + fi + + distutils-r1_python_compile "${add_targets[@]}" +} + +python_test() { + "${EPYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + use examples && dodoc -r examples + distutils-r1_python_install_all +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 9468e0843d596ab84aae1195656b17d86bed5f77 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 18 08:28:22 2020 + Commit: Michał Górny gentoo org> CommitDate: Fri Sep 18 09:18:16 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9468e084 dev-python/nose: Fix manpage install path Closes: https://bugs.gentoo.org/725382 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/{nose-1.3.7-r5.ebuild => nose-1.3.7-r6.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild b/dev-python/nose/nose-1.3.7-r6.ebuild similarity index 96% rename from dev-python/nose/nose-1.3.7-r5.ebuild rename to dev-python/nose/nose-1.3.7-r6.ebuild index 74706603636..8b847cf4513 100644 --- a/dev-python/nose/nose-1.3.7-r5.ebuild +++ b/dev-python/nose/nose-1.3.7-r6.ebuild @@ -61,6 +61,9 @@ python_prepare_all() { sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \ -i setup.py || die "sed2 failed" + # fix manpage install path + sed -i -e 's:man/:share/&:' setup.py || die + distutils-r1_python_prepare_all }
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-random/
commit: 954d62357cc7dbb940cc54c10a1f165cf05280c6 Author: Sam James gentoo org> AuthorDate: Tue Aug 18 05:22:41 2020 + Commit: Sam James gentoo org> CommitDate: Tue Aug 18 05:22:41 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954d6235 dev-python/nose-random: arm64 keyworded (bug #723912) Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/nose-random/nose-random-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild index f041fe60d6f..309fdcbe8bf 100644 --- a/dev-python/nose-random/nose-random-1.0.0.ebuild +++ b/dev-python/nose-random/nose-random-1.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/fzumstein/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-show-skipped/
commit: c83fb3b8148334b511e05345e06f455838ee5616 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 2 08:28:44 2020 + Commit: Michał Górny gentoo org> CommitDate: Sun Aug 2 08:36:42 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83fb3b8 dev-python/nose-show-skipped: Remove py2.7 Signed-off-by: Michał Górny gentoo.org> dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild b/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild index bbe6ddbcacb..51081681b2a 100644 --- a/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild +++ b/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} pypy3 ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 3ddc7bad717d559129fc236242cb423d020178ae Author: Michał Górny gentoo org> AuthorDate: Sat Aug 1 20:57:55 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Aug 1 21:00:34 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddc7bad dev-python/nose: Limit twisted test-dep to py3 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild b/dev-python/nose/nose-1.3.7-r5.ebuild index 5e6c66c4065..7cd5bdb 100644 --- a/dev-python/nose/nose-1.3.7-r5.ebuild +++ b/dev-python/nose/nose-1.3.7-r5.ebuild @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} ${COV_DEP} $(python_gen_cond_dep ' dev-python/twisted[${PYTHON_USEDEP}] - ' python2_7 python3_{6,7,8}) + ' python3_{6,7,8}) )" PATCHES=(
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 7c2842fa7ce1719a51d534a21a26dbaf8f755f67 Author: Michał Górny gentoo org> AuthorDate: Thu Jul 9 12:48:18 2020 + Commit: Michał Górny gentoo org> CommitDate: Thu Jul 9 13:01:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2842fa dev-python/nose: Mark ALLARCHES Signed-off-by: Michał Górny gentoo.org> dev-python/nose/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/nose/metadata.xml b/dev-python/nose/metadata.xml index a92a97fc50d..e00e1107d37 100644 --- a/dev-python/nose/metadata.xml +++ b/dev-python/nose/metadata.xml @@ -5,6 +5,7 @@ pyt...@gentoo.org Python + nose nose-devs/nose
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: d49d48c03b1f9ffa7bb66a62fe6bc848de5732fa Author: Michał Górny gentoo org> AuthorDate: Thu Jul 9 13:00:31 2020 + Commit: Michał Górny gentoo org> CommitDate: Thu Jul 9 13:01:26 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49d48c0 dev-python/nose: Stabilize 1.3.7-r5 ALLARCHES, #731454 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild b/dev-python/nose/nose-1.3.7-r5.ebuild index 9b9de93ae72..5e6c66c4065 100644 --- a/dev-python/nose/nose-1.3.7-r5.ebuild +++ b/dev-python/nose/nose-1.3.7-r5.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="coverage examples test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 09cbef4fb7257c28039f664e099010026eb7abc0 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Jul 9 08:33:52 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Jul 9 08:33:52 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09cbef4f dev-python/nose: s390 stable wrt bug #731454 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose/nose-1.3.7-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild b/dev-python/nose/nose-1.3.7-r5.ebuild index 776bff9511a..1ae68aede6b 100644 --- a/dev-python/nose/nose-1.3.7-r5.ebuild +++ b/dev-python/nose/nose-1.3.7-r5.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="coverage examples test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-random/
commit: 61729d6138486cb9553b627cfbe103fe8f845039 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 5 15:38:45 2020 + Commit: Michał Górny gentoo org> CommitDate: Sun Jul 5 15:39:22 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61729d61 dev-python/nose-random: Stabilize 1.0.0 amd64, #730942 Signed-off-by: Michał Górny gentoo.org> dev-python/nose-random/nose-random-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild index 973cf59a42b..661b2bfb4eb 100644 --- a/dev-python/nose-random/nose-random-1.0.0.ebuild +++ b/dev-python/nose-random/nose-random-1.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/fzumstein/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-random/
commit: a95f99f97ce879428c39f15bf26c92e3e19d612f Author: Michał Górny gentoo org> AuthorDate: Wed Jun 10 15:08:40 2020 + Commit: Michał Górny gentoo org> CommitDate: Wed Jun 10 15:10:58 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95f99f9 dev-python/nose-random: Port to py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/nose-random/nose-random-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild index c4a593c9580..973cf59a42b 100644 --- a/dev-python/nose-random/nose-random-1.0.0.ebuild +++ b/dev-python/nose-random/nose-random-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-descriptionfixer/, profiles/
commit: 3c7caae43b6798826adf0d7546a0280a8b252d2d Author: Michał Górny gentoo org> AuthorDate: Sun May 31 10:09:39 2020 + Commit: Michał Górny gentoo org> CommitDate: Sun May 31 10:09:39 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7caae4 dev-python/nose-descriptionfixer: Remove last-rited pkg Closes: https://bugs.gentoo.org/719280 Signed-off-by: Michał Górny gentoo.org> dev-python/nose-descriptionfixer/Manifest | 1 - dev-python/nose-descriptionfixer/metadata.xml | 11 --- .../nose-descriptionfixer-0.0.4.ebuild| 19 --- profiles/package.mask | 5 - 4 files changed, 36 deletions(-) diff --git a/dev-python/nose-descriptionfixer/Manifest b/dev-python/nose-descriptionfixer/Manifest deleted file mode 100644 index 55cf8075c74..000 --- a/dev-python/nose-descriptionfixer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nose-descriptionfixer-0.0.4.tar.gz 2889 BLAKE2B 36ac9c0b3c5d12a713c609177dcdc8a46878ef367140417189a4cd1c88d58bb535838bbf181d469bdfc07a51cec9144cdcfdb9c1df749148228ad58ae688202f SHA512 c52e463282c1574ee35e96f680aeaebb6ec1b8ba1bfe58e387cf41d8708c60a7cb7501717de03a90f47db9c4b3aa3e5a4a57e4769d053fd4883e565369d8fce7 diff --git a/dev-python/nose-descriptionfixer/metadata.xml b/dev-python/nose-descriptionfixer/metadata.xml deleted file mode 100644 index 28cd559..000 --- a/dev-python/nose-descriptionfixer/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - -klaus...@gentoo.org -Tobias Klausmann - - -nose-descriptionfixer - - diff --git a/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild b/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild deleted file mode 100644 index 6c586375e63..000 --- a/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Fix the way tests are described when the verbose flag is used" -HOMEPAGE="https://pypi.org/project/nose-descriptionfixer/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" diff --git a/profiles/package.mask b/profiles/package.mask index 0583a7210da..edf45810bd6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -348,11 +348,6 @@ dev-python/pyjade # Removal in 30 days. Bug #719380. dev-python/pyalsaaudio -# Michał Górny (2020-04-25) -# Unused plugin for dead dev-python/nose. No revdeps. -# Removal in 30 days. Bug #719280. -dev-python/nose-descriptionfixer - # Michał Górny (2020-04-22) # Effectively unmaintained and stuck on Python 3.6. #
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: e2298f42597ba7981d8f7c22618a59cfd9755d76 Author: Michał Górny gentoo org> AuthorDate: Mon May 25 12:38:20 2020 + Commit: Michał Górny gentoo org> CommitDate: Mon May 25 12:44:33 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2298f42 dev-python/nose: Clean py27-requiring docs up Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r5.ebuild | 81 1 file changed, 81 insertions(+) diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild b/dev-python/nose/nose-1.3.7-r5.ebuild new file mode 100644 index 000..8ce50a05b18 --- /dev/null +++ b/dev-python/nose/nose-1.3.7-r5.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" +HOMEPAGE=" + https://pypi.org/project/nose/ + https://nose.readthedocs.io/en/latest/ + https://github.com/nose-devs/nose"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="coverage examples test" +RESTRICT="!test? ( test )" + +RDEPEND=" + coverage? ( dev-python/coverage[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND} + test? ( + dev-python/coverage[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/twisted[${PYTHON_USEDEP}] + ' python2_7 python3_{6,7,8}) + )" + +PATCHES=( + "${FILESDIR}"/${P}-python-3.5-backport.patch + + # Patch against master found in an upstream PR, backported: + # https://github.com/nose-devs/nose/pull/1004 + "${FILESDIR}"/${P}-coverage-4.1-support.patch + + "${FILESDIR}"/${P}-python-3.6-test.patch +) + +python_prepare_all() { + # Tests need to be converted, and they don't respect BUILD_DIR. + use test && DISTUTILS_IN_SOURCE_BUILD=1 + + # Disable tests requiring network connection. + sed \ + -e "s/test_resolve/_&/g" \ + -e "s/test_raises_bad_return/_&/g" \ + -e "s/test_raises_twisted_error/_&/g" \ + -i unit_tests/test_twisted.py || die "sed failed" + # Disable versioning of nosetests script to avoid collision with + # versioning performed by the eclass. + sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \ + -i setup.py || die "sed2 failed" + + distutils-r1_python_prepare_all +} + +python_compile() { + local add_targets=() + + if use test; then + add_targets+=( egg_info ) + python_is_python3 && add_targets+=( build_tests ) + fi + + distutils-r1_python_compile "${add_targets[@]}" +} + +python_test() { + "${EPYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + use examples && dodoc -r examples + distutils-r1_python_install_all +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 9949587eac9cff0ed42876c3e48c1513f43fa5bf Author: Michał Górny gentoo org> AuthorDate: Mon May 25 12:44:14 2020 + Commit: Michał Górny gentoo org> CommitDate: Mon May 25 12:44:33 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9949587e dev-python/nose: Port to py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r5.ebuild | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild b/dev-python/nose/nose-1.3.7-r5.ebuild index 8ce50a05b18..0b0eda13af0 100644 --- a/dev-python/nose/nose-1.3.7-r5.ebuild +++ b/dev-python/nose/nose-1.3.7-r5.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 @@ -22,11 +22,15 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="coverage examples test" RESTRICT="!test? ( test )" +COV_DEP=" + $(python_gen_cond_dep ' + dev-python/coverage[${PYTHON_USEDEP}] + ' python2_7 python3_{6,7,8} pypy3)" RDEPEND=" - coverage? ( dev-python/coverage[${PYTHON_USEDEP}] )" + coverage? ( ${COV_DEP} )" DEPEND="${RDEPEND} test? ( - dev-python/coverage[${PYTHON_USEDEP}] + ${COV_DEP} $(python_gen_cond_dep ' dev-python/twisted[${PYTHON_USEDEP}] ' python2_7 python3_{6,7,8})
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 2488264da5dd4adec696351145691888ea8a88d4 Author: Michał Górny gentoo org> AuthorDate: Mon May 25 12:36:46 2020 + Commit: Michał Górny gentoo org> CommitDate: Mon May 25 12:44:32 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2488264d dev-python/nose: Extend twisted tdep to py3.8 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild b/dev-python/nose/nose-1.3.7-r4.ebuild index 7649fc0c8b2..4c1588f59bc 100644 --- a/dev-python/nose/nose-1.3.7-r4.ebuild +++ b/dev-python/nose/nose-1.3.7-r4.ebuild @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} dev-python/coverage[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/twisted[${PYTHON_USEDEP}] - ' python2_7 python3_{6,7}) + ' python2_7 python3_{6,7,8}) )" PATCHES=(
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: bf185cba5032c00daf124c3efcbeaea54b9a7d35 Author: Michał Górny gentoo org> AuthorDate: Mon May 11 17:27:24 2020 + Commit: Michał Górny gentoo org> CommitDate: Mon May 11 17:33:12 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf185cba dev-python/nose-exclude: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 23 --- 1 file changed, 23 deletions(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild deleted file mode 100644 index f0c901f7c16..000 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Exclude specific directories from nosetests runs" -HOMEPAGE="https://github.com/kgrandis/nose-exclude"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 550ec2dfa1330c25735e672dbe5ccd77ac512201 Author: Sam James (sam_c) cmpct info> AuthorDate: Mon May 11 13:36:13 2020 + Commit: Mart Raudsepp gentoo org> CommitDate: Mon May 11 15:30:20 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550ec2df dev-python/nose-exclude: arm64 stable (bug #720548) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Mart Raudsepp gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild index d0ce17a7007..da187c64917 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 3e8a2e8d070e8f1cff102e98c2708d3cef3aaf0d Author: Sergei Trofimovich gentoo org> AuthorDate: Fri May 8 09:26:48 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Fri May 8 09:30:47 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8a2e8d dev-python/nose-exclude: stable 0.5.0-r1 for hppa, bug #720548 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild index 0e6fa771e78..d0ce17a7007 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: e61b94c57f369c763a0573706c9f578db1657e40 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon May 4 16:51:34 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Mon May 4 16:51:34 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61b94c5 dev-python/nose-exclude: ppc stable wrt bug #720548 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild index 48b5869f194..0e6fa771e78 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 5cce4b1c5e8d2e76a05814221c83da7c9c1f423c Author: Agostino Sarubbo gentoo org> AuthorDate: Sun May 3 15:13:04 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sun May 3 15:13:04 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cce4b1c dev-python/nose-exclude: ppc64 stable wrt bug #720548 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild index e889f0732ff..6278b8020ca 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 s390 sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 25136bea4af5a6455c0b4d0727b9bb7eec5755f9 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun May 3 10:24:09 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sun May 3 10:25:28 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25136bea dev-python/nose-exclude: sparc stable wrt bug #720548 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild index fc64da72dc2..e889f0732ff 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 11c0d957351758750b29ea9e6c5b5258ffc53997 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun May 3 10:22:21 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sun May 3 10:22:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c0d957 dev-python/nose-exclude: s390 stable wrt bug #720548 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild index 1c50e75d6a7..fc64da72dc2 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-random/
commit: eb15c54fc15e30e0ef38796a7fefb3325b43ef74 Author: Patrick McLean sony com> AuthorDate: Wed Apr 29 06:44:40 2020 + Commit: Patrick McLean gentoo org> CommitDate: Wed Apr 29 06:54:36 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb15c54f dev-python/nose-random: New package Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean gentoo.org> dev-python/nose-random/Manifest | 1 + dev-python/nose-random/metadata.xml | 11 +++ dev-python/nose-random/nose-random-1.0.0.ebuild | 20 3 files changed, 32 insertions(+) diff --git a/dev-python/nose-random/Manifest b/dev-python/nose-random/Manifest new file mode 100644 index 000..2c54bf9c19d --- /dev/null +++ b/dev-python/nose-random/Manifest @@ -0,0 +1 @@ +DIST nose-random-1.0.0.tar.gz 3776 BLAKE2B 18dc40b13fcb970c4d2edeb6be9c6f3e710b36d14dcdc4a56c6e3ecf811ab2acd6be3e1c1cea2231eb5dc10581c77f201220354c77f3d9f67d89d894ed8b4f24 SHA512 9c62413fb00c3b774954ae7a65b08b122ae0dd2b24377efba8de345597b4ce4952aad09a0c2fea7f9d92f57a3664908fccd6eabadf32074a35978c958ea2b66f diff --git a/dev-python/nose-random/metadata.xml b/dev-python/nose-random/metadata.xml new file mode 100644 index 000..2541628cf9a --- /dev/null +++ b/dev-python/nose-random/metadata.xml @@ -0,0 +1,11 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +pyt...@gentoo.org + + +chutz...@gentoo.org +Patrick McLean + + diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild new file mode 100644 index 000..c4a593c9580 --- /dev/null +++ b/dev-python/nose-random/nose-random-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="Nose plugin to facilitate randomized unit testing" +HOMEPAGE="https://github.com/fzumstein/nose-random"; +SRC_URI="https://github.com/fzumstein/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" + +# no tests
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-show-skipped/
commit: 02f0e3be4d2c0c6be153e307d68d5f77c8966537 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 4 14:53:28 2020 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 4 14:55:05 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f0e3be dev-python/nose-show-skipped: arm64 stable Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild b/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild index 69094919762..bbe6ddbcacb 100644 --- a/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild +++ b/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: f31eb490cc0df38e4a3f84a79450e9876416efca Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 09:15:19 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 09:15:19 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31eb490 dev-python/nose-exclude: Stabilize 0.5.0 ALLARCHES Closes: https://bugs.gentoo.org/711720 Signed-off-by: Michał Górny gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index 14677f9376b..1a279ea9259 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 856c5819b5dda55d9e1444920a7c07a2b653ffdf Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 09:13:06 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 09:13:06 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856c5819 dev-python/nose: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r3.ebuild | 100 --- 1 file changed, 100 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild deleted file mode 100644 index a52cccd978f..000 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" -HOMEPAGE=" - https://pypi.org/project/nose/ - https://nose.readthedocs.io/en/latest/ - https://github.com/nose-devs/nose"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc examples test" -RESTRICT="!test? ( test )" - -REQUIRED_USE=" - doc? ( || ( $(python_gen_useflags 'python2*') ) )" - -RDEPEND=" - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] ) - test? ( - $(python_gen_cond_dep ' - dev-python/twisted[${PYTHON_USEDEP}] - ' python2_7 python3_{6,7}) - )" - -PATCHES=( - "${FILESDIR}"/${P}-python-3.5-backport.patch - - # Patch against master found in an upstream PR, backported: - # https://github.com/nose-devs/nose/pull/1004 - "${FILESDIR}"/${P}-coverage-4.1-support.patch - - "${FILESDIR}"/${P}-python-3.6-test.patch -) - -pkg_setup() { - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) -} - -python_prepare_all() { - # Tests need to be converted, and they don't respect BUILD_DIR. - use test && DISTUTILS_IN_SOURCE_BUILD=1 - - # Disable tests requiring network connection. - sed \ - -e "s/test_resolve/_&/g" \ - -e "s/test_raises_bad_return/_&/g" \ - -e "s/test_raises_twisted_error/_&/g" \ - -i unit_tests/test_twisted.py || die "sed failed" - # Disable versioning of nosetests script to avoid collision with - # versioning performed by the eclass. - sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \ - -i setup.py || die "sed2 failed" - - # Prevent un-needed d'loading during doc build - sed -e "s/, 'sphinx.ext.intersphinx'//" -i doc/conf.py || die - - distutils-r1_python_prepare_all -} - -python_compile() { - local add_targets=() - - if use test; then - add_targets+=( egg_info ) - python_is_python3 && add_targets+=( build_tests ) - fi - - distutils-r1_python_compile ${add_targets[@]} -} - -python_compile_all() { - use doc && emake -C doc html -} - -python_test() { - "${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" -} - -python_install() { - distutils-r1_python_install --install-data "${EPREFIX}/usr/share" -} - -python_install_all() { - use examples && dodoc -r examples - use doc && HTML_DOCS=( doc/.build/html/. ) - distutils-r1_python_install_all -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 6a604e6386177b8110a286b5dd79c74a943baf52 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 09:15:37 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 09:15:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a604e63 dev-python/nose-exclude: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/nose-exclude/Manifest | 1 - dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 23 --- 2 files changed, 24 deletions(-) diff --git a/dev-python/nose-exclude/Manifest b/dev-python/nose-exclude/Manifest index 91b67a2196e..8a37a1c073f 100644 --- a/dev-python/nose-exclude/Manifest +++ b/dev-python/nose-exclude/Manifest @@ -1,2 +1 @@ -DIST nose-exclude-0.4.1.tar.gz 5930 BLAKE2B f0aec0bd0a31f1b778b0dd22efd12706cbcf609e6236418f10b863809f32886743020d7d9a5f26c890f575adf117f5af19fe2fa49eed12c9295f401be0c02f30 SHA512 07dd869f948fb6e6f23dbecc316d08f23701f30ace3755e560f94deeb62cb2b5e1f5690477260d8d3a7f634e3e9959142a340f4fe0886e2ad12852444244ca3f DIST nose-exclude-0.5.0.tar.gz 7359 BLAKE2B b47087f0af6a41f8a432c2e46b4a8ab3229dc682e11625d99b7d1aaa05d2cb0283acc95d9ce5eef3a071190c47dbcbd3e9d5e3ac7785e48d809a7962c27e4866 SHA512 2795f2f42430f8622fdeb46accf4a75853f8202ce1849852ec4b1a6e26aeb20accb8c2ec4faf3dad0ea174570fccd67d51140587ee9f47c905eed5d8a2963356 diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild deleted file mode 100644 index c675a7d2328..000 --- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Exclude specific directories from nosetests runs" -HOMEPAGE="https://github.com/kgrandis/nose-exclude"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 5acf1d871d0d51759ce6f54096eccdbbdce35a00 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 09:14:28 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 09:14:28 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acf1d87 dev-python/nose-exclude: Mark ALLARCHES Signed-off-by: Michał Górny gentoo.org> dev-python/nose-exclude/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/nose-exclude/metadata.xml b/dev-python/nose-exclude/metadata.xml index 88a50d3eb7e..5b7e7ec33cf 100644 --- a/dev-python/nose-exclude/metadata.xml +++ b/dev-python/nose-exclude/metadata.xml @@ -9,6 +9,7 @@ pyt...@gentoo.org Python + nose-exclude kgrandis/nose-exclude
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: d77ca2fc21d61a447f4866fd032200889b313e0c Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 09:14:18 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 09:14:18 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77ca2fc dev-python/nose-exclude: Remove redundant longdesc Signed-off-by: Michał Górny gentoo.org> dev-python/nose-exclude/metadata.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/nose-exclude/metadata.xml b/dev-python/nose-exclude/metadata.xml index 03b1f31309d..88a50d3eb7e 100644 --- a/dev-python/nose-exclude/metadata.xml +++ b/dev-python/nose-exclude/metadata.xml @@ -9,9 +9,6 @@ pyt...@gentoo.org Python - -Exclude specific directories from nosetests runs. - nose-exclude kgrandis/nose-exclude
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: f84ea59a7e9ec16a9a08ce36aefa53b84e7e1349 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 09:12:52 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 09:12:52 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84ea59a dev-python/nose: Stabilize 1.3.7-r4 ALLARCHES Closes: https://bugs.gentoo.org/714390 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild b/dev-python/nose/nose-1.3.7-r4.ebuild index 1c0a751bc7f..d9595f46fc1 100644 --- a/dev-python/nose/nose-1.3.7-r4.ebuild +++ b/dev-python/nose/nose-1.3.7-r4.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="coverage doc examples test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: ebeea9c6b8c29acc1102d4c805d6acdfed0b11b6 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 26 17:29:24 2020 + Commit: Michał Górny gentoo org> CommitDate: Thu Mar 26 17:35:49 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebeea9c6 dev-python/nose: Flatten twisted dep Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r3.ebuild | 8 +--- dev-python/nose/nose-1.3.7-r4.ebuild | 9 ++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index 9543143b1bc..a52cccd978f 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -29,9 +29,11 @@ RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] ) - test? ( || ( $(python_gen_cond_dep 'dev-python/twisted[${PYTHON_USEDEP}]' python2_7 python3_{5,6}) - $(python_gen_cond_dep 'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7) -) )" + test? ( + $(python_gen_cond_dep ' + dev-python/twisted[${PYTHON_USEDEP}] + ' python2_7 python3_{6,7}) + )" PATCHES=( "${FILESDIR}"/${P}-python-3.5-backport.patch diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild b/dev-python/nose/nose-1.3.7-r4.ebuild index 431ecc06eef..e09fa46958b 100644 --- a/dev-python/nose/nose-1.3.7-r4.ebuild +++ b/dev-python/nose/nose-1.3.7-r4.ebuild @@ -35,9 +35,12 @@ RDEPEND=" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6[$(python_gen_usedep 'python2*')] ) test? ( - $(python_gen_cond_dep 'dev-python/coverage[${PYTHON_USEDEP}]' \ - "${COVERAGE_IMPLS[@]}") - $(python_gen_cond_dep 'dev-python/twisted[${PYTHON_USEDEP}]' python2_7 python3_{5,6}) + $(python_gen_cond_dep ' + dev-python/coverage[${PYTHON_USEDEP}] + ' "${COVERAGE_IMPLS[@]}") + $(python_gen_cond_dep ' + dev-python/twisted[${PYTHON_USEDEP}] + ' python2_7 python3_{6,7}) )" PATCHES=(
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: d96d2b5c981aa4c340626f2dba5bc8457280689c Author: Michał Górny gentoo org> AuthorDate: Thu Mar 26 17:35:19 2020 + Commit: Michał Górny gentoo org> CommitDate: Thu Mar 26 17:36:02 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96d2b5c dev-python/nose: Coverage supports py3.8 now Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r4.ebuild | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild b/dev-python/nose/nose-1.3.7-r4.ebuild index e09fa46958b..1c0a751bc7f 100644 --- a/dev-python/nose/nose-1.3.7-r4.ebuild +++ b/dev-python/nose/nose-1.3.7-r4.ebuild @@ -22,22 +22,15 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x IUSE="coverage doc examples test" RESTRICT="!test? ( test )" -COVERAGE_IMPLS=( -2 python3_{5,6,7} pypy3 ) REQUIRED_USE=" - coverage? ( || ( $(python_gen_useflags "${COVERAGE_IMPLS[@]}") ) ) doc? ( || ( $(python_gen_useflags 'python2*') ) )" RDEPEND=" - coverage? ( - $(python_gen_cond_dep 'dev-python/coverage[${PYTHON_USEDEP}]' \ - "${COVERAGE_IMPLS[@]}") - )" + coverage? ( dev-python/coverage[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6[$(python_gen_usedep 'python2*')] ) test? ( - $(python_gen_cond_dep ' - dev-python/coverage[${PYTHON_USEDEP}] - ' "${COVERAGE_IMPLS[@]}") + dev-python/coverage[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/twisted[${PYTHON_USEDEP}] ' python2_7 python3_{6,7})
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: e986a966562bd49aa185d98833755acfd07f5032 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Mar 25 14:13:48 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Mar 25 14:17:25 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e986a966 dev-python/nose: amd64 stable wrt bug #714390 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose/nose-1.3.7-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild b/dev-python/nose/nose-1.3.7-r4.ebuild index 0246cdef54b..35ac0c12e84 100644 --- a/dev-python/nose/nose-1.3.7-r4.ebuild +++ b/dev-python/nose/nose-1.3.7-r4.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="coverage doc examples test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-testconfig/
commit: 4b2504bd115a46b43c4df651f3feb01f0bec4677 Author: David Seifert gentoo org> AuthorDate: Fri Mar 20 09:56:43 2020 + Commit: David Seifert gentoo org> CommitDate: Fri Mar 20 09:56:43 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2504bd dev-python/nose-testconfig: Replace distutils-r1 EXAMPLES use Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: David Seifert gentoo.org> dev-python/nose-testconfig/nose-testconfig-0.10.ebuild | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild b/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild index e407d8216df..0c1423677c5 100644 --- a/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild +++ b/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild @@ -20,6 +20,10 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DOCS=( docs/index.txt ) python_install_all() { - use examples && local EXAMPLES=( examples/. ) + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi + distutils-r1_python_install_all }
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: a63b3ae45e3f1d2830cd1194545828ab3d96490c Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Mar 7 11:06:20 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Mar 7 11:06:20 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63b3ae4 dev-python/nose-exclude: arm stable wrt bug #711720 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index ee169db5cd1..14677f9376b 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 67f09c769075052f3696720c60e5a200fe9ef6a5 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Mar 7 11:02:15 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Mar 7 11:02:15 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f09c76 dev-python/nose-exclude: x86 stable wrt bug #711720 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index d850a948bc3..ee169db5cd1 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 2893a5b5890176b36413d5c56c6e887dddf77591 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Mar 7 10:58:12 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Mar 7 10:58:12 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2893a5b5 dev-python/nose-exclude: ia64 stable wrt bug #711720 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index 33ab57c0b74..d850a948bc3 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 2b4829b86be39d364d28a940bbad38bf46ba2903 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Mar 7 10:53:27 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Mar 7 10:53:27 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4829b8 dev-python/nose-exclude: ppc stable wrt bug #711720 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index 0be17827339..33ab57c0b74 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 s390 sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 11b4da34a772ab3ae62b3b8e6cc989f2752451b3 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Mar 7 10:49:23 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Mar 7 10:49:23 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b4da34 dev-python/nose-exclude: ppc64 stable wrt bug #711720 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index 16cffdfd77d..0be17827339 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 s390 sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 402b59a0baa0506369bd1ffee2c8310cdb1c033b Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Mar 7 09:42:09 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Mar 7 09:42:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402b59a0 dev-python/nose-exclude: amd64 stable wrt bug #711720 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index d615dec54f6..16cffdfd77d 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: afffa3f092e455f1f5f85aa5d67e39ac24eb6a48 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Mar 7 08:58:34 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Mar 7 08:58:34 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afffa3f0 dev-python/nose-exclude: sparc stable wrt bug #711720 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index 0a7448edd13..d615dec54f6 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: eccfd3922db37202a9aee128fc159e507d254e07 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Mar 7 08:24:49 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Mar 7 08:24:49 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccfd392 dev-python/nose-exclude: s390 stable wrt bug #711720 Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index 3742931b221..0a7448edd13 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 4655132bed49431553eaf71c251f245752270929 Author: Andrey Grozin gentoo org> AuthorDate: Sun Mar 1 04:37:09 2020 + Commit: Andrey Grozin gentoo org> CommitDate: Sun Mar 1 04:37:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4655132b dev-python/nose-exclude: add python3_8 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrey Grozin gentoo.org> .../nose-exclude/nose-exclude-0.5.0-r1.ebuild | 23 ++ 1 file changed, 23 insertions(+) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild new file mode 100644 index 000..b3b7db5f4d8 --- /dev/null +++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Exclude specific directories from nosetests runs" +HOMEPAGE="https://github.com/kgrandis/nose-exclude"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" + +python_test() { + esetup.py test +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-parameterized/
commit: 94558bf0ec6752d6fb0e54f65413f2b78c3b7fa9 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 5 16:43:25 2020 + Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 16:53:03 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94558bf0 dev-python/nose-parameterized: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/nose-parameterized/nose-parameterized-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-parameterized/nose-parameterized-0.5.0.ebuild b/dev-python/nose-parameterized/nose-parameterized-0.5.0.ebuild index 8c94bd96c1d..8124d798a36 100644 --- a/dev-python/nose-parameterized/nose-parameterized-0.5.0.ebuild +++ b/dev-python/nose-parameterized/nose-parameterized-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: d533853506cd31af84adadbf0cde994dd97d0fb1 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 5 16:43:05 2020 + Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 16:53:01 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5338535 dev-python/nose-exclude: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +- dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild index 72c6cd56a85..c675a7d2328 100644 --- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index c4906b4adbd..3742931b221 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} pypy3 ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-cover3/
commit: 35d50e531e54857600cf39939a9e392e2eee3a52 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 5 16:42:48 2020 + Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 16:53:00 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d50e53 dev-python/nose-cover3: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild b/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild index 212da362037..226eba9744a 100644 --- a/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild +++ b/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} pypy3 ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 47de0708378c6d72ff12cecf99d9ad11b534a074 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 27 11:14:03 2020 + Commit: Michał Górny gentoo org> CommitDate: Mon Jan 27 12:20:48 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47de0708 dev-python/nose: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r1.ebuild | 88 1 file changed, 88 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r1.ebuild b/dev-python/nose/nose-1.3.7-r1.ebuild deleted file mode 100644 index f5b8c7b2ac9..000 --- a/dev-python/nose/nose-1.3.7-r1.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" -HOMEPAGE=" - https://pypi.org/project/nose/ - https://nose.readthedocs.io/en/latest/ - https://github.com/nose-devs/nose"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc examples test" -RESTRICT="!test? ( test )" - -REQUIRED_USE=" - doc? ( || ( $(python_gen_useflags 'python2*') ) )" - -RDEPEND=" - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] ) - test? ( $(python_gen_cond_dep 'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7) )" - -PATCHES=( "${FILESDIR}"/${P}-python-3.5-backport.patch ) - -pkg_setup() { - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) -} - -python_prepare_all() { - # Tests need to be converted, and they don't respect BUILD_DIR. - use test && DISTUTILS_IN_SOURCE_BUILD=1 - - # Disable tests requiring network connection. - sed \ - -e "s/test_resolve/_&/g" \ - -e "s/test_raises_bad_return/_&/g" \ - -e "s/test_raises_twisted_error/_&/g" \ - -i unit_tests/test_twisted.py || die "sed failed" - # Disable versioning of nosetests script to avoid collision with - # versioning performed by the eclass. - sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \ - -i setup.py || die "sed2 failed" - - # Prevent un-needed d'loading during doc build - sed -e "s/, 'sphinx.ext.intersphinx'//" -i doc/conf.py || die - - distutils-r1_python_prepare_all -} - -python_compile() { - local add_targets=() - - if use test; then - add_targets+=( egg_info ) - python_is_python3 && add_targets+=( build_tests ) - fi - - distutils-r1_python_compile ${add_targets[@]} -} - -python_compile_all() { - use doc && emake -C doc html -} - -python_test() { - "${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" -} - -python_install() { - distutils-r1_python_install --install-data "${EPREFIX}/usr/share" -} - -python_install_all() { - use examples && dodoc -r examples - use doc && HTML_DOCS=( doc/.build/html/. ) - distutils-r1_python_install_all -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: bc76059be80e8a9382946a3dcd7a6bef8871a1f8 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 16 14:10:20 2019 + Commit: Michał Górny gentoo org> CommitDate: Mon Dec 16 14:37:45 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc76059b dev-python/nose: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild b/dev-python/nose/nose-1.3.7-r4.ebuild index 333bd6d07d1..ad2d810aaab 100644 --- a/dev-python/nose/nose-1.3.7-r4.ebuild +++ b/dev-python/nose/nose-1.3.7-r4.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" @@ -27,7 +28,6 @@ REQUIRED_USE=" doc? ( || ( $(python_gen_useflags 'python2*') ) )" RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] coverage? ( $(python_gen_cond_dep 'dev-python/coverage[${PYTHON_USEDEP}]' \ "${COVERAGE_IMPLS[@]}")
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: ab732cf20f58ea846df09d674cee384786395ef0 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 08:38:33 2019 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 11:01:04 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab732cf2 dev-python/nose: Enable py3.8 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r4.ebuild | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild b/dev-python/nose/nose-1.3.7-r4.ebuild index 0784e9e8437..333bd6d07d1 100644 --- a/dev-python/nose/nose-1.3.7-r4.ebuild +++ b/dev-python/nose/nose-1.3.7-r4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 @@ -21,16 +21,22 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="coverage doc examples test" RESTRICT="!test? ( test )" +COVERAGE_IMPLS=( -2 python3_{5,6,7} pypy3 ) REQUIRED_USE=" + coverage? ( || ( $(python_gen_useflags "${COVERAGE_IMPLS[@]}") ) ) doc? ( || ( $(python_gen_useflags 'python2*') ) )" RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - coverage? ( dev-python/coverage[${PYTHON_USEDEP}] )" + coverage? ( + $(python_gen_cond_dep 'dev-python/coverage[${PYTHON_USEDEP}]' \ + "${COVERAGE_IMPLS[@]}") + )" DEPEND="${RDEPEND} - doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] ) + doc? ( >=dev-python/sphinx-0.6[$(python_gen_usedep 'python2*')] ) test? ( - dev-python/coverage[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/coverage[${PYTHON_USEDEP}]' \ + "${COVERAGE_IMPLS[@]}") $(python_gen_cond_dep 'dev-python/twisted[${PYTHON_USEDEP}]' python2_7 python3_{5,6}) )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 13b14c5f5e914847ea1380a3a92181bdc08b7d6c Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 08:44:58 2019 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 08:45:42 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b14c5f dev-python/nose: Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-1.3.7-r1.ebuild | 1 + dev-python/nose/nose-1.3.7-r3.ebuild | 1 + dev-python/nose/nose-1.3.7-r4.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/nose/nose-1.3.7-r1.ebuild b/dev-python/nose/nose-1.3.7-r1.ebuild index 91a73b8eabe..d5878644578 100644 --- a/dev-python/nose/nose-1.3.7-r1.ebuild +++ b/dev-python/nose/nose-1.3.7-r1.ebuild @@ -19,6 +19,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" +RESTRICT="!test? ( test )" REQUIRED_USE=" doc? ( || ( $(python_gen_useflags 'python2*') ) )" diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index faea7532c45..69746257a39 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -19,6 +19,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" +RESTRICT="!test? ( test )" REQUIRED_USE=" doc? ( || ( $(python_gen_useflags 'python2*') ) )" diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild b/dev-python/nose/nose-1.3.7-r4.ebuild index fdbf207e502..0784e9e8437 100644 --- a/dev-python/nose/nose-1.3.7-r4.ebuild +++ b/dev-python/nose/nose-1.3.7-r4.ebuild @@ -19,6 +19,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="coverage doc examples test" +RESTRICT="!test? ( test )" REQUIRED_USE=" doc? ( || ( $(python_gen_useflags 'python2*') ) )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 11ee46ed7e402d1f067e4c3a991e3a95a0ad8507 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 08:37:00 2019 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 08:45:40 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ee46ed dev-python/nose: Remove the live ebuild The project is practically dead, and the live ebuild is just a burden. Signed-off-by: Michał Górny gentoo.org> dev-python/nose/nose-.ebuild | 86 1 file changed, 86 deletions(-) diff --git a/dev-python/nose/nose-.ebuild b/dev-python/nose/nose-.ebuild deleted file mode 100644 index 03c347f62ba..000 --- a/dev-python/nose/nose-.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 git-r3 - -DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" -HOMEPAGE=" - https://pypi.org/project/nose/ - https://nose.readthedocs.io/en/latest/ - https://github.com/nose-devs/nose"; -SRC_URI="" -EGIT_REPO_URI="https://github.com/nose-devs/${PN}.git"; - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="" -IUSE="doc examples test" - -REQUIRED_USE=" - doc? ( || ( $(python_gen_useflags 'python2*') ) )" - -RDEPEND=" - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] ) - test? ( $(python_gen_cond_dep 'dev-python/twisted[${PYTHON_USEDEP}]' python2_7 python3_{5,6}) )" - -pkg_setup() { - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) -} - -python_prepare_all() { - # Tests need to be converted, and they don't respect BUILD_DIR. - use test && DISTUTILS_IN_SOURCE_BUILD=1 - - # Disable tests requiring network connection. - sed \ - -e "s/test_resolve/_&/g" \ - -e "s/test_raises_bad_return/_&/g" \ - -e "s/test_raises_twisted_error/_&/g" \ - -i unit_tests/test_twisted.py || die "sed failed" - # Disable versioning of nosetests script to avoid collision with - # versioning performed by the eclass. - sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \ - -i setup.py || die "sed2 failed" - - # Prevent un-needed d'loading during doc build - sed -e "s/, 'sphinx.ext.intersphinx'//" -i doc/conf.py || die - - distutils-r1_python_prepare_all -} - -python_compile() { - local add_targets=() - - if use test; then - add_targets+=( egg_info ) - python_is_python3 && add_targets+=( build_tests ) - fi - - distutils-r1_python_compile ${add_targets[@]} -} - -python_compile_all() { - use doc && emake -C doc html -} - -python_test() { - "${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" -} - -python_install() { - distutils-r1_python_install --install-data "${EPREFIX}/usr/share" -} - -python_install_all() { - use examples && dodoc -r examples - use doc && HTML_DOCS=( doc/.build/html/. ) - distutils-r1_python_install_all -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: ca37d7c0b4d5702f5c1fa92206fa5af1a850f1c4 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 08:13:18 2019 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 08:45:41 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca37d7c0 dev-python/nose: Make coverage optional, EAPI 7 Signed-off-by: Michał Górny gentoo.org> dev-python/nose/metadata.xml | 4 ++ dev-python/nose/nose-1.3.7-r4.ebuild | 98 2 files changed, 102 insertions(+) diff --git a/dev-python/nose/metadata.xml b/dev-python/nose/metadata.xml index 13648a4f19f..a92a97fc50d 100644 --- a/dev-python/nose/metadata.xml +++ b/dev-python/nose/metadata.xml @@ -9,4 +9,8 @@ nose nose-devs/nose + +Pull in dev-python/coverage needed + for nose-xcover plugin. + diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild b/dev-python/nose/nose-1.3.7-r4.ebuild new file mode 100644 index 000..fdbf207e502 --- /dev/null +++ b/dev-python/nose/nose-1.3.7-r4.ebuild @@ -0,0 +1,98 @@ +# 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} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="Unittest extension with automatic test suite discovery and easy test authoring" +HOMEPAGE=" + https://pypi.org/project/nose/ + https://nose.readthedocs.io/en/latest/ + https://github.com/nose-devs/nose"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="coverage doc examples test" + +REQUIRED_USE=" + doc? ( || ( $(python_gen_useflags 'python2*') ) )" + +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + coverage? ( dev-python/coverage[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND} + doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] ) + test? ( + dev-python/coverage[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/twisted[${PYTHON_USEDEP}]' python2_7 python3_{5,6}) + )" + +PATCHES=( + "${FILESDIR}"/${P}-python-3.5-backport.patch + + # Patch against master found in an upstream PR, backported: + # https://github.com/nose-devs/nose/pull/1004 + "${FILESDIR}"/${P}-coverage-4.1-support.patch + + "${FILESDIR}"/${P}-python-3.6-test.patch +) + +pkg_setup() { + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) +} + +python_prepare_all() { + # Tests need to be converted, and they don't respect BUILD_DIR. + use test && DISTUTILS_IN_SOURCE_BUILD=1 + + # Disable tests requiring network connection. + sed \ + -e "s/test_resolve/_&/g" \ + -e "s/test_raises_bad_return/_&/g" \ + -e "s/test_raises_twisted_error/_&/g" \ + -i unit_tests/test_twisted.py || die "sed failed" + # Disable versioning of nosetests script to avoid collision with + # versioning performed by the eclass. + sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \ + -i setup.py || die "sed2 failed" + + # Prevent un-needed d'loading during doc build + sed -e "s/, 'sphinx.ext.intersphinx'//" -i doc/conf.py || die + + distutils-r1_python_prepare_all +} + +python_compile() { + local add_targets=() + + if use test; then + add_targets+=( egg_info ) + python_is_python3 && add_targets+=( build_tests ) + fi + + distutils-r1_python_compile ${add_targets[@]} +} + +python_compile_all() { + use doc && emake -C doc html +} + +python_test() { + "${EPYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" +} + +python_install() { + distutils-r1_python_install --install-data "${EPREFIX}/usr/share" +} + +python_install_all() { + use examples && dodoc -r examples + use doc && HTML_DOCS=( doc/.build/html/. ) + distutils-r1_python_install_all +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: e36d611d08ea31abb65ac60d30f1fe1de1c123e8 Author: Wim Muskee gmail com> AuthorDate: Sat Aug 10 07:09:18 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Sat Aug 10 11:55:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36d611d dev-python/nose: update HOMEPAGE, metadata Closes: https://bugs.gentoo.org/691184 Signed-off-by: Wim Muskee gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12666 Signed-off-by: Joonas Niilola gentoo.org> dev-python/nose/metadata.xml | 1 - dev-python/nose/nose-1.3.7-r1.ebuild | 2 +- dev-python/nose/nose-1.3.7-r3.ebuild | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/nose/metadata.xml b/dev-python/nose/metadata.xml index 1b59d602e35..13648a4f19f 100644 --- a/dev-python/nose/metadata.xml +++ b/dev-python/nose/metadata.xml @@ -8,6 +8,5 @@ nose nose-devs/nose -jpellerin/nose diff --git a/dev-python/nose/nose-1.3.7-r1.ebuild b/dev-python/nose/nose-1.3.7-r1.ebuild index 327beed811d..5e2e145620d 100644 --- a/dev-python/nose/nose-1.3.7-r1.ebuild +++ b/dev-python/nose/nose-1.3.7-r1.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Unittest extension with automatic test suite discovery and easy tes HOMEPAGE=" https://pypi.org/project/nose/ https://nose.readthedocs.io/en/latest/ - https://bitbucket.org/jpellerin/nose"; + https://github.com/nose-devs/nose"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index e66f8269099..0aa4e7adb49 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Unittest extension with automatic test suite discovery and easy tes HOMEPAGE=" https://pypi.org/project/nose/ https://nose.readthedocs.io/en/latest/ - https://bitbucket.org/jpellerin/nose"; + https://github.com/nose-devs/nose"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-cover3/
commit: f9b04befd7bc5ca7cf74b666aa0640c8041757f5 Author: Zac Medico gentoo org> AuthorDate: Wed Jun 19 00:43:37 2019 + Commit: Zac Medico gentoo org> CommitDate: Wed Jun 19 00:45:49 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b04bef dev-python/nose-cover3: PYTHON_COMPAT+=( python3_7 ) Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Zac Medico gentoo.org> dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild b/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild index 18748099f29..b2f1d4d2968 100644 --- a/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild +++ b/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 87430d576121759101f7e3807426ac9541aa0dc1 Author: Virgil Dupras gentoo org> AuthorDate: Sat May 4 19:11:38 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Sat May 4 19:11:38 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87430d57 dev-python/nose-exclude: add py37 compat Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index b4d49a5fbb8..de182d7597f 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-show-skipped/
commit: b0bd7bc8f446a7c22786cf02f65d8c2b33c1e94d Author: Mikle Kolyada gentoo org> AuthorDate: Wed Mar 20 18:49:26 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Mar 20 18:49:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0bd7bc8 dev-python/nose-show-skipped: mark s390 stable Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild b/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild index e05014376fa..a4389011ac3 100644 --- a/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild +++ b/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: f23090ca855116fbc499966fbab59db994e31f6f Author: Matt Turner gentoo org> AuthorDate: Sat Dec 29 16:29:37 2018 + Commit: Matt Turner gentoo org> CommitDate: Sat Dec 29 16:29:37 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23090ca dev-python/nose-1.3.7-r3: hppa stable, bug 653502 Signed-off-by: Matt Turner gentoo.org> dev-python/nose/nose-1.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index c97e5bb61b9..9ec6385ddcd 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: ffda755cd141e1a1a157a87d2dff51058a7e8d65 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 16 20:24:49 2018 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 16 20:24:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffda755c dev-python/nose-1.3.7-r3: ppc stable, bug 653502 dev-python/nose/nose-1.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index 14a35ee036c..c97e5bb61b9 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: df5dce67e3ae3eef951e14aeccbd68ff4afd4d62 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jun 30 20:45:11 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jun 30 20:45:11 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5dce67 dev-python/nose: s390 stable wrt bug #653502 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/nose/nose-1.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index c2608c7c445..130b3d368d8 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 143b62e7a74f0a697fee6681e56215a3068f6566 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jun 28 14:45:59 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jun 28 14:47:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143b62e7 dev-python/nose-exclude: mark s390 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 4 ++-- dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild index f6bb628dd10..8c5d9a608e7 100644 --- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index 303b272ef33..93317a9ebff 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: ccfb4452a669bf0301f82eb4692b02f32567f064 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon May 14 19:10:17 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Mon May 14 19:10:17 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfb4452 dev-python/nose: stable 1.3.7-r3 for ppc64, bug #653502 Bug: https://bugs.gentoo.org/653502 Package-Manager: Portage-2.3.36, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" dev-python/nose/nose-1.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index 421d0fdeca2..c2608c7c445 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 135499cf747e9f42696d987a1a8e316e4768cceb Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 14 16:03:08 2018 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 14 16:03:21 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135499cf dev-python/nose-1.3.7-r3: alpha stable Gentoo-Bug: http://bugs.gentoo.org/653502 dev-python/nose/nose-1.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index a8f8cc78ea2..421d0fdeca2 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: cf2c3e89770da806f242a2102d447072dcb91779 Author: Mart Raudsepp gentoo org> AuthorDate: Fri May 4 15:36:51 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Fri May 4 15:37:03 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2c3e89 dev-python/nose-1.3.7-r3: arm64 stable (bug #653502) Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/nose/nose-1.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index f76e1bc9a79..a8f8cc78ea2 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 7adb48e9cf82434ded53d74004a0949787a71fc6 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 28 07:11:17 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 28 07:11:17 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7adb48e9 dev-python/nose: arm stable wrt bug #653502 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/nose/nose-1.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index a9fa699fcc6..f76e1bc9a79 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 71880b0617f291253a7ee68f0cefc681e8e53298 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Apr 22 01:25:30 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Apr 22 01:34:56 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71880b06 dev-python/nose: x86 stable (bug #596714) Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-python/nose/nose-1.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index 9c05b4e09cc..46721a398c3 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: cb47f1c7fcad19106b27ee273ea2abd7c1234dec Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Apr 21 20:11:01 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 21 20:11:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb47f1c7 dev-python/nose: stable 1.3.7-r3 for ia64, bug #653502 Bug: https://bugs.gentoo.org/653502 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" dev-python/nose/nose-1.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index cff942585cc..9c05b4e09cc 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 2d426a8abb0f3f8fa800f02f90a2e0c4937b8cc9 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Apr 19 16:33:00 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Apr 19 19:41:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d426a8a dev-python/nose: stable 1.3.7-r3 for sparc Bug: https://bugs.gentoo.org/653502 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" dev-python/nose/nose-1.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index 10647b104eb..cff942585cc 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose/
commit: 1ecb1aca67b20f081a418e3ef3d5156bcdf76526 Author: Aaron Bauman gentoo org> AuthorDate: Wed Apr 18 23:17:41 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Wed Apr 18 23:17:41 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecb1aca dev-python/nose: amd64 stable wrt bug #653502 Bug: https://bugs.gentoo.org/653502 Package-Manager: Portage-2.3.29, Repoman-2.3.9 dev-python/nose/nose-1.3.7-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index e97460f08d2..059365ede00 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-show-skipped/
commit: 91da0bcd746b54186fb06cfcfc4cefc6a1d5a745 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 08:48:58 2018 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 17 10:50:58 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91da0bcd dev-python/nose-show-skipped: use HTTPS dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild b/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild index 584622da603..66c517ed9e0 100644 --- a/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild +++ b/dev-python/nose-show-skipped/nose-show-skipped-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="A nose plugin to show skipped tests and their messages" -HOMEPAGE="https://github.com/cpcloud/nose-show-skipped http://pypi.python.org/pypi/nose-show-skipped"; +HOMEPAGE="https://github.com/cpcloud/nose-show-skipped + https://pypi.python.org/pypi/nose-show-skipped"; SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 59cdbfdd16305ea83f52ddc6c8e4c69319b9d152 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 21 19:56:51 2018 + Commit: Michał Górny gentoo org> CommitDate: Wed Feb 21 20:18:43 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cdbfdd dev-python/nose-exclude: Tested on ~amd64-fbsd dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index a2d03e92203..303b272ef33 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-cover3/
commit: 0932f2ac4a449b8fca07488ca6d368984a6fc5d2 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 23 05:18:32 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 23 05:19:52 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0932f2ac dev-python/nose-cover3: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild b/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild index 4aee6e4776b..203edd30957 100644 --- a/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild +++ b/dev-python/nose-cover3/nose-cover3-0.1.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
commit: 5de6ea069499309c58be36706d278ae323c1aae5 Author: Michael Weber gentoo org> AuthorDate: Fri May 19 13:23:07 2017 + Commit: Michael Weber gentoo org> CommitDate: Fri May 19 13:36:15 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de6ea06 dev-python/nose-exclude: arm64 stable (bug 617258). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm64" dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +- dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild index 9c48d21b4d2..f6bb628dd10 100644 --- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]" diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index 695076c23dc..a2d03e92203 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-testconfig/
commit: 66b502c2c53ba62667c669f2366b5afebedc2820 Author: Manuel Rüger gentoo org> AuthorDate: Tue May 16 13:15:40 2017 + Commit: Manuel Rüger gentoo org> CommitDate: Tue May 16 13:15:40 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b502c2 dev-python/nose-testconfig: Add python3_{5,6} Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/nose-testconfig/nose-testconfig-0.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild b/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild index ddf3b65a353..14fa44305e2 100644 --- a/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild +++ b/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-descriptionfixer/
commit: b76e36a647db54c67c67498e7341c58eaf2ddedf Author: Manuel Rüger gentoo org> AuthorDate: Tue May 16 12:25:41 2017 + Commit: Manuel Rüger gentoo org> CommitDate: Tue May 16 12:49:05 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76e36a6 dev-python/nose-descriptionfixer: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild b/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild index 5a1751e9185..6407e5fdba1 100644 --- a/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild +++ b/dev-python/nose-descriptionfixer/nose-descriptionfixer-0.0.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3) inherit distutils-r1 -DESCRIPTION="Fix the way tests are described when the verbose flag is used " +DESCRIPTION="Fix the way tests are described when the verbose flag is used" HOMEPAGE="https://pypi.python.org/pypi/nose-descriptionfixer"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
[gentoo-commits] repo/gentoo:master commit in: dev-python/nose-parameterized/
commit: 243f45ef245f05f6274a9d8bd8944a45d2264b12 Author: Manuel Rüger gentoo org> AuthorDate: Thu May 4 17:30:38 2017 + Commit: Manuel Rüger gentoo org> CommitDate: Thu May 4 17:30:38 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243f45ef dev-python/nose-parameterized: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/nose-parameterized/nose-parameterized-0.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-parameterized/nose-parameterized-0.5.0.ebuild b/dev-python/nose-parameterized/nose-parameterized-0.5.0.ebuild index f6a3c6264a2..fc355afccaf 100644 --- a/dev-python/nose-parameterized/nose-parameterized-0.5.0.ebuild +++ b/dev-python/nose-parameterized/nose-parameterized-0.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1