[149934] trunk/dports/python

khindenburg at macports.org khindenburg at macports.org
Tue Jul 5 17:53:19 PDT 2016


Revision: 149934
          https://trac.macports.org/changeset/149934
Author:   khindenburg at macports.org
Date:     2016-07-05 17:53:19 -0700 (Tue, 05 Jul 2016)
Log Message:
-----------
py-service_identify: new port needed for py-scrapy

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

Added: trunk/dports/python/py-service_identity/Portfile
===================================================================
--- trunk/dports/python/py-service_identity/Portfile	                        (rev 0)
+++ trunk/dports/python/py-service_identity/Portfile	2016-07-06 00:53:19 UTC (rev 149934)
@@ -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-service_identity
+version             16.0.0
+categories-append   devel
+platforms           darwin
+license             MIT
+
+python.versions     27 34 35
+
+maintainers         khindenburg openmaintainer
+
+description         Service Identity Verification for pyOpenSSL
+
+long_description    service_identity aspires to give you all the tools\
+                    you need for verifying whether a certificate is valid\
+                    for the intended purposes.
+
+homepage            https://github.com/pyca/service_identity
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  02d592f36c659bab4427838001f1cad2c84ac3f6 \
+                    sha256  0630e222f59f91f3db498be46b1d879ff220955d7bbad719a5cb9ad14e3c3036
+
+if {${name} ne ${subport}} {
+    depends_build-append  port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-asn1 \
+                        port:py${python.version}-asn1-modules \
+                        port:py${python.version}-openssl \
+                        port:py${python.version}-attrs
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-service_identity/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/20160705/14aee54e/attachment.html>


More information about the macports-changes mailing list