diff options
| author | Davide Pesavento <pesa@gentoo.org> | 2021-06-19 21:58:53 +0200 |
|---|---|---|
| committer | Davide Pesavento <pesa@gentoo.org> | 2021-06-19 22:42:40 +0200 |
| commit | d7d87d6d0a85d0419dd1c8d89eaad9bca812f152 (patch) | |
| tree | 8e5fcbbb35d01bb05ea552dbc26d9aedf4cf9cc4 /dev-python/sip/sip-6.1.1.ebuild | |
| parent | acb051ad8bd4c5e1f6b04a46e2392bf1e50b59be (diff) | |
| download | gentoo-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-6.1.1.ebuild')
| -rw-r--r-- | dev-python/sip/sip-6.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/sip/sip-6.1.1.ebuild b/dev-python/sip/sip-6.1.1.ebuild index 3fef4177058a..4441c9dae792 100644 --- a/dev-python/sip/sip-6.1.1.ebuild +++ b/dev-python/sip/sip-6.1.1.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 )" |
