Ticket #50809: Portfile

File Portfile, 1.0 KB (added by maugustin@…, 8 years ago)
Line 
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
4PortSystem      1.0
5PortGroup       python 1.0
6
7name            py-ttfquery
8version         1.0.5
9
10categories-append     devel multimedia graphics
11platforms       darwin
12license         BSD
13maintainers     gmx.net:maugustin\
14                openmaintainer
15description     FontTools-based package for querying system fonts
16long_description    TTFQuery builds on the FontTools package to allow the\
17                Python programmer to accomplish a number of tasks
18homepage        http://ttfquery.sourceforge.net/
19
20master_sites    https://pypi.python.org/packages/source/T/TTFQuery/
21distname        TTFQuery-${version}
22checksums       rmd160 5630dbbda57708d4170bcba757c669c1a1b60e69 \
23                sha256 d5b8d369903ee2754541819f27de8ea35486d124484e36a4869503d9a9ac7e4d
24use_zip         yes
25
26python.versions 27
27depends_build-append port:fonttools
28
29livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"