dev-python/sip: Update URLs

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-02-24 11:21:07 +01:00
parent 3ac1b090c1
commit a74af21c73
2 changed files with 9 additions and 9 deletions

View File

@@ -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>

View File

@@ -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"