[105292] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Tue Apr 16 07:37:46 PDT 2013
Revision: 105292
https://trac.macports.org/changeset/105292
Author: stromnov at macports.org
Date: 2013-04-16 07:37:46 -0700 (Tue, 16 Apr 2013)
Log Message:
-----------
py-meta-devel: new port
Added Paths:
-----------
trunk/dports/python/py-meta-devel/
trunk/dports/python/py-meta-devel/Portfile
Added: trunk/dports/python/py-meta-devel/Portfile
===================================================================
--- trunk/dports/python/py-meta-devel/Portfile (rev 0)
+++ trunk/dports/python/py-meta-devel/Portfile 2013-04-16 14:37:46 UTC (rev 105292)
@@ -0,0 +1,39 @@
+# -*- 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 numba Meta d11b4fa38f
+name py-meta-devel
+version 0.4.1
+revision 20130222
+categories-append devel
+platforms darwin
+license BSD
+supported_archs noarch
+
+python.versions 26 27 32 33
+
+maintainers stromnov openmaintainer
+
+description A Pure Python module containing a framework to manipulate \
+ and analyze python ast's and bytecode.
+
+long_description ${description}
+
+homepage http://srossross.github.com/Meta
+
+checksums rmd160 f61823d29d06a8b7ef80df9acb7f2d019915bc2b \
+ sha256 7b688d67304bd6e5e64f3bc0ed2d14a8a490cb29ee50a118aa94ab8524e252f0
+
+if {$subport != $name} {
+ conflicts py${python.version}-meta
+
+ depends_lib-append port:py${python.version}-distribute
+
+ livecheck.type none
+} else {
+ livecheck.url ${github.homepage}/commits/develop.atom
+}
Property changes on: trunk/dports/python/py-meta-devel/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130416/d9a705aa/attachment.html>
More information about the macports-changes
mailing list