diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
commit | 4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch) | |
tree | 356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/diskcache | |
parent | fcc5224904648a8e6eb528d7603154160a20022f (diff) |
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/diskcache')
-rw-r--r-- | dev-python/diskcache/Manifest | 5 | ||||
-rw-r--r-- | dev-python/diskcache/diskcache-5.4.0-r1.ebuild (renamed from dev-python/diskcache/diskcache-5.3.0.ebuild) | 25 | ||||
-rw-r--r-- | dev-python/diskcache/diskcache-5.4.0.ebuild | 4 |
3 files changed, 16 insertions, 18 deletions
diff --git a/dev-python/diskcache/Manifest b/dev-python/diskcache/Manifest index 5a5de8bd5f1f..31377d867271 100644 --- a/dev-python/diskcache/Manifest +++ b/dev-python/diskcache/Manifest @@ -1,5 +1,4 @@ -DIST diskcache-5.3.0.gh.tar.gz 653506 BLAKE2B 250420da434fa8a02cf58ed552072cb62a6d10dfa3801cf187db327a687763ab7f010c19f5e10b9ba71b2fd6830ba902750ca273c8be08c6f7987aa0923afcff SHA512 106c8eb8320153e42e076927d51fa75d30b92156e17a75756e0392028cb6b5054af9af66b93aa69b7a7105012f0b92fe942ee447a75e53e005b56eb0b067dc38 DIST diskcache-5.4.0.gh.tar.gz 653968 BLAKE2B 765f0d8d9c4b3a8bf9e4c52b3b931867dc0b92aa7b891d6d64cbfe9e7ff491662a1fa2f0af776f9b3dcc4b441f50b68dc009a29e9b0d37f99add9033f4fb94d8 SHA512 cc15ff0b06b2a5708692f50e185699bd53e60408cef25053bcb5aaffec2795dd53c3bfe4b131a47f68c43388927ecc034c43233c38494cb2f6e40636344270fc -EBUILD diskcache-5.3.0.ebuild 1050 BLAKE2B cb7a6cc672e9b11e0f44c8908ed15a24dbdf03ae849f22e044f4e39ed1e20d5fe8b6bc89ea2032f7ce276cdadfae57bd634983c4f7fab446a4a9d7651d497a3c SHA512 106b93bac5dd1b6182ea9382a7c827c0c96cea31d085d72a06b061465f31f449866bf0fc4bdeab2fc8167b3f952dda7f73ce6c443bd8582ff9212a802b3fc438 -EBUILD diskcache-5.4.0.ebuild 893 BLAKE2B bc9fc9bb5df7684dd83d5f361e22d2e85f113ef64bfc8297e71c92bfa55a2a832f8ad50e9f1639549dd9e2afa26bf3c500f1adcd326d3a8e43eeb3c944bd5065 SHA512 83df901aafab333343dfe7a5cf764ef25d11dfa63fca55563c705c8fee06240e3a500b721667a3986fc1361dc7dfcb61c2399db7ae6552cdaaa5a0e02a62ffeb +EBUILD diskcache-5.4.0-r1.ebuild 931 BLAKE2B 1e6a9706363ba4cefaf547abf2f74e756a5d6a817ca475418752ea7462e1812e2d870d5399541a7d20cc519c66c6abe2ae60f799e3c2e88bd4c2bd6e62200754 SHA512 64014f02af783f86a0564e0d428fc19ef6c6c57b5ee744e6a1d6c03d5f2775156cbeaabf2f3e24b2cce16ea666a3605b629133312c475b4e689b642f38deadd0 +EBUILD diskcache-5.4.0.ebuild 885 BLAKE2B dae18c65738660b24ef67eda072cdc0d282e1cf9c2a6bb0098765f00590f76f9d7b890463345643810e7cb9bd5c0c58b617ed5d210ed48ad3c3bfeef9bbe14db SHA512 c767a20dd918b0946db2269c02258228ed265d7a74af9dcbc2d5677dbbf003d5aff6ff1f11e8f0cf8c89f0425ab64fc8f2ccab323b440fe34eb0d995ec374939 MISC metadata.xml 417 BLAKE2B ea6f6d25bf863d8be1af817e00d06d668672ddb5cdd938f0bb1a0e92712bdf116540c36014778a160be6ec6144db406f1a1f0d804c3218e38b8bbfc7c1456cc9 SHA512 c5812352980d74ddadbe2192c2c724369ae37d2d0c3d6018220d2ab0bf07559e569af816f3503b8db825a7689cca7a340adc4bd3d1bd73893446a41a7bfb6882 diff --git a/dev-python/diskcache/diskcache-5.3.0.ebuild b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild index dbf56a1dd9b6..76a1c5fc6504 100644 --- a/dev-python/diskcache/diskcache-5.3.0.ebuild +++ b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild @@ -1,39 +1,38 @@ -# Copyright 1999-2021 Gentoo Authors +# 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..10} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 -HOMEPAGE="http://www.grantjenks.com/docs/diskcache/ - https://github.com/grantjenks/python-diskcache/" +HOMEPAGE=" + https://www.grantjenks.com/docs/diskcache/ + https://github.com/grantjenks/python-diskcache/ +" DESCRIPTION="Disk and file backed cache" SRC_URI=" https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" S=${WORKDIR}/python-diskcache-${PV} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" BDEPEND=" test? ( - dev-python/django[${PYTHON_USEDEP}] - )" + >=dev-python/django-3.2[${PYTHON_USEDEP}] + ) +" distutils_enable_sphinx docs distutils_enable_tests pytest -EPYTEST_DESELECT=( - # TODO - tests/test_djangocache.py::DiskCacheTests::test_get_or_set_callable_returning_none - tests/test_djangocache.py::DiskCacheTests::test_pickle -) - src_prepare() { # remove dep on pytest-xdist and pytest-cov sed -i -e '/-n auto/d' -e '/--cov/d' tox.ini || die diff --git a/dev-python/diskcache/diskcache-5.4.0.ebuild b/dev-python/diskcache/diskcache-5.4.0.ebuild index 25ca9058d762..42daaf56c9bb 100644 --- a/dev-python/diskcache/diskcache-5.4.0.ebuild +++ b/dev-python/diskcache/diskcache-5.4.0.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=8 @@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" BDEPEND=" test? ( |