diff options
Diffstat (limited to 'dev-python/pytest-xprocess')
5 files changed, 4 insertions, 79 deletions
diff --git a/dev-python/pytest-xprocess/Manifest b/dev-python/pytest-xprocess/Manifest index eedd72e5fffe..553d2b3d1f7d 100644 --- a/dev-python/pytest-xprocess/Manifest +++ b/dev-python/pytest-xprocess/Manifest @@ -1,6 +1,3 @@ -AUX pytest-xprocess-0.12.1-pytest-28.patch 1245 BLAKE2B 9d4e8aeead5690a3461f4377a2215ade77929d55aa3f8e842da05fcd0269f94f306d527acc93d56573e4c081bf0a380027e37223e4bd71e3a45b6763fd8d71a6 SHA512 4b114f676ff83ad019402ba7c84f2559e267c45b8aadbcd647f99b962d484ca176f59db6e98db297583f37f9560c5cdf54af9e4bd7ddf36225ce126bcecea134 -DIST pytest-xprocess-0.12.1.tar.gz 12078 BLAKE2B 30c3c2b41e79b79c5a18911c325ff273b80c45f29d269b96c4085c0c78a6897b2064eb1d2e83f9c061c4663d2f52d88230d9e87ea2ba4d114c6e04f42aa50a5e SHA512 fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927 DIST pytest-xprocess-0.13.1.tar.gz 10273 BLAKE2B 0c2a8bdf5e31543b32ada50f2bb5e1a09b45de820064807bf41321638d11d6b6fea28fd2a8c795e7bc6f7ac7370a3e78988e8aee318fad9df194fd3b06cce7cd SHA512 e0ab9e13d7f90ffca1bb3646e5789582806519ff5e665e13ed0db00896d799a7828b39e7657e947783d15ec1a961b33c1c981e39069dd298bf352826dbdc496f -EBUILD pytest-xprocess-0.12.1-r2.ebuild 849 BLAKE2B 8e35dba56e0c8068b76b6e4a38d325fcbf036c2cf76afe4aa26838dc3ea3ae268f3e575e2f02be972163aa0b6eb2b0b1f2e9eb96dfee2f69582729105e8d4eb4 SHA512 960233069fe5880fc6bb1e53eb2415b9a11c87d0cb408dd454742cd92fc40548470902e8cd7c4f61f024e85bd9109a9054d8da2cdb3026387bb2a8fecf3c149e -EBUILD pytest-xprocess-0.13.1.ebuild 666 BLAKE2B 14ace4491815d6c3174d45f62fed765679c2e005ce8032a389c78263790c92a1a788958c898864f285c4c6b0115415fb7865af09b263406b161991878fbb9612 SHA512 597fde70c504f976e951fffe4ca07301a5591fcbf2dbb2b0903771bc0012d666ead326a7da56cf93f28f904be2a0a7ef12cc2177203b99f9b7e451ffde6c948a -MISC metadata.xml 399 BLAKE2B 04dadaab28761796767c7a588294f6a8ea34cd665a4ca6b26dad8155432e12619f7d7825265df05d1457dc1c09265c1064efaa8280487d8eba60f1629798c648 SHA512 ae6d3628465eac8e46b14f8bb00a46884f07e85dc3246c3f3c1c6a85e178c7eab35511e583d08cb3b036f5ac28c8393dac90cf470ffb371a74cfd883a5978830 +EBUILD pytest-xprocess-0.13.1.ebuild 660 BLAKE2B 942b42ca49f88ed10d4a0a431c0ab24f1128f70b433a26243bce88ddb2a6aa16eafb952c2fd9efdc43991cafcd17af35fd68487323734d047de0128a3c964197 SHA512 a760eee4c7a807b3dd7d5ccbb6b86dee906c98a2e2ddf2daaf699caf85e0ba17f89dd6bf99cdf7f68c92d3e19690ecf4c256002f593ef5cb1a6dc636ac1d7ae3 +MISC metadata.xml 424 BLAKE2B c4e4e4a90fc6e7dd7e474686b1a0215a380925523d3d41cba07cd5f59f0ce322a2e8fd10cd834ac263bcdef2d0f62bfcb48bf85373036bd8869f764ea06ef788 SHA512 822c6bb63a93d2ec81c4d7c00faa75ba7e97813f510d570385f075a1a0b641408d6323c9718ddd899fdf25b2d198204c5bba38604a593841a7cf89c44410134b diff --git a/dev-python/pytest-xprocess/files/pytest-xprocess-0.12.1-pytest-28.patch b/dev-python/pytest-xprocess/files/pytest-xprocess-0.12.1-pytest-28.patch deleted file mode 100644 index 45d3b2446443..000000000000 --- a/dev-python/pytest-xprocess/files/pytest-xprocess-0.12.1-pytest-28.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 4b5de795b492b5beb15385b20fe289851c1b2570 Mon Sep 17 00:00:00 2001 -From: Bruno Oliveira <nicoddemus@gmail.com> -Date: Wed, 7 Jun 2017 09:55:28 -0300 -Subject: [PATCH] Add py35 and py36 to CI and drop support for pytest<2.8 - -Also drop requirement on pytest_cache ---- - pytest_xprocess.py | 3 +-- - setup.py | 2 +- - 2 files changed, 2 insertions(+), 3 deletions(-) - -diff --git a/pytest_xprocess.py b/pytest_xprocess.py -index e8d731c..c4edbdd 100644 ---- a/pytest_xprocess.py -+++ b/pytest_xprocess.py -@@ -18,8 +18,7 @@ def pytest_addoption(parser): - - - def getrootdir(config): -- from pytest_cache import getrootdir -- return getrootdir(config, ".xprocess").ensure(dir=1) -+ return config.rootdir.join(".xprocess").ensure(dir=1) - - - def pytest_cmdline_main(config): -diff --git a/setup.py b/setup.py -index 1992785..b3dd88c 100755 ---- a/setup.py -+++ b/setup.py -@@ -12,5 +12,5 @@ if __name__ == "__main__": - url='https://github.com/pytest-dev/pytest-xprocess/', - py_modules=['pytest_xprocess', 'xprocess'], - entry_points={'pytest11': ['xprocess = pytest_xprocess']}, -- install_requires=['pytest-cache', 'pytest>=2.3.5', 'psutil'], -+ install_requires=['pytest>=2.8', 'psutil'], - ) --- -2.24.0 - diff --git a/dev-python/pytest-xprocess/metadata.xml b/dev-python/pytest-xprocess/metadata.xml index 8303986ecb58..0052c5ad8164 100644 --- a/dev-python/pytest-xprocess/metadata.xml +++ b/dev-python/pytest-xprocess/metadata.xml @@ -5,6 +5,7 @@ <email>python@gentoo.org</email> <name>Python</name> </maintainer> + <stabilize-allarches/> <upstream> <remote-id type="bitbucket">pytest-dev/pytest-xprocess</remote-id> <remote-id type="pypi">pytest-xprocess</remote-id> diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild deleted file mode 100644 index e4f4528986d0..000000000000 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Manage external processes across test runs" -HOMEPAGE="https://pypi.org/project/pytest-xprocess/ https://github.com/pytest-dev/pytest-xprocess" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] -" - -PATCHES=( - "${FILESDIR}"/pytest-xprocess-0.12.1-pytest-28.patch -) - -distutils_enable_tests pytest - -src_prepare() { - # Upstream's package mistakenly includes __pycache__ directory that make - # tests fail. - rm -r example/__pycache__ || die - distutils-r1_src_prepare -} diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild index d15560b92985..5328b454227d 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] |