[148412] trunk/dports/python

khindenburg at macports.org khindenburg at macports.org
Sat May 7 11:09:15 PDT 2016


Revision: 148412
          https://trac.macports.org/changeset/148412
Author:   khindenburg at macports.org
Date:     2016-05-07 11:09:14 -0700 (Sat, 07 May 2016)
Log Message:
-----------
py-ttfquery: new port #50809

Added Paths:
-----------
    trunk/dports/python/py-ttfquery/
    trunk/dports/python/py-ttfquery/Portfile

Added: trunk/dports/python/py-ttfquery/Portfile
===================================================================
--- trunk/dports/python/py-ttfquery/Portfile	                        (rev 0)
+++ trunk/dports/python/py-ttfquery/Portfile	2016-05-07 18:09:14 UTC (rev 148412)
@@ -0,0 +1,39 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-ttfquery
+set real_name       TTFQuery
+version             1.0.5
+
+categories-append   devel multimedia graphics
+platforms           darwin
+license             BSD
+maintainers         gmx.net:maugustin \
+                    openmaintainer
+
+description         FontTools-based package for querying system fonts
+long_description    TTFQuery builds on the FontTools package to allow the\
+                    Python programmer to accomplish a number of tasks
+
+homepage            http://ttfquery.sourceforge.net/
+
+master_sites        https://pypi.python.org/packages/source/T/${real_name}/
+
+distname            ${real_name}-${version}
+
+checksums           rmd160 5630dbbda57708d4170bcba757c669c1a1b60e69 \
+                    sha256 d5b8d369903ee2754541819f27de8ea35486d124484e36a4869503d9a9ac7e4d
+
+python.versions     27
+
+if {$subport ne $name} {
+    depends_build-append    port:fonttools
+
+    livecheck.type      none
+} else {
+    livecheck.type  pypi
+    livecheck.name  ${real_name}
+}


Property changes on: trunk/dports/python/py-ttfquery/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160507/4f7cb748/attachment.html>


More information about the macports-changes mailing list