pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
+ py-pdf2image in wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By: jihbed
Date: Fri Nov 25 10:33:13 2022 +0000
Changeset: 470fd6b3fe8c2650a60e3f6b0c1c442322881b65
Modified Files:
Makefile
Added Files:
py-pdf2image/DESCR
py-pdf2image/Makefile
py-pdf2image/PLIST
py-pdf2image/distinfo
Log Message:
+ py-pdf2image in wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=470fd6b3fe8c2650a60e3f6b0c1c442322881b65
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-pdf2image/DESCR | 2 ++
py-pdf2image/Makefile | 20 ++++++++++++++++++++
py-pdf2image/PLIST | 21 +++++++++++++++++++++
py-pdf2image/distinfo | 5 +++++
5 files changed, 49 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index c6b8f9836a..37fb74072f 100644
--- a/Makefile
+++ b/Makefile
@@ -4364,6 +4364,7 @@ SUBDIR+= py-patool
SUBDIR+= py-pattyrn
SUBDIR+= py-pbfalcon
SUBDIR+= py-pcapy
+SUBDIR+= py-pdf2image
SUBDIR+= py-pdfminer-six
SUBDIR+= py-pdfposter
SUBDIR+= py-pdoc3
diff --git a/py-pdf2image/DESCR b/py-pdf2image/DESCR
new file mode 100644
index 0000000000..62c9b018bb
--- /dev/null
+++ b/py-pdf2image/DESCR
@@ -0,0 +1,2 @@
+Python module that wraps pdftoppm and pdftocairo to convert PDF
+to a PIL Image object
diff --git a/py-pdf2image/Makefile b/py-pdf2image/Makefile
new file mode 100644
index 0000000000..d3cad08fe0
--- /dev/null
+++ b/py-pdf2image/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= pdf2image-1.16.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= graphics python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pdf2image/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/Belval/pdf2image
+COMMENT= Command line tools to convert PDF to a PIL Image list
+LICENSE= mit
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+DEPENDS+= ${PYPKGPREFIX}-Pillow>=9.3.0:../../graphics/py-Pillow
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pdf2image/PLIST b/py-pdf2image/PLIST
new file mode 100644
index 0000000000..57e72a29c6
--- /dev/null
+++ b/py-pdf2image/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pdf2image/__init__.py
+${PYSITELIB}/pdf2image/__init__.pyc
+${PYSITELIB}/pdf2image/__init__.pyo
+${PYSITELIB}/pdf2image/exceptions.py
+${PYSITELIB}/pdf2image/exceptions.pyc
+${PYSITELIB}/pdf2image/exceptions.pyo
+${PYSITELIB}/pdf2image/generators.py
+${PYSITELIB}/pdf2image/generators.pyc
+${PYSITELIB}/pdf2image/generators.pyo
+${PYSITELIB}/pdf2image/parsers.py
+${PYSITELIB}/pdf2image/parsers.pyc
+${PYSITELIB}/pdf2image/parsers.pyo
+${PYSITELIB}/pdf2image/pdf2image.py
+${PYSITELIB}/pdf2image/pdf2image.pyc
+${PYSITELIB}/pdf2image/pdf2image.pyo
diff --git a/py-pdf2image/distinfo b/py-pdf2image/distinfo
new file mode 100644
index 0000000000..6ddc3a02ac
--- /dev/null
+++ b/py-pdf2image/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pdf2image-1.16.0.tar.gz) = 2944542a129b5674e3968c224ba1437d344ceb84a693ef7e63e77d425bdd1095
+SHA512 (pdf2image-1.16.0.tar.gz) = fc6512d8f5ec21b5199348b9d0070dd7b3c063ada33f7024b8d9296bf3776025c85bb50a23d8d2a4b7a544bcadcc810c413ab60ad2744b96a3a0cd4d72d478e5
+Size (pdf2image-1.16.0.tar.gz) = 11656 bytes
Home |
Main Index |
Thread Index |
Old Index