[144968] trunk/dports/python
eborisch at macports.org
eborisch at macports.org
Fri Jan 22 10:07:52 PST 2016
Revision: 144968
https://trac.macports.org/changeset/144968
Author: eborisch at macports.org
Date: 2016-01-22 10:07:52 -0800 (Fri, 22 Jan 2016)
Log Message:
-----------
py-qtawesome: New port; Iconic Fonts in PyQt and PySide applications.
Added Paths:
-----------
trunk/dports/python/py-qtawesome/
trunk/dports/python/py-qtawesome/Portfile
Added: trunk/dports/python/py-qtawesome/Portfile
===================================================================
--- trunk/dports/python/py-qtawesome/Portfile (rev 0)
+++ trunk/dports/python/py-qtawesome/Portfile 2016-01-22 18:07:52 UTC (rev 144968)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+PortGroup github 1.0
+
+github.setup spyder-ide qtawesome 0.2.0 v
+name py-qtawesome
+
+license MIT
+platforms darwin
+supported_archs noarch
+maintainers eborisch openmaintainer
+
+description Iconic Fonts in PyQt and PySide applications.
+long_description QtAwesome enables iconic fonts such as Font Awesome and \
+ Elusive Icons in PyQt and PySide applications.
+
+checksums \
+ rmd160 36299eddacf07cd64654f57976c5a61505e56d03 \
+ sha256 1af52e9594e7a3bf81f72c5425f25f2beb1ed9aaa88441a09870efbfb3cfe2ac
+
+python.versions 27 34 35
+
+if {${name} ne ${subport}} {
+ livecheck.type none
+
+ depends_build-append port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-qtpy \
+ port:py${python.version}-six
+
+ post-destroot {
+ file mkdir ${destroot}${prefix}/share/doc/${subport}
+ copy ${worksrcpath}/LICENSE \
+ ${destroot}${prefix}/share/doc/${subport}
+ }
+}
Property changes on: trunk/dports/python/py-qtawesome/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/20160122/1785e012/attachment-0001.html>
More information about the macports-changes
mailing list