[123920] trunk/dports/python

khindenburg at macports.org khindenburg at macports.org
Fri Aug 15 20:06:08 PDT 2014


Revision: 123920
          https://trac.macports.org/changeset/123920
Author:   khindenburg at macports.org
Date:     2014-08-15 20:06:08 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
py-queuelib: new port - needed for latest py-scrapy

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

Added: trunk/dports/python/py-queuelib/Portfile
===================================================================
--- trunk/dports/python/py-queuelib/Portfile	                        (rev 0)
+++ trunk/dports/python/py-queuelib/Portfile	2014-08-16 03:06:08 UTC (rev 123920)
@@ -0,0 +1,35 @@
+# -*- 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-queuelib
+version                 1.2.2
+maintainers             khindenburg openmaintainer
+platforms               darwin
+
+description             Queuelib is a collection of persistent (disk-based) \
+                        queues for Python. Queuelib goals are speed and \
+                        simplicity. It was originally part of the `Scrapy \
+                        framework`_ and stripped out on its own library.
+long_description        ${description}
+license                 BSD
+homepage                https://pypi.python.org/pypi/queuelib
+
+distname                queuelib-${version}
+master_sites            http://pypi.python.org/packages/source/q/queuelib/
+
+checksums               rmd160  8ff43b1f83e3ecbdfed2ccde2f5feaf492bfe202 \
+                        sha256  60db60b0cfea23c23c94ac00b224df5903faf9ac711606b22c3dbfb0ba9d86f7
+
+python.versions 27 33
+python.default_version 27
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+}
+
+livecheck.regex         {>queuelib (.+) :}
+livecheck.type          regex
+livecheck.url           ${homepage}


Property changes on: trunk/dports/python/py-queuelib/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/20140815/009e9f25/attachment.html>


More information about the macports-changes mailing list