summaryrefslogtreecommitdiff
path: root/graphics/py-qrcode/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2014-07-16 23:36:23 +0000
committerrodent <rodent>2014-07-16 23:36:23 +0000
commita9e7896a7ec64096bea52757cc27c5f8fbf5f649 (patch)
treeaf211861834e94fa8f2941148ad9b2a562ad851d /graphics/py-qrcode/Makefile
parent7a3a9b2fc2a784e5564a4ac95de6dd7fe6ab5c7d (diff)
downloadpkgsrc-a9e7896a7ec64096bea52757cc27c5f8fbf5f649.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/Makefile')
-rw-r--r--graphics/py-qrcode/Makefile4
1 files changed, 2 insertions, 2 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/