mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/sip: Update URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user