summaryrefslogtreecommitdiff
path: root/dev-python/pytest-plus
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-17 18:28:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-17 18:28:08 +0000
commit1f254b1ee917690b4f8f7738fdcfc295ee304ff7 (patch)
tree136ad1b72b899873af1ab7e8fcc6ec343484f41f /dev-python/pytest-plus
parentbcf596975a1c2450e077c80c84017c54198f216c (diff)
gentoo auto-resync : 17:03:2023 - 18:28:08
Diffstat (limited to 'dev-python/pytest-plus')
-rw-r--r--dev-python/pytest-plus/Manifest2
-rw-r--r--dev-python/pytest-plus/pytest-plus-0.4.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-plus/Manifest b/dev-python/pytest-plus/Manifest
index cdffd5475e1e..17fa02ecfe84 100644
--- a/dev-python/pytest-plus/Manifest
+++ b/dev-python/pytest-plus/Manifest
@@ -1,3 +1,3 @@
DIST pytest-plus-0.4.0.tar.gz 9987 BLAKE2B 11b8f17630601f52ebae11b7a660c8d97b4c9f1699096a376c162952a03b9f1b580ead6ac0b040b15c267eec1123bffe07d128eb00aec7414e996275ebc4c4e3 SHA512 4f4258853280cac8e03c0477763fd588d2b3cf11e7746d2b8e7d3cf5774b845412bc8779d74d232e4b3473470c39753dc788ac09faf8e8b7c9fee22d7164bab7
-EBUILD pytest-plus-0.4.0.ebuild 616 BLAKE2B 6394c5cc605f669dc35583696a357ec26eae3517d0d1d512687c729734e87404473d4e50b1c7a0e3608bbe9976ded9c1e6f6e17efe197c159351118931869fbe SHA512 5328532fb810cf578d7080616cc449e22ee8a3e23e5fa7e9fd09a8ff2a1e37aab0f74dc3bda512e181615f3d14dc3c78091054476f5e0c9bb35263045e93c3fd
+EBUILD pytest-plus-0.4.0.ebuild 589 BLAKE2B 9c8c1e4dc851a351ae72f0f1cab42e0c518b9ce00fb06dddbf7d57296c74aa1d7aca6ef4ba4e112b02bc841c0e5452edece2f88acd69e442d34cae5176c9f029 SHA512 65f3da0ca3583911d35ca5fb1354d83229728eaa0a1e14a62a1ac6f924cf3ee5b1dd13e0f96339b3a0799f4a2aabe808eb0a6c8cf5109c01fda42b253599d03d
MISC metadata.xml 406 BLAKE2B ae1b1a2c28f45b4dd7f752125161396de88cf2ed3881f37f72dc7938cd2ea6485c995d0409c6fbaebeb7b1d4cf59736496549702d7a9d825a2ee5eb1e6a65fdf SHA512 33668115e05810055fa79f5d74c5d3b6eca5bb53e0108a257cb57bb496ebd0292c1dd3f5b33feee58c20c2c381a926c870f9576355171a91106c21fea41d6ab3
diff --git a/dev-python/pytest-plus/pytest-plus-0.4.0.ebuild b/dev-python/pytest-plus/pytest-plus-0.4.0.ebuild
index c395bb83ee14..9d487aa6e00b 100644
--- a/dev-python/pytest-plus/pytest-plus-0.4.0.ebuild
+++ b/dev-python/pytest-plus/pytest-plus-0.4.0.ebuild
@@ -4,16 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="PyTest Plus Plugin - extends pytest functionality"
HOMEPAGE="
https://github.com/pytest-dev/pytest-plus/
https://pypi.org/project/pytest-plus/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"