summaryrefslogtreecommitdiff
path: root/graphics/py-qrcode
diff options
context:
space:
mode:
authorrodent <rodent>2014-02-02 00:27:38 +0000
committerrodent <rodent>2014-02-02 00:27:38 +0000
commit2a4c460774555343ee15416e845f7e760e79db45 (patch)
treef5b8c8b8135ea332c38d17cbd234948078281c96 /graphics/py-qrcode
parentf81657a1d03e77a1f5fdb7bcdbdea4659fcd70e3 (diff)
downloadpkgsrc-2a4c460774555343ee15416e845f7e760e79db45.tar.gz
Import py27-qrcode-4.0.4 as graphics/py-qrcode.
QR Code image generator in Python. This package uses Pillow, which is recommended by upstream, instead of the default Python Imaging Library.
Diffstat (limited to 'graphics/py-qrcode')
-rw-r--r--graphics/py-qrcode/DESCR2
-rw-r--r--graphics/py-qrcode/Makefile20
-rw-r--r--graphics/py-qrcode/PLIST44
-rw-r--r--graphics/py-qrcode/distinfo5
4 files changed, 71 insertions, 0 deletions
diff --git a/graphics/py-qrcode/DESCR b/graphics/py-qrcode/DESCR
new file mode 100644
index 00000000000..1d921faaee4
--- /dev/null
+++ b/graphics/py-qrcode/DESCR
@@ -0,0 +1,2 @@
+QR Code image generator in Python. This package uses Pillow, which is
+recommended by upstream, instead of the default Python Imaging Library.
diff --git a/graphics/py-qrcode/Makefile b/graphics/py-qrcode/Makefile
new file mode 100644
index 00000000000..1f96c8be5e8
--- /dev/null
+++ b/graphics/py-qrcode/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2014/02/02 00:27:38 rodent Exp $
+
+DISTNAME= qrcode-4.0.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= graphics
+MASTER_SITES= https://pypi.python.org/packages/source/q/qrcode/
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= https://github.com/lincolnloop/python-qrcode
+COMMENT= Python QR Code image generator
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml # XXX for py26
+DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-qrcode/PLIST b/graphics/py-qrcode/PLIST
new file mode 100644
index 00000000000..0823911c0e5
--- /dev/null
+++ b/graphics/py-qrcode/PLIST
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST,v 1.1 2014/02/02 00:27:38 rodent Exp $
+bin/qr
+${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}/qrcode/__init__.py
+${PYSITELIB}/qrcode/__init__.pyc
+${PYSITELIB}/qrcode/__init__.pyo
+${PYSITELIB}/qrcode/base.py
+${PYSITELIB}/qrcode/base.pyc
+${PYSITELIB}/qrcode/base.pyo
+${PYSITELIB}/qrcode/constants.py
+${PYSITELIB}/qrcode/constants.pyc
+${PYSITELIB}/qrcode/constants.pyo
+${PYSITELIB}/qrcode/exceptions.py
+${PYSITELIB}/qrcode/exceptions.pyc
+${PYSITELIB}/qrcode/exceptions.pyo
+${PYSITELIB}/qrcode/image/__init__.py
+${PYSITELIB}/qrcode/image/__init__.pyc
+${PYSITELIB}/qrcode/image/__init__.pyo
+${PYSITELIB}/qrcode/image/base.py
+${PYSITELIB}/qrcode/image/base.pyc
+${PYSITELIB}/qrcode/image/base.pyo
+${PYSITELIB}/qrcode/image/pil.py
+${PYSITELIB}/qrcode/image/pil.pyc
+${PYSITELIB}/qrcode/image/pil.pyo
+${PYSITELIB}/qrcode/image/pure.py
+${PYSITELIB}/qrcode/image/pure.pyc
+${PYSITELIB}/qrcode/image/pure.pyo
+${PYSITELIB}/qrcode/image/svg.py
+${PYSITELIB}/qrcode/image/svg.pyc
+${PYSITELIB}/qrcode/image/svg.pyo
+${PYSITELIB}/qrcode/main.py
+${PYSITELIB}/qrcode/main.pyc
+${PYSITELIB}/qrcode/main.pyo
+${PYSITELIB}/qrcode/tests.py
+${PYSITELIB}/qrcode/tests.pyc
+${PYSITELIB}/qrcode/tests.pyo
+${PYSITELIB}/qrcode/util.py
+${PYSITELIB}/qrcode/util.pyc
+${PYSITELIB}/qrcode/util.pyo
+share/man/man1/qr.1
diff --git a/graphics/py-qrcode/distinfo b/graphics/py-qrcode/distinfo
new file mode 100644
index 00000000000..6b1616c7834
--- /dev/null
+++ b/graphics/py-qrcode/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/02/02 00:27:38 rodent Exp $
+
+SHA1 (qrcode-4.0.4.tar.gz) = e4960a9889b985cd92f404539f0aeace3f6552b3
+RMD160 (qrcode-4.0.4.tar.gz) = bdf677e98ea250ba15fddce58961d1ce5e76a89e
+Size (qrcode-4.0.4.tar.gz) = 18769 bytes