mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
print/py-glyphtools: Add py-glyphtools 0.7.1
glyphtools provides routines for extracting information from font glyphs. WWW: https://github.com/simoncozens/glyphtools
This commit is contained in:
parent
730d2ebaf0
commit
4835e81fa4
@ -180,6 +180,7 @@
|
||||
SUBDIR += py-fonttools3
|
||||
SUBDIR += py-fpdf
|
||||
SUBDIR += py-frescobaldi
|
||||
SUBDIR += py-glyphtools
|
||||
SUBDIR += py-pdf
|
||||
SUBDIR += py-pdf2
|
||||
SUBDIR += py-pollyreports
|
||||
|
24
print/py-glyphtools/Makefile
Normal file
24
print/py-glyphtools/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= glyphtools
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= print python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Routines for extracting information from fontTools glyphs
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babelfont>=0.2.0:x11-fonts/py-babelfont@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}beziers>=0:graphics/py-beziers@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
print/py-glyphtools/distinfo
Normal file
3
print/py-glyphtools/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1620928543
|
||||
SHA256 (glyphtools-0.7.1.tar.gz) = 06edd7016a4da2a69ef11d4e18101f6d3c096d95b19ded91b359b90184d0aa2b
|
||||
SIZE (glyphtools-0.7.1.tar.gz) = 20328
|
3
print/py-glyphtools/pkg-descr
Normal file
3
print/py-glyphtools/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
glyphtools provides routines for extracting information from font glyphs.
|
||||
|
||||
WWW: https://github.com/simoncozens/glyphtools
|
Loading…
Reference in New Issue
Block a user