commit: a74af21c7347b77c9590be7fe605ecce45ea0897
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 10:21:07 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 10:22:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74af21c
dev-python/sip: Update URLs
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sip/metadata.xml | 10 +++-------
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>[email protected]</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:[email protected]</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"