summaryrefslogtreecommitdiff
path: root/dev-python/pytest-expect
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
commit185fa19bbf68a4d4dca534d2b46729207a177f16 (patch)
treea8a537b82fda83a0799c2ca9887f212558363aa7 /dev-python/pytest-expect
parentc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (diff)
gentoo resync : 11.05.2021
Diffstat (limited to 'dev-python/pytest-expect')
-rw-r--r--dev-python/pytest-expect/Manifest4
-rw-r--r--dev-python/pytest-expect/metadata.xml1
-rw-r--r--dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild8
3 files changed, 6 insertions, 7 deletions
diff --git a/dev-python/pytest-expect/Manifest b/dev-python/pytest-expect/Manifest
index 530442da3622..70a071c3c0b4 100644
--- a/dev-python/pytest-expect/Manifest
+++ b/dev-python/pytest-expect/Manifest
@@ -1,3 +1,3 @@
DIST pytest-expect-1.1.0.tar.gz 3595 BLAKE2B f291021c1fb44371f43d5970573872d3db04e0b29e909de01c2183e79d96f9a72060b75f914cd7460b914864b98191460b4c44809a0f5ddf728fc6ef0c94c348 SHA512 41d2b296844e9dab9429f34eec37fe106a4e6c2039824c37067ed048dcc328b13e666b22d3482ccfc6153af4e44b5d895f3011ec45df55ffa07a98459e3caefd
-EBUILD pytest-expect-1.1.0-r1.ebuild 652 BLAKE2B b6f9640123e1823c992e535c862c8ceb7d1ae6eda38f57e38621799336ee35bd19b469bf595b6a60e71adfa7006c59f86904f28b67b080f9638799706071201b SHA512 0f717a77d4ee9f59ed337f8f3b23bca5767162306807daf4b6c9df13cd79f79756781231e4dd73696b4215fc6255ab5aceff0c4747c3516870768ff1176af199
-MISC metadata.xml 458 BLAKE2B b8e23df2621be3f2cf2818753ab7a18102fd3e1ff32e80aa425c50b36f9f7ea736a1e9eb9030920c2882e65bdb2372afb0ece371ee13dbb45b3be3144d73f8fa SHA512 a366c816a1513376742bf1d43bb4cc60df9923b3e191d169ae56ee9706f60cbf8edbe35a195f41fd214bdc4cc10fc35c106d798845b3d45ac6b878f16718eeae
+EBUILD pytest-expect-1.1.0-r1.ebuild 640 BLAKE2B 604735811ab836cae09a8fb581a47b2caba514b0e4ef8a94a5f010ad64fd34159ad430ebb76fb9e1307fbbf7357e7dabf509b2c00f9a08e8095851c4f8ba7b78 SHA512 09a039c95417aa40d64af0898c4c2757a7b0b830cc36e8283e0b71aff341ce79f07a090fa49fcdd54dbf35e747b2ff886376e76807d661068f6c3dc84139d2f0
+MISC metadata.xml 484 BLAKE2B 59dc6467e58d894dde864c3c93482dab886eec4f9afb0d98d18c4fdd2869d4cb9da026d4ed3370b144c4764019efeb562b7ec7c00aa2cfd69b1b58ac9cdff584 SHA512 6d91f726d947f5515b87835439f1063ace9f361693dbb2d3f16cf65c4e2f613a09a105a90e5e32ce8ba63b5cbcf67809b41ee8b51c5e2e36eb99402de5597907
diff --git a/dev-python/pytest-expect/metadata.xml b/dev-python/pytest-expect/metadata.xml
index 97346aec5078..d6d9f5a0b7c8 100644
--- a/dev-python/pytest-expect/metadata.xml
+++ b/dev-python/pytest-expect/metadata.xml
@@ -7,6 +7,7 @@
</upstream>
<maintainer type="person">
<email>zmedico@gentoo.org</email>
+ <name>Zac Medico</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
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 1c1f5817b43c..9bfdfcc59cf8 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
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
@@ -13,11 +13,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE=""
+# no tests
+RESTRICT="test"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/u-msgpack[${PYTHON_USEDEP}]"
-
-# no tests...
-RESTRICT="test"