[117703] trunk/dports/python
g5pw at macports.org
g5pw at macports.org
Sat Mar 8 10:17:38 PST 2014
Revision: 117703
https://trac.macports.org/changeset/117703
Author: g5pw at macports.org
Date: 2014-03-08 10:17:38 -0800 (Sat, 08 Mar 2014)
Log Message:
-----------
python/py-pathtools:
use python portgroup
add subports for python33 and 34
Added Paths:
-----------
trunk/dports/python/py-pathtools/
trunk/dports/python/py-pathtools/Portfile
Removed Paths:
-------------
trunk/dports/python/py27-pathtools/
Added: trunk/dports/python/py-pathtools/Portfile
===================================================================
--- trunk/dports/python/py-pathtools/Portfile (rev 0)
+++ trunk/dports/python/py-pathtools/Portfile 2014-03-08 18:17:38 UTC (rev 117703)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-pathtools
+set real_name pathtools
+version 0.1.2
+maintainers nomaintainer
+platforms darwin
+description File system general utilities
+long_description ${description}
+license MIT
+supported_archs noarch
+
+homepage http://pythonhosted.org/pathtools/
+master_sites http://pypi.python.org/packages/source/p/${real_name}
+distname ${real_name}-${version}
+
+checksums md5 9a1af5c605768ea5804b03b734ff0f82 \
+ rmd160 cdc2001f64f953bcff70e1dd85d2527665a12272 \
+ sha256 7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0
+
+python.versions 27 33 34
+
+if { ${name} ne ${subport} } {
+ depends_build-append port:py${python.version}-setuptools
+}
Property changes on: trunk/dports/python/py-pathtools/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/20140308/de899947/attachment.html>
More information about the macports-changes
mailing list