From bf46158149826ef777664099d7267ce59ba0b7dd Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Fri, 31 May 2024 21:23:30 +0200 Subject: dev-python/pdf2image Version bump --- dev-python/pdf2image/pdf2image-1.17.0.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dev-python/pdf2image/pdf2image-1.17.0.ebuild') diff --git a/dev-python/pdf2image/pdf2image-1.17.0.ebuild b/dev-python/pdf2image/pdf2image-1.17.0.ebuild index 69b6412..28e58fb 100644 --- a/dev-python/pdf2image/pdf2image-1.17.0.ebuild +++ b/dev-python/pdf2image/pdf2image-1.17.0.ebuild @@ -10,6 +10,7 @@ inherit distutils-r1 pypi DESCRIPTION="Module that wraps pdftoppm and pdftocairo to convert PDF to a PIL Image object" HOMEPAGE="https://github.com/Belval/pdf2image" +SRC_URI="https://github.com/Belval/pdf2image/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" @@ -19,3 +20,10 @@ RDEPEND=" app-text/poppler dev-python/pillow " +#BDEPEND=" +# test? ( +# app-text/poppler[cairo] +# ) +#" + +#distutils_enable_tests unittest -- cgit v1.2.3