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/django-cache-url | |
parent | fcc5224904648a8e6eb528d7603154160a20022f (diff) |
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/django-cache-url')
-rw-r--r-- | dev-python/django-cache-url/Manifest | 6 | ||||
-rw-r--r-- | dev-python/django-cache-url/django-cache-url-3.3.0.ebuild (renamed from dev-python/django-cache-url/django-cache-url-3.2.3.ebuild) | 11 | ||||
-rw-r--r-- | dev-python/django-cache-url/django-cache-url-3.4.0.ebuild | 33 |
3 files changed, 43 insertions, 7 deletions
diff --git a/dev-python/django-cache-url/Manifest b/dev-python/django-cache-url/Manifest index c841036b796a..eceb16d1500a 100644 --- a/dev-python/django-cache-url/Manifest +++ b/dev-python/django-cache-url/Manifest @@ -1,3 +1,5 @@ -DIST django-cache-url-3.2.3.tar.gz 8198 BLAKE2B 19c91cdb519fea9c80e4d5e89ec9d340fb9193ec3891f6fbb42ba07cac26aba2bc69c00c65797f0f70c1a4590ff7be2037eebf3bf4589270e68afe289f74945c SHA512 d5b3653de755a668c33d28d66d38d938fef84d3acbfd726463c85a45c49a4d13bf880723226be2946ef7ea784e10623e164e448263893f779effc3eaf75c959f -EBUILD django-cache-url-3.2.3.ebuild 727 BLAKE2B b6df11ac41e53cb5396d31ea7439511cbec1f1ad4451fbe2e793c9112e197f4a7d181fef7ae9ce6b2d616f71a71e73a94b6972652bddb4b2d47bfeec82247c6b SHA512 b5b2c9976c2f3c68d370636754eb3a111012b89a96d75fc41aae68e75a8f81befd41fc31e075b5683243e92977fe5439617e8d1d66af757feb4bd25e28cf8727 +DIST django-cache-url-3.3.0.tar.gz 8319 BLAKE2B 28e627270baf5ea030bdcf098968644fd59551b1e974c7e08b396313c13bc48d4417c1e7b7c9942a1773b05d53c1b918177ef649ab088efcfa9ecf375b17ecac SHA512 fc01f3ef1e490146b911cff6f905c5257c8adbca57734a442d0d8e715c77d398fe07d3e47f043627eabc87f6f72153c2504873bf81d248c9da9183d6fe005069 +DIST django-cache-url-3.4.0.tar.gz 8455 BLAKE2B 91780a053a90decbffd3d9a6fc0b9043dee74b6b6b265b9ef4b035c5679a4955582b3a3b831ff9670fceb89d5729b9ac607b6f318543d437eb35e7d1a1c1c638 SHA512 17fb8aff3b65f4860b2d2c7c765341f17c13a0f78453f627f62f40894d3e83281ecbde1d1ddcbeff7de8fe55189ce9504d03281353d227f9e7b1678af4c423ec +EBUILD django-cache-url-3.3.0.ebuild 669 BLAKE2B 4774d5416b1a9fa62a4543c6528422f9ab5e9449cea02e5694ad1dd60a43a1db671295394f03c22040be68a66d7ec3023a3f39cf4e8fe3b91b10ba30b2ae4de0 SHA512 3829ef479d7ad6b1f330b98a844ec12b44195f27e78c9f1cc0a14d894950ade402e26944f4a45194388f7d86f3eb933c33968a9a52c8bf8984e816c00aad54ab +EBUILD django-cache-url-3.4.0.ebuild 724 BLAKE2B 6fc023e8c0f2841a6f63e8780732868ee95ba678e59c2dfbe76fb2dbdce16fafe4c7d4fb2067f86488ad24a5a03f0444c76373f3fd00dde52d078a5c682cdcbd SHA512 8189257a9f87cc7993dfcb809af9dc44803bbedf0073a5b6fd387a9622b65b1902a60f481557dc64a6e0b3e5e6a198316206789822d0baea82fac7e0392a62ea MISC metadata.xml 414 BLAKE2B 94a9734c4ea049141ed04c202df485a2b682e849eec2b813e8cfbbfbed46b103553c79ef5d21af255b0efbc025cfe9adb73cac49009eb9ad1312bd0dd9645f48 SHA512 da0198561305aee121d292d9f89b88587a634477faf363f4faf547fc545aa4396b335f7eb206f422e47311bf410ba29c895dc6cba703403acf4c7ad989b3d298 diff --git a/dev-python/django-cache-url/django-cache-url-3.2.3.ebuild b/dev-python/django-cache-url/django-cache-url-3.3.0.ebuild index b0d261f52401..54c4b56f00d3 100644 --- a/dev-python/django-cache-url/django-cache-url-3.2.3.ebuild +++ b/dev-python/django-cache-url/django-cache-url-3.3.0.ebuild @@ -1,17 +1,18 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -EGIT_COMMIT="3480e70bb19eef22f4e1beeddd236f44414ac5ac" DESCRIPTION="Use Cache URLs in your Django application" HOMEPAGE="https://github.com/epicserve/django-cache-url" -SRC_URI="https://github.com/epicserve/django-cache-url/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${EGIT_COMMIT}" +SRC_URI=" + https://github.com/epicserve/django-cache-url/archive/v${PV}.tar.gz + -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-python/django-cache-url/django-cache-url-3.4.0.ebuild b/dev-python/django-cache-url/django-cache-url-3.4.0.ebuild new file mode 100644 index 000000000000..4a8f8798a999 --- /dev/null +++ b/dev-python/django-cache-url/django-cache-url-3.4.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 2021-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} ) + +inherit distutils-r1 + +DESCRIPTION="Use Cache URLs in your Django application" +HOMEPAGE="https://github.com/epicserve/django-cache-url" +SRC_URI=" + https://github.com/epicserve/django-cache-url/archive/v${PV}.tar.gz + -> ${P}.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + dev-python/django[${PYTHON_USEDEP}] +" + +DOCS=( AUTHORS.rst CHANGELOG.rst README.rst ) + +distutils_enable_tests pytest + +python_prepare_all() { + sed -e '/--cov/d' -i setup.cfg || die + distutils-r1_python_prepare_all +} |