[142726] trunk/dports/python

pixilla at macports.org pixilla at macports.org
Sat Dec 12 06:58:36 PST 2015


Revision: 142726
          https://trac.macports.org/changeset/142726
Author:   pixilla at macports.org
Date:     2015-11-20 13:45:00 -0800 (Fri, 20 Nov 2015)
Log Message:
-----------
python/my-pymysql: new port py-pymysql. Closes #49141

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

Added: trunk/dports/python/py-pymysql/Portfile
===================================================================
--- trunk/dports/python/py-pymysql/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pymysql/Portfile	2015-11-20 21:45:00 UTC (rev 142726)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-pymysql
+version             0.6.7
+license             MIT
+platforms           darwin
+supported_archs     noarch
+maintainers         gmail.com:xeron.oskom openmaintainer
+description         Pure-Python MySQL client library
+long_description    ${description}
+
+python.versions     27 34
+
+homepage            https://pypi.python.org/pypi/PyMySQL
+master_sites        https://pypi.python.org/packages/source/P/PyMySQL/
+distname            PyMySQL-${version}
+
+checksums           rmd160  1078d86c94a4ea8dcf901b12ada6828ad8d1f93b \
+                    sha256  e549649db3b1a9317c6027175197458bfb4f55357828410ed4f768fc6ce35f0f
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+    livecheck.type          none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${homepage}
+    livecheck.regex     "PyMySQL (\\d+\\.\\d+(?:\\.\\d+))"
+}


Property changes on: trunk/dports/python/py-pymysql/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/20151212/71d259a1/attachment.html>


More information about the macports-changes mailing list