summaryrefslogtreecommitdiff
path: root/dev-python/pikepdf/pikepdf-7.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pikepdf/pikepdf-7.1.1.ebuild')
-rw-r--r--dev-python/pikepdf/pikepdf-7.1.1.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-python/pikepdf/pikepdf-7.1.1.ebuild b/dev-python/pikepdf/pikepdf-7.1.1.ebuild
index 9cf479f7a649..6f3828a75649 100644
--- a/dev-python/pikepdf/pikepdf-7.1.1.ebuild
+++ b/dev-python/pikepdf/pikepdf-7.1.1.ebuild
@@ -4,21 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
-MY_P=${P/_p/.post}
DESCRIPTION="Python library to work with pdf files based on qpdf"
HOMEPAGE="
https://github.com/pikepdf/pikepdf/
https://pypi.org/project/pikepdf/
"
-SRC_URI="
- https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
- -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
LICENSE="MPL-2.0"
SLOT="0"