summaryrefslogtreecommitdiff
path: root/dev-python/sip/sip-5.5.0-r2.ebuild
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2021-06-19 21:58:53 +0200
committerDavide Pesavento <pesa@gentoo.org>2021-06-19 22:42:40 +0200
commitd7d87d6d0a85d0419dd1c8d89eaad9bca812f152 (patch)
tree8e5fcbbb35d01bb05ea552dbc26d9aedf4cf9cc4 /dev-python/sip/sip-5.5.0-r2.ebuild
parentacb051ad8bd4c5e1f6b04a46e2392bf1e50b59be (diff)
downloadgentoo-d7d87d6d0a85d0419dd1c8d89eaad9bca812f152.tar.gz
gentoo-d7d87d6d0a85d0419dd1c8d89eaad9bca812f152.tar.bz2
gentoo-d7d87d6d0a85d0419dd1c8d89eaad9bca812f152.zip
dev-python/sip: add pypi URL to HOMEPAGE
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-python/sip/sip-5.5.0-r2.ebuild')
-rw-r--r--dev-python/sip/sip-5.5.0-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/sip/sip-5.5.0-r2.ebuild b/dev-python/sip/sip-5.5.0-r2.ebuild
index 3fef4177058a..4441c9dae792 100644
--- a/dev-python/sip/sip-5.5.0-r2.ebuild
+++ b/dev-python/sip/sip-5.5.0-r2.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python bindings generator for C/C++ libraries"
-HOMEPAGE="https://www.riverbankcomputing.com/software/sip/"
+HOMEPAGE="https://www.riverbankcomputing.com/software/sip/ https://pypi.org/project/sip/"
MY_P=${PN}-${PV/_pre/.dev}
if [[ ${PV} == *_pre* ]]; then
@@ -15,6 +15,7 @@ if [[ ${PV} == *_pre* ]]; then
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
fi
+S=${WORKDIR}/${MY_P}
SLOT="5"
LICENSE="|| ( GPL-2 GPL-3 SIP )"