diff options
-rw-r--r-- | dev-python/setproctitle/setproctitle-1.2.3.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/setproctitle/setproctitle-1.2.3.ebuild b/dev-python/setproctitle/setproctitle-1.2.3.ebuild index 73c34d078760..13ace7223215 100644 --- a/dev-python/setproctitle/setproctitle-1.2.3.ebuild +++ b/dev-python/setproctitle/setproctitle-1.2.3.ebuild @@ -4,11 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + inherit distutils-r1 DESCRIPTION="Allow customization of the process title" -HOMEPAGE="https://github.com/dvarrazzo/py-setproctitle" +HOMEPAGE=" + https://github.com/dvarrazzo/py-setproctitle/ + https://pypi.org/project/setproctitle/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |