summaryrefslogtreecommitdiff
path: root/dev-python/pytz_deprecation_shim
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/pytz_deprecation_shim
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/pytz_deprecation_shim')
-rw-r--r--dev-python/pytz_deprecation_shim/Manifest2
-rw-r--r--dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild13
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/pytz_deprecation_shim/Manifest b/dev-python/pytz_deprecation_shim/Manifest
index 06af15ed692c..46287ad3460f 100644
--- a/dev-python/pytz_deprecation_shim/Manifest
+++ b/dev-python/pytz_deprecation_shim/Manifest
@@ -1,3 +1,3 @@
DIST pytz_deprecation_shim-0.1.0.post0.tar.gz 60190 BLAKE2B a6d186ca6fff17a3fb787ad6164fcf45fbac272e6123491a6822699cf54a115c9941f2b1ee3d227f531a0ab1d11846300dc24974611cc1671c77405606704754 SHA512 201eea777f4da9def1b060911da5eaa89652f6716d5608278fdc94a2f67af5ea23a8b667cb181e03d5edd7f0a07f4954047621668f4c2e7bb325dd07f454d0b6
-EBUILD pytz_deprecation_shim-0.1.0_p0-r2.ebuild 1079 BLAKE2B 72c57fc3776ac7b23d758d67c22f13bbe743a816cdd890395d1a77d2d9b24423969ae8e7ff93f569d0f9c0c59a0d361e4d37a3236f4f53d2d5a3a085f350dd70 SHA512 3c3d2a3aba12044cec8c840438a5e04d766a330bda45483daffff110cbede23846b67857e96c42e0e8ff3015482a871179c698e512c728c47fa40f96a77add5e
+EBUILD pytz_deprecation_shim-0.1.0_p0-r2.ebuild 1035 BLAKE2B c9e0c61025e2349705d3335f87fa312e5c106c9c2e6937d7edb0365ea095c63d9ac5bdfa1971eb0fc18073983f27af8968fc285473f13be1e998d8cf17b46642 SHA512 494a4199e164ad16bae0715852619bda5ff093218414ca299b2b35e9e7b911f80b03a90c88cf101cc8d2e64f712dfa013dbfcb68e69f1f5030bf80570a83ac39
MISC metadata.xml 419 BLAKE2B 2840524ff112ed60eeca8162297a1d4c0c3ecb47a5abaa440d237832f90a823789f07400200d2a0d31b25f6d2484a85d448549f32ccd7b4a1d755ff263c7df7b SHA512 3c75ed2c66ae13d4f67d50f07eb5e17fea8d4f8a3252d3a4d52ebe0c688c9253c61dc065ac6cda6120909e625fc1b6eb74a6f2d7dfc8cf25c8aed075a4f75bbc
diff --git a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
index 4067747deaa4..8d310bf3718f 100644
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
+++ b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r2.ebuild
@@ -4,15 +4,19 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
inherit distutils-r1
MY_P=${P/_p/.post}
DESCRIPTION="Shims to make deprecation of pytz easier"
-HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ https://github.com/pganssle/pytz-deprecation-shim"
+HOMEPAGE="
+ https://github.com/pganssle/pytz-deprecation-shim/
+ https://pypi.org/project/pytz-deprecation-shim/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0"
SLOT="0"
@@ -21,14 +25,13 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s3
RDEPEND="
$(python_gen_cond_dep '
dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
- ' python3_8 pypy3)
+ ' 3.8)
sys-libs/timezone-data
"
BDEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
)
"