diff --git a/dev-python/PyPDF2/PyPDF2-1.26.0.ebuild b/dev-python/PyPDF2/PyPDF2-1.26.0.ebuild index a0545ff458188..ef87208335d77 100644 --- a/dev-python/PyPDF2/PyPDF2-1.26.0.ebuild +++ b/dev-python/PyPDF2/PyPDF2-1.26.0.ebuild @@ -3,12 +3,12 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Python library to work with pdf files" -HOMEPAGE="https://pypi.org/project/${PN}/ https://github.com/mstamy2/PyPDF2" +HOMEPAGE="https://pypi.org/project/PyPDF2/ https://github.com/mstamy2/PyPDF2" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2"