Skip to content

Commit

Permalink
dev-python/PyQt5-sip: add pypi URL to HOMEPAGE
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Davide Pesavento <[email protected]>
  • Loading branch information
Pesa committed Jun 19, 2021
1 parent d7d87d6 commit e62b41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

EAPI=7

PYTHON_COMPAT=( python3_{7..10} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1

DESCRIPTION="sip extension module for PyQt5"
HOMEPAGE="https://www.riverbankcomputing.com/software/sip/"
HOMEPAGE="https://www.riverbankcomputing.com/software/sip/ https://pypi.org/project/PyQt5-sip/"

MY_P=${PN/-/_}-${PV/_pre/.dev}
if [[ ${PV} == *_pre* ]]; then
Expand Down

0 comments on commit e62b41b

Please sign in to comment.