1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-ttfquery |
---|
8 | version 1.0.5 |
---|
9 | |
---|
10 | categories-append devel multimedia graphics |
---|
11 | platforms darwin |
---|
12 | license BSD |
---|
13 | maintainers gmx.net:maugustin\ |
---|
14 | openmaintainer |
---|
15 | description FontTools-based package for querying system fonts |
---|
16 | long_description TTFQuery builds on the FontTools package to allow the\ |
---|
17 | Python programmer to accomplish a number of tasks |
---|
18 | homepage http://ttfquery.sourceforge.net/ |
---|
19 | |
---|
20 | master_sites https://pypi.python.org/packages/source/T/TTFQuery/ |
---|
21 | distname TTFQuery-${version} |
---|
22 | checksums rmd160 5630dbbda57708d4170bcba757c669c1a1b60e69 \ |
---|
23 | sha256 d5b8d369903ee2754541819f27de8ea35486d124484e36a4869503d9a9ac7e4d |
---|
24 | use_zip yes |
---|
25 | |
---|
26 | python.versions 27 |
---|
27 | depends_build-append port:fonttools |
---|
28 | |
---|
29 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|