From 46eedbedafdb0040c37884982d4c775ce277fb7b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Oct 2021 10:22:14 +0100 Subject: gentoo resync : 20.10.2021 --- dev-python/PyUtilib/Manifest | 3 -- dev-python/PyUtilib/PyUtilib-5.7.2.ebuild | 55 ---------------------- .../PyUtilib/files/pyutilib-5.6.5-tests.patch | 35 -------------- 3 files changed, 93 deletions(-) delete mode 100644 dev-python/PyUtilib/PyUtilib-5.7.2.ebuild delete mode 100644 dev-python/PyUtilib/files/pyutilib-5.6.5-tests.patch (limited to 'dev-python/PyUtilib') diff --git a/dev-python/PyUtilib/Manifest b/dev-python/PyUtilib/Manifest index 1aefa7c0aeb5..b3f0431643d7 100644 --- a/dev-python/PyUtilib/Manifest +++ b/dev-python/PyUtilib/Manifest @@ -1,7 +1,4 @@ AUX PyUtilib-6.0.0-tests.patch 510 BLAKE2B 729853aaeebbb3de8ed7a9a8e466a5df3addcbd755e9951d3745ca46a13c8a4b42844b80392c687acb586d8f4edfb04f43fe158395ad1e7f92ec1df919b93bd9 SHA512 3779c4d0c20b967275e67091500b00d7fae3c5ad655e518a50dc653eb11d17c468a46ff67bb928f1652b4cd95c81cff724f5cde875e1e5fd8667c76312c9ec3d -AUX pyutilib-5.6.5-tests.patch 1413 BLAKE2B 8cfb6abadbd0c83adccd69cd18dd85aa2c58ad6d8610de0912397e626704ff6921ed54869c0ea2e7dd1567070e5061fa424d7749236cd2e8321d17a6b60ad4a8 SHA512 00d838e4eab285e7eaa1fe802abd1fa22f3a662fd10220cc3811fab6d9025dcb327811e13ee13f2102ff1ff2b8b132a10c32cabfb94080940dec691b6a890298 -DIST PyUtilib-5.7.2.tar.gz 1566034 BLAKE2B 913c6576b39f14c19e2e633c36ade33fe812c77a37374c7c14d2fb4384ca38f68efd55209d70e96d9a78fea2fcf1cf83423680d0787da2d03cab88e59a208b96 SHA512 d9d7d890cdb524bb055885354784f2af01967164ce88cf3b144ccffb0a855ef34243fd518c58193517ecfc50f3c2e3ca333f026951c1ab0b38ce181ecf9e7750 DIST PyUtilib-6.0.0.tar.gz 1569916 BLAKE2B ee4085b597e928c5d6602b647f122c562f2e05dcaf300217cea9c5bc652f6acb5dbe5a075cbbbc1b81497987ab5c658f86cc3e44e16cae02a37d546b2e925a9b SHA512 7841a84ee8d66d2d7af3db810e4d787030acbd8e3e81c3f61251ea160931feddeab6f4d205977a411964359f1cb7e7e59e846593c113093e01c48b81784f7477 -EBUILD PyUtilib-5.7.2.ebuild 1222 BLAKE2B e0e4ade52f636257729c1af0bc91cb7867409654e81177e63a9a337e7bd39f8d13b57c1a2061f07f5d64a42c06226493d2c937dcf371ce304dbdf8bc7f463a03 SHA512 64d5a8cbd2d7433a460931e32f3d592a12b3aa1610706f4c6267491f46d5839202b887684b02f0b82f697806a97af9f997da01ea72a3e6a49e70f18e15325ea5 EBUILD PyUtilib-6.0.0.ebuild 1131 BLAKE2B d4f542aa1b38f5d15482a49c9d6f03f95f939d5fc37813cdef0b44d8fc8435ae0f99b8204b2bb00a98e1424b121f6db0e652c1735fde72dc41e16652ae40b4a4 SHA512 b579ef976d91508f6a63a4fbbdf60d60594c1f911bcce638b5749a180c98392ae2e163fb55994e8c302de8e6db8c8178f77fcaaab900776cd1d429444566c8fe MISC metadata.xml 424 BLAKE2B b1f7f100094d235fc3d266bc84cf39208b5afd1fbf419fc796ed2884527a641dea52173d607e6d40f0292316695e8ead2d387cf4c427c0983ee32d8620b08f6b SHA512 be42d862d2b6af906fcd65cb073eb7daf1540cdfd41e451fc8a1766875e875e501d7deeaa3410146cd07fe78f94a9fed1d7cfbe935db47e44144844f573af154 diff --git a/dev-python/PyUtilib/PyUtilib-5.7.2.ebuild b/dev-python/PyUtilib/PyUtilib-5.7.2.ebuild deleted file mode 100644 index e1418c3cb92e..000000000000 --- a/dev-python/PyUtilib/PyUtilib-5.7.2.ebuild +++ /dev/null @@ -1,55 +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..10} ) -DISTUTILS_IN_SOURCE_BUILD=1 - -inherit distutils-r1 - -DESCRIPTION="A collection of Python utilities" -HOMEPAGE="https://github.com/PyUtilib/pyutilib" -SRC_URI="https://github.com/${PN}/${PN,,}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN,,}-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" - -PATCHES=( - "${FILESDIR}/pyutilib-5.6.5-tests.patch" -) - -python_prepare_all() { - # remove some tests that are completely broken - rm pyutilib/component/app/tests/test_simple.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - distutils_install_for_testing --via-root - - local -x PYTHONPATH="${PWD}:${TEST_DIR}/lib" \ - COLUMNS=80 - - nosetests -v --with-xunit --xunit-file=TEST-pyutilib.xml pyutilib || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - - find "${ED}" -name '*.pth' -delete || die -} - -python_install() { - distutils-r1_python_install -} diff --git a/dev-python/PyUtilib/files/pyutilib-5.6.5-tests.patch b/dev-python/PyUtilib/files/pyutilib-5.6.5-tests.patch deleted file mode 100644 index 780c586759af..000000000000 --- a/dev-python/PyUtilib/files/pyutilib-5.6.5-tests.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff --git a/pyutilib/dev/entry_point.py b/pyutilib/dev/entry_point.py -index e571cc7..e0200e9 100644 ---- a/pyutilib/dev/entry_point.py -+++ b/pyutilib/dev/entry_point.py -@@ -23,7 +23,8 @@ def run_entry_point(package, script, args=[], **kwds): - script = str(script) - assert type(args) is list - cmdLine \ -- = "import pkg_resources,sys; "\ -+ = "import pkg_resources,sys,os; "\ -+ "pkg_resources.fixup_namespace_packages(os.path.join(os.getcwd(),'build')); "\ - "sys.argv=%r; "\ - "sys.exit(pkg_resources.load_entry_point(%r,'console_scripts',%r)())" \ - % ( [script]+args, package, script ) -diff --git a/pyutilib/enum/tests/test_enum.py b/pyutilib/enum/tests/test_enum.py -index 52451ef..66313f4 100755 ---- a/pyutilib/enum/tests/test_enum.py -+++ b/pyutilib/enum/tests/test_enum.py -@@ -11,7 +11,7 @@ - """ Unit test for ‘enum’ module. - """ - --import unittest -+import unittest, sys - - import pyutilib.enum.enum as enum - -@@ -355,6 +355,7 @@ class Test_EnumValue(unittest.TestCase): - for other_value in self.other_values: - self.assertNotEqual(test_value, other_value) - -+ @unittest.skipIf(sys.hexversion > 0x03040000, "can't compare int and tuple on python3") - def test_sequence_other_values(self): - # An EnumValue should compare sequentially to other values. - test_value = enum.EnumValue(self.SimpleEnum, 0, 'test') -- cgit v1.2.3