mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
cairocffi
cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo. Cairo is a 2D vector graphics library with support for multiple backends including image buffers, PNG, PostScript, PDF, and SVG file output. WWW: https://github.com/SimonSapin/cairocffi PR: 208889 Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
This commit is contained in:
parent
27cc6c5c5b
commit
fc7412e71a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415272
@ -824,6 +824,7 @@
|
||||
SUBDIR += py-blockdiag
|
||||
SUBDIR += py-blockdiagcontrib-cisco
|
||||
SUBDIR += py-cairo
|
||||
SUBDIR += py-cairocffi
|
||||
SUBDIR += py-chart
|
||||
SUBDIR += py-django-easy-thumbnails
|
||||
SUBDIR += py-editobj
|
||||
|
21
graphics/py-cairocffi/Makefile
Normal file
21
graphics/py-cairocffi/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Dave Cottlehuber <dch@skunkwerks.at>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cairocffi
|
||||
PORTVERSION= 0.7.2
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dch@skunkwerks.at
|
||||
COMMENT= Cairo cffi-based cairo bindings for Python
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= python:2+
|
||||
USE_PYTHON= autoplist distutils cffi
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/py-cairocffi/distinfo
Normal file
2
graphics/py-cairocffi/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cairocffi-0.7.2.tar.gz) = e42b4256d27bd960cbf3b91a6c55d602defcdbc2a73f7317849c80279feeb975
|
||||
SIZE (cairocffi-0.7.2.tar.gz) = 75337
|
8
graphics/py-cairocffi/pkg-descr
Normal file
8
graphics/py-cairocffi/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
cairocffi
|
||||
|
||||
cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python
|
||||
bindings and object-oriented API for cairo. Cairo is a 2D vector graphics
|
||||
library with support for multiple backends including image buffers, PNG,
|
||||
PostScript, PDF, and SVG file output.
|
||||
|
||||
WWW: https://github.com/SimonSapin/cairocffi
|
6
graphics/py-cairocffi/pkg-plist
Normal file
6
graphics/py-cairocffi/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%PYTHON_SITELIBDIR%%/cairocffi/_ffi.py
|
||||
%%PYTHON_SITELIBDIR%%/cairocffi/_ffi.pyc
|
||||
%%PYTHON_SITELIBDIR%%/cairocffi/_ffi.pyo
|
||||
%%PYTHON_SITELIBDIR%%/cairocffi/_ffi_pixbuf.py
|
||||
%%PYTHON_SITELIBDIR%%/cairocffi/_ffi_pixbuf.pyc
|
||||
%%PYTHON_SITELIBDIR%%/cairocffi/_ffi_pixbuf.pyo
|
Loading…
Reference in New Issue
Block a user