[136286] trunk/dports/python

larryv at macports.org larryv at macports.org
Wed May 13 23:02:55 PDT 2015


Revision: 136286
          https://trac.macports.org/changeset/136286
Author:   larryv at macports.org
Date:     2015-05-13 23:02:55 -0700 (Wed, 13 May 2015)
Log Message:
-----------
py-pluggy: New port (#47714)

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

Added: trunk/dports/python/py-pluggy/Portfile
===================================================================
--- trunk/dports/python/py-pluggy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pluggy/Portfile	2015-05-14 06:02:55 UTC (rev 136286)
@@ -0,0 +1,34 @@
+# -*- 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-pluggy
+version             0.3.0
+categories-append   devel
+platforms           darwin
+supported_archs     noarch
+license             MIT
+maintainers         gmail.com:pedro.salgado openmaintainer
+
+description         Plugin and hook calling mechanisms for Python
+long_description    This is the plugin manager as used by pytest but \
+                    stripped of pytest specific details.
+homepage            https://github.com/hpk42/pluggy/
+
+master_sites        https://pypi.python.org/packages/source/p/pluggy
+distname            pluggy-${version}
+checksums           rmd160  be171c497663d8e7411f9ec382cd9816187c3aab \
+                    sha256  52631797ad4857e09f0f2b642392d548b304713d0a02a534f1517cffc008a89c
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-py
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       https://pypi.python.org/pypi/pluggy
+    livecheck.regex     pluggy-(\\d+(\\.\\d+)+)${extract.suffix}
+}


Property changes on: trunk/dports/python/py-pluggy/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/20150513/8aa503cc/attachment-0001.html>


More information about the macports-changes mailing list