summaryrefslogtreecommitdiff
path: root/graphics/py-qrcode
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-07-16 23:36:23 +0000
committerrodent <rodent@pkgsrc.org>2014-07-16 23:36:23 +0000
commitf2a75edc85c6b16701a6fee9af3d76f27231b124 (patch)
treeaf211861834e94fa8f2941148ad9b2a562ad851d /graphics/py-qrcode
parent99a44287a881f7e3596bda4e533cf3925582f1e5 (diff)
downloadpkgsrc-f2a75edc85c6b16701a6fee9af3d76f27231b124.tar.gz
Version 5.0
=========== * Speed optimizations. * Change the output when using the ``qr`` script to use ASCII rather than just colors, better using the terminal real estate. * Fix a bug in passing bytecode data directly when in Python 3. * Substation speed optimizations to best-fit algorithm (thanks Jacob Welsh!). Version 5.0.1 ------------- * Update version numbers correctly.
Diffstat (limited to 'graphics/py-qrcode')
-rw-r--r--graphics/py-qrcode/Makefile4
-rw-r--r--graphics/py-qrcode/PLIST8
-rw-r--r--graphics/py-qrcode/distinfo8
3 files changed, 13 insertions, 7 deletions
diff --git a/graphics/py-qrcode/Makefile b/graphics/py-qrcode/Makefile
index 1f96c8be5e8..390cac70e36 100644
--- a/graphics/py-qrcode/Makefile
+++ b/graphics/py-qrcode/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/02/02 00:27:38 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/07/16 23:36:23 rodent Exp $
-DISTNAME= qrcode-4.0.4
+DISTNAME= qrcode-5.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics
MASTER_SITES= https://pypi.python.org/packages/source/q/qrcode/
diff --git a/graphics/py-qrcode/PLIST b/graphics/py-qrcode/PLIST
index 0823911c0e5..5d0a1faf90a 100644
--- a/graphics/py-qrcode/PLIST
+++ b/graphics/py-qrcode/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/02/02 00:27:38 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/07/16 23:36:23 rodent Exp $
bin/qr
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -35,6 +35,12 @@ ${PYSITELIB}/qrcode/image/svg.pyo
${PYSITELIB}/qrcode/main.py
${PYSITELIB}/qrcode/main.pyc
${PYSITELIB}/qrcode/main.pyo
+${PYSITELIB}/qrcode/mecard.py
+${PYSITELIB}/qrcode/mecard.pyc
+${PYSITELIB}/qrcode/mecard.pyo
+${PYSITELIB}/qrcode/speedy.py
+${PYSITELIB}/qrcode/speedy.pyc
+${PYSITELIB}/qrcode/speedy.pyo
${PYSITELIB}/qrcode/tests.py
${PYSITELIB}/qrcode/tests.pyc
${PYSITELIB}/qrcode/tests.pyo
diff --git a/graphics/py-qrcode/distinfo b/graphics/py-qrcode/distinfo
index 6b1616c7834..da96fd8c7be 100644
--- a/graphics/py-qrcode/distinfo
+++ b/graphics/py-qrcode/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/02/02 00:27:38 rodent Exp $
+$NetBSD: distinfo,v 1.2 2014/07/16 23:36:23 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
+SHA1 (qrcode-5.0.1.tar.gz) = ac89d395d578b9e4c0f05884f649a9135962c4bc
+RMD160 (qrcode-5.0.1.tar.gz) = 4b79d1be2088884b2e9273b787c6d5bceaf5a437
+Size (qrcode-5.0.1.tar.gz) = 20546 bytes