summaryrefslogtreecommitdiff
path: root/dev-python/python-redmine
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-17 18:28:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-17 18:28:08 +0000
commit1f254b1ee917690b4f8f7738fdcfc295ee304ff7 (patch)
tree136ad1b72b899873af1ab7e8fcc6ec343484f41f /dev-python/python-redmine
parentbcf596975a1c2450e077c80c84017c54198f216c (diff)
gentoo auto-resync : 17:03:2023 - 18:28:08
Diffstat (limited to 'dev-python/python-redmine')
-rw-r--r--dev-python/python-redmine/Manifest2
-rw-r--r--dev-python/python-redmine/python-redmine-2.4.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-redmine/Manifest b/dev-python/python-redmine/Manifest
index 63910e8e85d0..073c92290be5 100644
--- a/dev-python/python-redmine/Manifest
+++ b/dev-python/python-redmine/Manifest
@@ -1,3 +1,3 @@
DIST python-redmine-2.4.0.tar.gz 67730 BLAKE2B 22c74ad194af9b56affab39de38b13a8f5a46e79b8ea8d9f9f47eb12c4ad4c91156db9ef0e8dfd013602b8cc06e0636a724ae34969f385dc9f8ffc63514ccc63 SHA512 afb03ca8a3bdacace3c12b7295ba08953ab2040971b57988deb9955df24e5ac1782a9b3fbf0f5070eb22c640e88f489cda12cdec38449f9e3bcf7189dc422642
-EBUILD python-redmine-2.4.0.ebuild 596 BLAKE2B e74fd7f8423b8e6b1a36bb3c15fa3095414acfe70796b6b5354062e99f6f2bc75b105b9f26dcd28b26413061d086f71f95ac53415cae90a3400dfc9fbd5ec536 SHA512 c5015b2ced3c22ac7c5e1ac6874fc0621887d0c8e3098f4017af99d8cf4fdb38f0a77d482e82db98d90c259b07fa4c04004cfc11da1007bc259f60a18b5a527b
+EBUILD python-redmine-2.4.0.ebuild 570 BLAKE2B 04a7065f9d8a355f4669fc992f888348235e8b370d7133a3503bff0801c9ff369dc5b34c8cb417b34ad4b8ca51f80d7ad69f7f4bdf97d4ea77652f0625598172 SHA512 cc4c9dc3c6703cadf3566630cbfa61a5845a9c8a451b8fc17cc8f7f4aa204c1861ee23e43abf39da8583a30ecc097ea7a1a467af8e04b31338a5956265a1a5cf
MISC metadata.xml 426 BLAKE2B 4b854d12e2cd5977800ee0ba114e1e8cf3895afc412d50b7ca9101842c3430a076e8daa07ae58624e3ae25163cf49de5924f9df7735550903f79ffbebbdd3763 SHA512 e56e41d36e3fbb82ec4b592ec3c6b4a69669bf79c159a97045b7643676361208885ec18a0dfd2462a8f456435d5ec51250b893693f9411c727e8bd44c8a4ae92
diff --git a/dev-python/python-redmine/python-redmine-2.4.0.ebuild b/dev-python/python-redmine/python-redmine-2.4.0.ebuild
index b2161c074c88..da55d3bf3c50 100644
--- a/dev-python/python-redmine/python-redmine-2.4.0.ebuild
+++ b/dev-python/python-redmine/python-redmine-2.4.0.ebuild
@@ -4,16 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Python interface to the Redmine REST API"
HOMEPAGE="
https://github.com/maxtepkeev/python-redmine/
https://pypi.org/project/python-redmine/
"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"