[79845] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Jun 27 16:43:07 PDT 2011


Revision: 79845
          http://trac.macports.org/changeset/79845
Author:   jmr at macports.org
Date:     2011-06-27 16:43:07 -0700 (Mon, 27 Jun 2011)
Log Message:
-----------
New ports: py27-sqlalchemy-migrate, py27-decorator, py27-tempita (from py26 versions)

Modified Paths:
--------------
    trunk/dports/python/py27-decorator/Portfile
    trunk/dports/python/py27-sqlalchemy-migrate/Portfile
    trunk/dports/python/py27-tempita/Portfile

Added Paths:
-----------
    trunk/dports/python/py27-decorator/
    trunk/dports/python/py27-sqlalchemy-migrate/
    trunk/dports/python/py27-tempita/

Modified: trunk/dports/python/py27-decorator/Portfile
===================================================================
--- trunk/dports/python/py26-decorator/Portfile	2011-06-27 20:43:02 UTC (rev 79829)
+++ trunk/dports/python/py27-decorator/Portfile	2011-06-27 23:43:07 UTC (rev 79845)
@@ -2,15 +2,16 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
-name                py26-decorator
+name                py27-decorator
 version             3.2.0
 categories          python
-maintainers         nodamage.com:nodamage openmaintainer
+maintainers         nomaintainer
 description         Provides a decorator factory that makes creating signature preserving decorators dead simple.
 long_description    ${description} By Michele Simionato.
 platforms           darwin
+supported_archs     noarch
 homepage            http://pypi.python.org/pypi/decorator
 master_sites        http://pypi.python.org/packages/source/d/decorator/
 distname            decorator-${version}

Modified: trunk/dports/python/py27-sqlalchemy-migrate/Portfile
===================================================================
--- trunk/dports/python/py26-sqlalchemy-migrate/Portfile	2011-06-27 20:43:02 UTC (rev 79829)
+++ trunk/dports/python/py27-sqlalchemy-migrate/Portfile	2011-06-27 23:43:07 UTC (rev 79845)
@@ -2,14 +2,14 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
-name                py26-sqlalchemy-migrate
+name                py27-sqlalchemy-migrate
 version             0.6
-revision            2
 categories          python
 platforms           darwin
-maintainers         akitada openmaintainer
+supported_archs     noarch
+maintainers         nomaintainer
 
 description         Database schema migration for SQLAlchemy
 long_description    Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate \
@@ -27,5 +27,5 @@
                     sha1    fda7c575c652a6833ab783bf25a522df56a1e6d1 \
                     rmd160  a0defbf99b95d5b0d326e0f111cf725aefd965d9
 
-depends_lib         port:py26-distribute port:py26-tempita port:py26-decorator
+depends_lib         port:py27-distribute port:py27-tempita port:py27-decorator
 distname            sqlalchemy-migrate-${version}

Modified: trunk/dports/python/py27-tempita/Portfile
===================================================================
--- trunk/dports/python/py26-tempita/Portfile	2011-06-27 20:43:02 UTC (rev 79829)
+++ trunk/dports/python/py27-tempita/Portfile	2011-06-27 23:43:07 UTC (rev 79845)
@@ -1,12 +1,13 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               python26 1.0
+PortGroup               python27 1.0
 
-name                    py26-tempita
+name                    py27-tempita
 version                 0.5dev
 maintainers             perry openmaintainer
 platforms               darwin
+supported_archs         noarch
 
 description             Tempita is a small templating language for text \
                         substitution.
@@ -18,7 +19,7 @@
 livecheck.type          regex
 livecheck.url           ${homepage}
 
-depends_build-append    port:py26-distribute
+depends_build-append    port:py27-distribute
 
 distname                Tempita-${version}
 master_sites            http://pypi.python.org/packages/source/T/Tempita/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110627/4588b09b/attachment.html>


More information about the macports-changes mailing list