New port: graphics/py-rawkit

rawkit (pronounced rocket) is a ctypes-based LibRaw binding for
Python inspired by the Wand API.

WWW: https://rawkit.readthedocs.org

PR:		240601
Submitted by:	m.ne@gmx.net
This commit is contained in:
Kurt Jaeger 2019-09-21 13:54:23 +00:00
parent 457a88291a
commit cec9f15f59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512492
4 changed files with 29 additions and 0 deletions

View file

@ -889,6 +889,7 @@
SUBDIR += py-pyqtgraph
SUBDIR += py-python-poppler-qt5
SUBDIR += py-qt5-svg
SUBDIR += py-rawkit
SUBDIR += py-sane
SUBDIR += py-scikit-image
SUBDIR += py-seqdiag

View file

@ -0,0 +1,21 @@
# Created by: Martin Neubauer <m.ne@gmx.net>
# $FreeBSD$
PORTNAME= rawkit
PORTVERSION= 0.6.0
CATEGORIES= graphics devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= m.ne@gmx.net
COMMENT= Ctypes based libraw bindings
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1564604076
SHA256 (rawkit-0.6.0.tar.gz) = da1c07b4099b26837f2a4fa01970702e8d127a20636a5f70f1c14470f2cd306f
SIZE (rawkit-0.6.0.tar.gz) = 25143

View file

@ -0,0 +1,4 @@
rawkit (pronounced rocket) is a ctypes-based LibRaw binding for
Python inspired by the Wand API.
WWW: https://rawkit.readthedocs.org