[113358] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Nov 14 05:47:15 PST 2013


Revision: 113358
          https://trac.macports.org/changeset/113358
Author:   stromnov at macports.org
Date:     2013-11-14 05:47:15 -0800 (Thu, 14 Nov 2013)
Log Message:
-----------
py-alembic: new port

Added Paths:
-----------
    trunk/dports/python/py-alembic/
    trunk/dports/python/py-alembic/Portfile

Added: trunk/dports/python/py-alembic/Portfile
===================================================================
--- trunk/dports/python/py-alembic/Portfile	                        (rev 0)
+++ trunk/dports/python/py-alembic/Portfile	2013-11-14 13:47:15 UTC (rev 113358)
@@ -0,0 +1,41 @@
+# -*- 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
+
+name                py-alembic
+version             0.6.0
+revision            0
+categories-append   databases
+platforms           darwin
+license             MIT
+
+python.versions     27 33
+
+maintainers         stromnov openmaintainer
+
+description         A database migration tool for SQLAlchemy.
+long_description    ${description}
+
+homepage            http://bitbucket.org/zzzeek/alembic
+master_sites        https://pypi.python.org/packages/source/a/alembic/
+
+distname            alembic-${version}
+
+checksums           rmd160  c1fb8d1e10a35ae60871f8ebd8b9f67e311de829 \
+                    sha256  ad28e2e4f8bb712d1e67abc709b0735525541e0ebc509dbf00bcd383b5c602ca
+
+if {$subport != $name} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    depends_lib-append  port:py${python.version}-sqlalchemy \
+                        port:py${python.version}-mako
+
+    livecheck.type          none
+} else {
+    livecheck.type          regex
+    livecheck.url           ${master_sites}
+    livecheck.regex         {alembic-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-alembic/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/20131114/066af413/attachment.html>


More information about the macports-changes mailing list