mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Add py-qrencode - Simple wrapper for the C qrencode library
This commit is contained in:
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
|
@ -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
|
||||
|
|
27
graphics/py-qrencode/Makefile
Normal file
27
graphics/py-qrencode/Makefile
Normal 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>
|
3
graphics/py-qrencode/distinfo
Normal file
3
graphics/py-qrencode/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1582131232
|
||||
SHA256 (qrencode-1.2.tar.gz) = 10942f76641e989d429e53e6b590f50420f883ded034f1fac767f55229678c6c
|
||||
SIZE (qrencode-1.2.tar.gz) = 2156
|
3
graphics/py-qrencode/pkg-descr
Normal file
3
graphics/py-qrencode/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A wrapper for C qrencode library
|
||||
|
||||
WWW: https://github.com/Arachnid/pyqrencode/tree/master
|
Loading…
Add table
Reference in a new issue