Commit Graph

16 Commits

Author SHA1 Message Date
sthen
30a70d883d use MODPY_PYBUILD 2022-11-14 17:33:35 +00:00
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
naddy
af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
sthen
5e4370b64d bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:12 +00:00
feinerer
b158394c6a Update to qrcode 7.3.1 2021-11-01 09:47:08 +00:00
feinerer
cb67d9154e Update to qrcode 7.3 2021-08-23 07:47:41 +00:00
feinerer
c79dfa3cef Update to qrcode 7.2 2021-07-23 06:01:37 +00:00
feinerer
9295baedda Update to qrcode 7.1 2021-07-14 10:36:41 +00:00
sthen
43a0ae0128 switch py-qrcode to py3-only, ok feinerer@ (maintainer) 2020-11-24 13:08:42 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kmos
954f37310d Move testing to MODPY_PYTEST and add missing py-test-cov TEST_DEPENDS 2019-11-26 23:57:54 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
feinerer
711de67333 Update to qrcode 6.1 2019-01-22 09:45:20 +00:00
feinerer
808c0af5ed Import qrcode 6.0
QR (Quick Response) codes are 2D pictographic codes that can encode many types
of data. They can be quickly machine-read and are quite robust.

This package provides qrcode, a pure Python module to generate QR codes, with
direct output as SVG, or in other image formats via modules such as Pillow and
pymaging.

It also provides qr(1), a script using the above module, which can take data
from standard input or the command line and format as a QR code. By default,
ASCII art will be used if output is directed to the terminal, otherwise an
image file will be output.

Tweaks kn@ and sthen@, OK sthen@
2018-05-28 05:11:05 +00:00