Commit graph

16 commits

Author SHA1 Message Date
adam
5840fd3629 py-qrcode: updated to 6.1
6.1:
- Fix short chunks of data not being optimized to the correct mode.
- Tests fixed for Python 3
2019-01-21 10:03:47 +00:00
adam
86918d72ca py-qrcode: updated to 6.0
6.0:
- Fix optimize length being ignored in QRCode.add_data.
- Better calculation of the best mask pattern and related optimizations.
2018-10-07 08:55:13 +00:00
jperkin
5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00
rillig
982cef7323 Cleaned up PLIST files.
The actual cleanup has been done by pkglint:
* Added missing identifier comments
* Replaced ${PKGMANDIR} with a simple man, since the infrastructure does
  all the magic for PLISTs
2018-01-01 18:33:32 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
jperkin
cf32c4d741 Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets. 2017-01-03 13:23:01 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
wen
65fd4a8024 Update to 5.3
Upstream changes:

Version 5.3

    Fix incomplete block table for QR version 15. Thanks Rodrigo Queiro for the report and Jacob Welsh for the investigation and fix.
    Avoid unnecessary dependency for non MS platforms, thanks to Noah Vesely.
    Make BaseImage.get_image() actually work.

Version 5.2

    Add --error-correction option to qr script.
    Fix script piping to stdout in Python 3 and reading non-UTF-8 characters in Python 3.
    Fix script piping in Windows.
    Add some useful behind-the-curtain methods for tinkerers.
    Fix terminal output when using Python 2.6
    Fix terminal output to display correctly on MS command line.

Version 5.2.1

    Small fix to terminal output in Python 3 (and fix tests)

Version 5.2.2

    Revert some terminal changes from 5.2 that broke Python 3’s real life tty code generation and introduce a better way from Jacob Welsh.
2016-08-13 07:08:17 +00:00
wiz
12190a1a32 Improve HOMEPAGE. 2016-06-09 05:52:30 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
agc
7f810a359f Add SHA512 digests for distfiles for graphics category
Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 21:33:50 +00:00
wiz
fe0d9a87aa Remove more references to python-2.6. 2015-04-14 11:40:31 +00:00
rodent
35e2f94a30 Use MASTER_SITE_GITHUB in HOMEPAGE. 2015-04-11 03:12:51 +00:00
rodent
b155c66880 Version 5.1
pkgsrc changes
--------------
Fix Python interpreter in installed file. Rename bin and man files using
PYVERSSUFFIX in post-install. Add ALTERNATIVES file. Fix PKGMANDIR in setup.py.

ChangeLog
===========

* Make ``qr`` script work in Windows.
* Fixed print_ascii function in Python 3.
* Out-of-bounds code version numbers are handled more consistently with a
  ValueError.
* Much better test coverage (now only officially supporting Python 2.6+)
2014-11-09 16:52:14 +00:00
rodent
1f44b310be 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.
2014-07-16 23:36:23 +00:00
rodent
f7991497aa 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.
2014-02-02 00:27:38 +00:00