diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-24 11:21:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-24 11:22:17 +0100 |
commit | a74af21c7347b77c9590be7fe605ecce45ea0897 (patch) | |
tree | 235e3b4dfa8e39fd2c39db755d3435c8b2a084ff /dev-python/sip | |
parent | dev-python/sip: Remove old (diff) | |
download | gentoo-a74af21c7347b77c9590be7fe605ecce45ea0897.tar.gz gentoo-a74af21c7347b77c9590be7fe605ecce45ea0897.tar.bz2 gentoo-a74af21c7347b77c9590be7fe605ecce45ea0897.zip |
dev-python/sip: Update URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/metadata.xml | 10 | ||||
-rw-r--r-- | dev-python/sip/sip-6.8.3.ebuild | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-python/sip/metadata.xml b/dev-python/sip/metadata.xml index 300ab09f3263..eeeff5d0f940 100644 --- a/dev-python/sip/metadata.xml +++ b/dev-python/sip/metadata.xml @@ -7,13 +7,9 @@ </maintainer> <stabilize-allarches/> <upstream> - <maintainer status="active"> - <email>phil@riverbankcomputing.com</email> - <name>Phil Thompson</name> - </maintainer> - <changelog>https://www.riverbankcomputing.com/hg/sip/file/tip/NEWS</changelog> - <doc>https://www.riverbankcomputing.com/static/Docs/sip/</doc> - <bugs-to>mailto:pyqt@riverbankcomputing.com</bugs-to> + <changelog>https://github.com/Python-SIP/sip/blob/main/NEWS</changelog> + <doc>https://python-sip.readthedocs.io/en/latest/</doc> + <remote-id type="github">Python-SIP/sip</remote-id> <remote-id type="pypi">sip</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/sip/sip-6.8.3.ebuild b/dev-python/sip/sip-6.8.3.ebuild index 553078472889..aaed5118beb9 100644 --- a/dev-python/sip/sip-6.8.3.ebuild +++ b/dev-python/sip/sip-6.8.3.ebuild @@ -3,12 +3,16 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 pypi DESCRIPTION="Python bindings generator for C/C++ libraries" -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/" +HOMEPAGE=" + https://github.com/Python-SIP/sip/ + https://pypi.org/project/sip/ +" LICENSE="|| ( GPL-2 GPL-3 SIP )" SLOT="5" |