[106764] trunk/dports/python
jmr at macports.org
jmr at macports.org
Fri Jun 7 06:18:43 PDT 2013
Revision: 106764
https://trac.macports.org/changeset/106764
Author: jmr at macports.org
Date: 2013-06-07 06:18:43 -0700 (Fri, 07 Jun 2013)
Log Message:
-----------
py25-mx-experimental: use unified portgroup, set license
Modified Paths:
--------------
trunk/dports/python/py-mx-experimental/Portfile
Added Paths:
-----------
trunk/dports/python/py-mx-experimental/
Removed Paths:
-------------
trunk/dports/python/py25-mx-experimental/
Modified: trunk/dports/python/py-mx-experimental/Portfile
===================================================================
--- trunk/dports/python/py25-mx-experimental/Portfile 2013-06-07 04:50:53 UTC (rev 106748)
+++ trunk/dports/python/py-mx-experimental/Portfile 2013-06-07 13:18:43 UTC (rev 106764)
@@ -1,11 +1,14 @@
# $Id$
PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python 1.0
-name py25-mx-experimental
+name py-mx-experimental
version 3.0.0
revision 1
+license Permissive GPLConflict zlib
+# GPL-conflicting due to choice of law clause.
+#http://www.egenix.com/products/python/mxExperimental/eGenix.com-Public-License-1.1.0.pdf
platforms darwin
maintainers nomaintainer
description eGenix.com mx Extensions for Python - EXPERIMENTAL Package
@@ -20,10 +23,14 @@
distname egenix-mx-experimental-${version}
checksums sha1 f697220cf317d968c448da870e0d05a7bd0277e7
-depends_lib-append port:mpfr port:gmp port:tidy
-depends_run port:py25-mx-base
+python.versions 25
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex Version: (\[0-9\\.\]+)
-
+if {$subport != $name} {
+ depends_lib-append port:mpfr port:gmp port:tidy
+ depends_run port:py${python.version}-mx-base
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${homepage}
+ livecheck.regex Version: (\[0-9\\.\]+)
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130607/42e49eca/attachment.html>
More information about the macports-changes
mailing list