diff options
Diffstat (limited to 'dev-python/pytest-expect')
-rw-r--r-- | dev-python/pytest-expect/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild | 27 |
3 files changed, 31 insertions, 3 deletions
diff --git a/dev-python/pytest-expect/Manifest b/dev-python/pytest-expect/Manifest index bdd5ab33dae7..a2c6d69135cb 100644 --- a/dev-python/pytest-expect/Manifest +++ b/dev-python/pytest-expect/Manifest @@ -1,3 +1,4 @@ DIST pytest-expect-1.1.0.tar.gz 3595 BLAKE2B f291021c1fb44371f43d5970573872d3db04e0b29e909de01c2183e79d96f9a72060b75f914cd7460b914864b98191460b4c44809a0f5ddf728fc6ef0c94c348 SHA512 41d2b296844e9dab9429f34eec37fe106a4e6c2039824c37067ed048dcc328b13e666b22d3482ccfc6153af4e44b5d895f3011ec45df55ffa07a98459e3caefd -EBUILD pytest-expect-1.1.0-r1.ebuild 653 BLAKE2B 80c0e18ea66f67cc13603dafa522d1e80dfad1bb4b1fdd544a075fd20371d93576e7eaf1b9e31d5bc3e1986c82e81816528f81c1bad5e8c5bd586ca62428acc5 SHA512 78b056e88e44e10c7d0b72b1b19b5f06fb36fb516910ae04d942009ff8c2d433a329d21ad217d88a8ba34c44d57611fb35c68029c637d9026241fccebdf09737 +EBUILD pytest-expect-1.1.0-r1.ebuild 660 BLAKE2B df1aaa55f576f02a944b22b52a54a6ecb50c9471d8a13092a50760b402ba5cc6c102b8121a4261c5fbe74041775eab1f503aab6c378455483b7db3e59982afa2 SHA512 fb485efc880806211155fba00a0665e1fb67fad0669eb5510fa8a73df20d7979d4dad1b3a0a7147989bb9814325b5ec81142fea0b522897aca04e064536a8840 +EBUILD pytest-expect-1.1.0-r2.ebuild 705 BLAKE2B 09d37113a3b7d7c341b807514de409e516a661988aa40260ac4a5d2ba5c503cf913daefd6caa39c5dd827c59dca29e3dd2a693d28b3d282de425ad5982650db5 SHA512 d14994f787e203b0b9b21da639bf6b2354da35637f907b089a859f816caffccb0f1438c43148dac450c691d091e5bcd2df6be205d148242ea39c2bfe2a2f6900 MISC metadata.xml 485 BLAKE2B 76212d43ee4934e9f7b98ae1c5dbc9799e4b388bf7911d2d5a69f92556f3c45521d6e4a9de2899716829f80503d7257bce3aa4d594563197028a80952fe0e234 SHA512 959f50811969db93eff402e0fd7672bddcbfe1e328a06d09844584c8a90f7c887298c7a87946d4ee8a86e832cdd51e684fe548869904efda737ee989af25c5e1 diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild index 4cf73b582293..b85bde2739c6 100644 --- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild +++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" # no tests RESTRICT="test" diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild new file mode 100644 index 000000000000..a6b8fa81adda --- /dev/null +++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild @@ -0,0 +1,27 @@ +# 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 ) + +inherit distutils-r1 + +DESCRIPTION="pytest plugin that stores test expectations by saving the set of failing tests" +HOMEPAGE=" + https://github.com/gsnedders/pytest-expect/ + https://pypi.org/project/pytest-expect/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +# no tests +RESTRICT="test" + +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/u-msgpack-python[${PYTHON_USEDEP}] +" |