Created attachment 150664 [details] SHAR file of the new port This module uses image libraries, Python Imaging Library (PIL) by default, to generate QR Codes. This package is a new dependency of upgrading package finance/electrum to 2.0.
Thank you for your submission! For QA, please attach: * portlint output * poudriere testport output * Python unit test output (if available) Also, the current attachment is missing RUN_DEPENDS on PIL and six [1] [1] https://github.com/lincolnloop/python-qrcode/blob/master/setup.py
Created attachment 150674 [details] SHAR file of the new port Updated SHAR file.
Created attachment 150675 [details] Output requested Output of portlint and make stage && make check-plist && make stage-qa && make package as requested
Created attachment 150676 [details] Unittest run output Unittest output
Hi - is there anything else, or can this be committed now please?
I'll take it.
A commit references this bug: Author: xmj Date: Sat Jan 24 10:16:50 UTC 2015 New revision: 377786 URL: https://svnweb.freebsd.org/changeset/ports/377786 Log: textproc/py-qrcode: Add port This module uses image libraries, Python Imaging Library (PIL) by default, to generate QR Codes. A Quick Response code is a two-dimensional pictographic code used for its fast readability and comparatively large storage capacity. The code consists of black modules arranged in a square pattern on a white background. The information encoded can be made up of any kind of data (e.g., binary, alphanumeric, or Kanji symbols) WWW: https://github.com/lincolnloop/python-qrcode PR: 196046 Differential Revision: https://reviews.freebsd.org/D1631 Submitted by: kyuupichan@gmail.com Approved by: koobs (mentor) Changes: head/textproc/Makefile head/textproc/py-qrcode/ head/textproc/py-qrcode/Makefile head/textproc/py-qrcode/distinfo head/textproc/py-qrcode/pkg-descr
Committed, with minor changes. Thanks!