summaryrefslogtreecommitdiff
path: root/dev-python/Pyro5
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-12 12:05:49 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-12 12:05:49 +0000
commit090216a39ee5ab584838d745b5d72018ba448ff0 (patch)
tree57d70390c364ce8c3f8bed936330739505414915 /dev-python/Pyro5
parent1b08c9751c34c3c71432dc748f2a20eee4b57f18 (diff)
downloadbaldeagleos-repo-090216a39ee5ab584838d745b5d72018ba448ff0.tar.gz
baldeagleos-repo-090216a39ee5ab584838d745b5d72018ba448ff0.tar.xz
baldeagleos-repo-090216a39ee5ab584838d745b5d72018ba448ff0.zip
Adding metadata
Diffstat (limited to 'dev-python/Pyro5')
-rw-r--r--dev-python/Pyro5/Manifest2
-rw-r--r--dev-python/Pyro5/Pyro5-5.14.ebuild7
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/Pyro5/Manifest b/dev-python/Pyro5/Manifest
index 199b3fce213b..a1dc237c222c 100644
--- a/dev-python/Pyro5/Manifest
+++ b/dev-python/Pyro5/Manifest
@@ -1 +1 @@
-DIST Pyro5-5.14.gh.tar.gz 432770 BLAKE2B 9424441166b662bedbef89099fe00d7a6a608023b2416515f409c42eeaba47a1977e5bdc73bf6d7058fc4b35103e839d60506d59aae9390071be680e740c804b SHA512 7341e88cf86a6832b2bf9681f58d998d10c3c01db70ff6e11e90c927d25581cb5606edaf52fbb0b0b44137cb129661b68769ca8ae2fd61d5461f18c74214831c
+DIST Pyro5-5.14.tar.gz 447725 BLAKE2B 0382fd69df02a2977df6238bdfe7aed0f52253cc3a8fc684d6e08caa2c06c5c572dee15c53bb463e5e477941ec67e8e8c9358eb8cda7b413c9debf2ab3a292f7 SHA512 0ca65ad01a950f59d8e2cf745e5b61065b5f02d361651ae75dc27de921ea04b5f65bd9fd18ed7ae9b0d055eda3ceb19dffd10295061e496bd1fa70563339db2d
diff --git a/dev-python/Pyro5/Pyro5-5.14.ebuild b/dev-python/Pyro5/Pyro5-5.14.ebuild
index 9532a2e48dc3..705380b7773a 100644
--- a/dev-python/Pyro5/Pyro5-5.14.ebuild
+++ b/dev-python/Pyro5/Pyro5-5.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Distributed object middleware for Python (RPC)"
HOMEPAGE="
@@ -14,7 +14,8 @@ HOMEPAGE="
https://pypi.org/project/Pyro5/
https://github.com/irmen/Pyro5
"
-SRC_URI="https://github.com/irmen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN^}" "${PV}")"
+S=${WORKDIR}/${P^}
LICENSE="MIT"
SLOT="0"