diff options
Diffstat (limited to 'dev-python/py')
| -rw-r--r-- | dev-python/py/py-1.11.0-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/py/py-1.11.0-r1.ebuild b/dev-python/py/py-1.11.0-r1.ebuild index 262e92140f5c..be6ca6bfce4b 100644 --- a/dev-python/py/py-1.11.0-r1.ebuild +++ b/dev-python/py/py-1.11.0-r1.ebuild @@ -5,10 +5,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) + inherit distutils-r1 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities" -HOMEPAGE="https://py.readthedocs.io/ https://pypi.org/project/py/" +HOMEPAGE=" + https://py.readthedocs.io/ + https://github.com/pytest-dev/py/ + https://pypi.org/project/py/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |
