[106078] trunk/dports/python
jmr at macports.org
jmr at macports.org
Tue May 14 04:38:54 PDT 2013
Revision: 106078
https://trac.macports.org/changeset/106078
Author: jmr at macports.org
Date: 2013-05-14 04:38:54 -0700 (Tue, 14 May 2013)
Log Message:
-----------
py26-rabbyt: use unified portgroup, set license
Modified Paths:
--------------
trunk/dports/python/py-rabbyt/Portfile
Added Paths:
-----------
trunk/dports/python/py-rabbyt/
Removed Paths:
-------------
trunk/dports/python/py26-rabbyt/
Modified: trunk/dports/python/py-rabbyt/Portfile
===================================================================
--- trunk/dports/python/py26-rabbyt/Portfile 2013-05-14 11:27:01 UTC (rev 106075)
+++ trunk/dports/python/py-rabbyt/Portfile 2013-05-14 11:38:54 UTC (rev 106078)
@@ -2,10 +2,11 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python 1.0
-name py26-rabbyt
+name py-rabbyt
version 0.8.3
+license MIT
maintainers stromnov openmaintainer
description A fast 2D sprite engine using OpenGL
@@ -25,8 +26,13 @@
sha1 decb2b398b90592b94a509520eb11645acb132b5 \
rmd160 c5affa8472ecde15f3c59860332f5dae9d09ac6a
-depends_build port:py26-distribute
+python.versions 26
-livecheck.type regex
-livecheck.url ${master_sites}
-livecheck.regex "Rabbyt-(\\d+(?:\\.\\d+)*)"
+if {$subport != $name} {
+ depends_build port:py${python.version}-distribute
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex "Rabbyt-(\\d+(?:\\.\\d+)*)"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130514/f038ce15/attachment-0001.html>
More information about the macports-changes
mailing list