summaryrefslogtreecommitdiff
path: root/dev-python/pytest-env
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-16 06:23:32 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-16 06:23:32 +0000
commitf3784aee1f8e4d7971fd27543cb7490cb9f83649 (patch)
tree5bba1b092092f867ce0b57b29484e1da19442262 /dev-python/pytest-env
parentb4c2aa4f33970ea2c862e0f7e57f01564bc63002 (diff)
gentoo auto-resync : 16:03:2023 - 06:23:32
Diffstat (limited to 'dev-python/pytest-env')
-rw-r--r--dev-python/pytest-env/Manifest2
-rw-r--r--dev-python/pytest-env/pytest-env-0.8.1.ebuild4
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/pytest-env/Manifest b/dev-python/pytest-env/Manifest
index 535040d84453..1ca05e3ee970 100644
--- a/dev-python/pytest-env/Manifest
+++ b/dev-python/pytest-env/Manifest
@@ -1,3 +1,3 @@
DIST pytest_env-0.8.1.tar.gz 6926 BLAKE2B 1d993947c5d67a57832e170e2cc2cbe56f5f1eef37d96790ec3965e5d7b9489771d1890ef7c6f4ae504e1d6d22845cf9b1b3fccf3caeacb3e6ff33d5f86b9279 SHA512 0c99db9c5467f5fe6f8655e540fff4b91884cef3553daf455298d2dc7bb51439418f3149b941d37a777199f28d82eccb2073fdd5e09bfb97cdf24d3ddb1d21bc
-EBUILD pytest-env-0.8.1.ebuild 596 BLAKE2B b458c3b22e81ee476dc5edf6c07dda815e9f735f90d2ed7e29eba669ba2b93ee737843a459dd79d739843847f2b524b2f335448b1c835fb047167c0881172431 SHA512 5377ba36d78cdd120ca5c0740dbc13090ac5ad55ddf01e5d6713b7a04705fa48b8a8823c512e7719c55d9ba77b6c35c2d69c2dcc38f4674b7b016e1829feabf8
+EBUILD pytest-env-0.8.1.ebuild 521 BLAKE2B 8b6d3ebab500ef4bc8519b82e4e2b0a92bb3f7bdf8429bfec37a06c383d6943661a7ee82e3da4b5f57d7e5648aa83216cf6d40028e52c5ae2d49ffef36ef5e6e SHA512 14540caddc969fe630e474423b46977d2278093169fd40d8cdaa769f60fac698786fc5e69280720ad408f63f68e88263c1197cbe8753444fe8ef29f84cb06b5b
MISC metadata.xml 505 BLAKE2B 00369d63ea894a5d1b493461b41f5a211219dba4aee1e53a5bfcd4e37fb181ebb7f4934e721c186a5d631f3f03a8bbea2b1d732a1206b2347beb71b03f0c84a0 SHA512 78e7bf0e52d709686f0302ee3ffb2d11ff85860586a42aa23e974f60bf675de919d9d78fa0aa80d66b779b1575936686bf2846830ef4bea25e4ed87d2ce05835
diff --git a/dev-python/pytest-env/pytest-env-0.8.1.ebuild b/dev-python/pytest-env/pytest-env-0.8.1.ebuild
index d8d4d87741d3..25ba662f03ac 100644
--- a/dev-python/pytest-env/pytest-env-0.8.1.ebuild
+++ b/dev-python/pytest-env/pytest-env-0.8.1.ebuild
@@ -5,12 +5,10 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="py.test plugin that allows you to add environment variables"
HOMEPAGE="https://github.com/pytest-dev/pytest-env"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz"
-S="${WORKDIR}/${P/-/_}"
LICENSE="MIT"
SLOT="0"