Add py-qrencode - Simple wrapper for the C qrencode library

This commit is contained in:
Dan Langille 2020-05-06 15:15:47 +00:00
parent 1f3ff13568
commit c4f2b42d0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534179
4 changed files with 34 additions and 0 deletions

View file

@ -862,6 +862,7 @@
SUBDIR += py-python-poppler-qt5
SUBDIR += py-pyvips
SUBDIR += py-pyx
SUBDIR += py-qrencode
SUBDIR += py-qt5-svg
SUBDIR += py-rawkit
SUBDIR += py-sane

View file

@ -0,0 +1,27 @@
# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= qrencode
PORTVERSION= 1.2
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Simple wrapper for the C qrencode library
LICENSE= MIT
BUILD_DEPENDS= libqrencode>0:graphics/libqrencode
RUN_DEPENDS= libqrencode>0:graphics/libqrencode
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils
CFLAGS+= -I${PREFIX}/include
NO_ARCH_IGNORE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1582131232
SHA256 (qrencode-1.2.tar.gz) = 10942f76641e989d429e53e6b590f50420f883ded034f1fac767f55229678c6c
SIZE (qrencode-1.2.tar.gz) = 2156

View file

@ -0,0 +1,3 @@
A wrapper for C qrencode library
WWW: https://github.com/Arachnid/pyqrencode/tree/master