[149083] trunk/dports/python/py-socks/Portfile

aronnax at macports.org aronnax at macports.org
Sun May 29 10:09:44 PDT 2016


Revision: 149083
          https://trac.macports.org/changeset/149083
Author:   aronnax at macports.org
Date:     2016-05-29 10:09:44 -0700 (Sun, 29 May 2016)
Log Message:
-----------
py-socks: update to 1.5.7

Modified Paths:
--------------
    trunk/dports/python/py-socks/Portfile

Modified: trunk/dports/python/py-socks/Portfile
===================================================================
--- trunk/dports/python/py-socks/Portfile	2016-05-29 16:59:48 UTC (rev 149082)
+++ trunk/dports/python/py-socks/Portfile	2016-05-29 17:09:44 UTC (rev 149083)
@@ -1,33 +1,25 @@
 # $Id$
 
-PortSystem        1.0
-PortGroup         python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
 
-set realname      PySocks
-name              py-socks
-version           1.5.6
-categories-append devel net
-license           BSD
-platforms         darwin
-maintainers       aronnax openmaintainer
+github.setup        Anorov PySocks 1.5.7
+name                py-socks
+categories-append   devel net
+license             BSD
+platforms           darwin
+maintainers         aronnax openmaintainer
 
-description       python SOCKS client module
-long_description  PySOCKS is a SOCKS client module, branched off several \
-                  earlier abandoned projects
+description         python SOCKS client module
+long_description    PySOCKS is a SOCKS client module, branched off several \
+                    earlier abandoned projects
 
-homepage          http://pypi.python.org/pypi/${realname}/
-master_sites      pypi:[string index ${realname} 0]/${realname}
-distname          ${realname}-${version}
+python.versions     26 27 33 34 35
 
-python.versions   26 27 33 34 35
+checksums           rmd160  8d7ce54cf63575e469043b67690ff84aa9458320 \
+                    sha256  c7d8bb8a228cd12fca9f046b7dcaabfe3f15f75a125ba6994da8d8217e962c55
 
-checksums         md5    c825c7c52b2c79dde73cac8d04bd25cb \
-                  rmd160 e66e508485ed4ad89e1333ef5029c81102123ef0 \
-                  sha256 a62b35b13968ba3642a973d115ae6a11be886b5f5ae0841a3ecad4b4f1d7deb1
-
 if {${name} ne ${subport}} {
   livecheck.type    none
-} else {
-  livecheck.name    ${realname}
-  livecheck.type    pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160529/a0733440/attachment-0001.html>


More information about the macports-changes mailing list