mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
print/py-freetype-py: Add py-freetype-py 2.3.0
Freetype Python provides bindings for the FreeType library. Only the high-level API is bound.
This commit is contained in:
parent
d69de92def
commit
c75c48c78b
4 changed files with 28 additions and 0 deletions
|
@ -179,6 +179,7 @@
|
||||||
SUBDIR += py-fontpens
|
SUBDIR += py-fontpens
|
||||||
SUBDIR += py-fonttools
|
SUBDIR += py-fonttools
|
||||||
SUBDIR += py-fpdf
|
SUBDIR += py-fpdf
|
||||||
|
SUBDIR += py-freetype-py
|
||||||
SUBDIR += py-frescobaldi
|
SUBDIR += py-frescobaldi
|
||||||
SUBDIR += py-glyphsets
|
SUBDIR += py-glyphsets
|
||||||
SUBDIR += py-glyphtools
|
SUBDIR += py-glyphtools
|
||||||
|
|
22
print/py-freetype-py/Makefile
Normal file
22
print/py-freetype-py/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
PORTNAME= freetype-py
|
||||||
|
PORTVERSION= 2.3.0
|
||||||
|
CATEGORIES= print python
|
||||||
|
MASTER_SITES= CHEESESHOP
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Freetype python bindings
|
||||||
|
WWW= https://github.com/rougier/freetype-py
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||||
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||||
|
|
||||||
|
USES= python:3.7+ zip
|
||||||
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
print/py-freetype-py/distinfo
Normal file
3
print/py-freetype-py/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1669057513
|
||||||
|
SHA256 (freetype-py-2.3.0.zip) = f9b64ce3272a5c358dcee824800a32d70997fb872a0965a557adca20fce7a5d0
|
||||||
|
SIZE (freetype-py-2.3.0.zip) = 830613
|
2
print/py-freetype-py/pkg-descr
Normal file
2
print/py-freetype-py/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Freetype Python provides bindings for the FreeType library. Only the high-level
|
||||||
|
API is bound.
|
Loading…
Add table
Reference in a new issue