From 28867875c079f5348a6d91529beab3f89f2ce05a Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 7 Jan 2020 09:40:08 -0600 Subject: [PATCH] dev-python/PyPDF2: update PYTHON_COMPAT & HOMEPAGE Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler --- dev-python/PyPDF2/PyPDF2-1.26.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"