diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-18 04:54:42 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-18 04:54:42 +0000 |
commit | 5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch) | |
tree | c968fff3108e2b4d88e4e564a56bfd066f170573 /dev-python/pytest-cache | |
parent | 1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff) |
gentoo resync : 18.03.2018
Diffstat (limited to 'dev-python/pytest-cache')
-rw-r--r-- | dev-python/pytest-cache/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/pytest-cache/Manifest b/dev-python/pytest-cache/Manifest index 91855b14bc74..9fecb41397bc 100644 --- a/dev-python/pytest-cache/Manifest +++ b/dev-python/pytest-cache/Manifest @@ -1,3 +1,3 @@ DIST pytest-cache-1.0.tar.gz 16242 BLAKE2B 90ebe56fab442c67513025bf3921d9d3ef4220de49fed5ae14cd31e5b8966e2fce4551faafb14bbaf1c3ddb45a8bc2d0ef4e3e9ab6fdece053d173b37e4753b7 SHA512 55eb66718a45fb0ad8931780d96fa4715cf0d9f2568be2a1b08b3399d391b818a7ae8b2afeb74b50aaf8ec8f7f0d8da8e7a7483845a50e884822ca6ddbca03ea -EBUILD pytest-cache-1.0-r1.ebuild 873 BLAKE2B f2da795ffe45cdfac9f9841bbaee2ae1e56137b2c6d7b834ed3de1c653236c30dce18e9338d8580bbb73860de3140fb526808c795ec44369efdda85342b79c14 SHA512 efb39fed25937679f43e5250ddcec7eb27da1747d7112a49aded3c47877267c94ea803a73479abc1f48b9b426c38823c7da7e18e431e3233a38bbad01a26f148 +EBUILD pytest-cache-1.0-r1.ebuild 877 BLAKE2B ce8fa2da793468e3774bc09b6732fffad966b780988cafda87a16974a1bfc545969d033938afb4c4a812b54a1fdf23f5558415dcbee327b99078ecf07ca1cbb1 SHA512 3b2d9ba5788be0c78dd28ac301bedc54418f063485b4549536fa4c9a64b8f6e791ac04addd0b147b3f24c2f962e4befc6de297a77cba93eff6b18f471dab8c4a MISC metadata.xml 424 BLAKE2B 9699f4ea942fab1f467f13318ec34b3827aafd5946f863fe73ed8411c8967c3aadd75d210d59a194f44cdd40a60f7911231b9b9f1b0da91b88be636b007cd205 SHA512 d5cacf7c2874eec32bd10036f6fa03f0d357569e99b229b397df2ca1978f3961b9f3e7cd892cba677e4f6c4e39a5d69ef496166285adf089e08e7406446c9a35 diff --git a/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild index baa4e6ab638e..35c3a296da78 100644 --- a/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild +++ b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="mechanisms for caching across test runs" -HOMEPAGE="https://pypi.python.org/pypi/pytest-cache http://bitbucket.org/hpk42/pytest-cache/ http://pythonhosted.org/pytest-cache/" +HOMEPAGE="https://pypi.python.org/pypi/pytest-cache + https://bitbucket.org/hpk42/pytest-cache/ + https://pythonhosted.org/pytest-cache/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" |