[139206] trunk/dports/python

ionic at macports.org ionic at macports.org
Thu Aug 6 17:57:11 PDT 2015


Revision: 139206
          https://trac.macports.org/changeset/139206
Author:   ionic at macports.org
Date:     2015-08-06 17:57:11 -0700 (Thu, 06 Aug 2015)
Log Message:
-----------
py-asn1-modules: new port. Submitted by maintainer. Fixes: #48518.

Added Paths:
-----------
    trunk/dports/python/py-asn1-modules/
    trunk/dports/python/py-asn1-modules/Portfile

Added: trunk/dports/python/py-asn1-modules/Portfile
===================================================================
--- trunk/dports/python/py-asn1-modules/Portfile	                        (rev 0)
+++ trunk/dports/python/py-asn1-modules/Portfile	2015-08-07 00:57:11 UTC (rev 139206)
@@ -0,0 +1,42 @@
+# -*- 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-asn1-modules
+version             0.0.7
+categories-append   devel crypto
+license             BSD
+maintainers         eds.org:hans
+
+description         A collection of ASN.1-based protocols modules.
+
+long_description    This is a small but growing collection of ASN.1 \
+                    data structures expressed in Python terms using pyasn1 data model.
+
+python.versions     27 34
+
+platforms           darwin
+supported_archs     noarch
+
+homepage            https://pypi.python.org/pypi/pyasn1-modules
+master_sites        https://pypi.python.org/packages/source/p/pyasn1-modules/
+distname            pyasn1-modules-${version}
+
+checksums           md5     9e92623a86709a77d43d406612ad7389 \
+                    rmd160  4d9f6e67020b5be843ffb611195e7249bb171e6b \
+                    sha256  794dbcef4b7124b8271f12eb7eea0d37b466012f11ce023f91e2e2082df11c7e
+
+if {${name} ne ${subport}} {
+    post-destroot {
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
+            ${destroot}${prefix}/share/doc/${subport}
+    }
+
+} else {
+    livecheck.type  regex
+    livecheck.url   https://pypi.python.org/pypi/pyasn1-modules/
+    livecheck.regex pyasn1-modules/(\\d+(\\.\\d+)+)
+}


Property changes on: trunk/dports/python/py-asn1-modules/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/20150806/e58221e8/attachment-0001.html>


More information about the macports-changes mailing list