[104654] trunk/dports/python/py-py/Portfile
stromnov at macports.org
stromnov at macports.org
Sat Mar 30 14:32:42 PDT 2013
Revision: 104654
https://trac.macports.org/changeset/104654
Author: stromnov at macports.org
Date: 2013-03-30 14:32:42 -0700 (Sat, 30 Mar 2013)
Log Message:
-----------
py-py: reformat Portfile, add modeline
Modified Paths:
--------------
trunk/dports/python/py-py/Portfile
Modified: trunk/dports/python/py-py/Portfile
===================================================================
--- trunk/dports/python/py-py/Portfile 2013-03-30 19:46:54 UTC (rev 104653)
+++ trunk/dports/python/py-py/Portfile 2013-03-30 21:32:42 UTC (rev 104654)
@@ -1,29 +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
+PortSystem 1.0
+PortGroup python 1.0
-name py-py
-version 1.1.1
-license MIT
-platforms darwin
-supported_archs noarch
-maintainers akitada openmaintainer
-description py lib: agile development and test support library
-long_description the py lib is a development support library featuring \
- py.test, ad-hoc distributed execution, micro-threads \
- and svn abstractions.
-homepage http://pylib.org/
-master_sites http://pypi.python.org/packages/source/p/py/
-checksums md5 4d0b5eaf9af09b7682fb07d4c5a2fd45 \
- sha1 36ca24b4424ce9ba47e3a8af0b29512eb156b116 \
- rmd160 c48c67421545b2181eaff75e8d05cbcebf4ead1c
-distname py-${version}
+name py-py
+version 1.1.1
+revision 0
+categories-append devel
+platforms darwin
+license MIT
+supported_archs noarch
-python.versions 24 25 26 27
+maintainers akitada openmaintainer
+description py lib is a Python development support library
+
+long_description The py lib is a Python development support library \
+ featuring ad-hoc distributed execution, micro-threads \
+ and svn abstractions.
+
+homepage http://pylib.org/
+master_sites http://pypi.python.org/packages/source/p/py/
+
+checksums md5 4d0b5eaf9af09b7682fb07d4c5a2fd45 \
+ sha1 36ca24b4424ce9ba47e3a8af0b29512eb156b116 \
+ rmd160 c48c67421545b2181eaff75e8d05cbcebf4ead1c
+
+distname py-${version}
+
+python.versions 24 25 26 27
+
if {$subport != $name} {
- depends_build port:py${python.version}-distribute
+ depends_build port:py${python.version}-distribute
livecheck.type none
} else {
livecheck.url ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130330/d5f53e09/attachment.html>
More information about the macports-changes
mailing list