[150887] trunk/dports/python

petr at macports.org petr at macports.org
Mon Aug 1 05:58:21 PDT 2016


Revision: 150887
          https://trac.macports.org/changeset/150887
Author:   petr at macports.org
Date:     2016-08-01 05:58:21 -0700 (Mon, 01 Aug 2016)
Log Message:
-----------
py=* ports, unmaintained: retire py33 subports without dependents

Modified Paths:
--------------
    trunk/dports/python/py-cog/Portfile
    trunk/dports/python/py-graveyard/Portfile
    trunk/dports/python/py-pathfinder/Portfile
    trunk/dports/python/py-pycallgraph/Portfile
    trunk/dports/python/py-pync/Portfile
    trunk/dports/python/py-pytools/Portfile
    trunk/dports/python/py-w3lib/Portfile

Modified: trunk/dports/python/py-cog/Portfile
===================================================================
--- trunk/dports/python/py-cog/Portfile	2016-08-01 12:45:03 UTC (rev 150886)
+++ trunk/dports/python/py-cog/Portfile	2016-08-01 12:58:21 UTC (rev 150887)
@@ -4,19 +4,20 @@
 PortSystem          1.0
 PortGroup           python 1.0
 
+set realname        cogapp
+
 name                py-cog
-set realname        cogapp
 version             2.4
+platforms           darwin
+supported_archs     noarch
 license             MIT
 maintainers         nomaintainer
+
 description         Cog is a code generation tool. It lets you use pieces of Python \
                     code as generators in your source files to generate whatever code \
                     you need.
 long_description    ${description}
 
-platforms           darwin
-supported_archs     noarch
-
 homepage            http://nedbatchelder.com/code/cog/
 master_sites        pypi:c/${realname}
 
@@ -25,7 +26,7 @@
 checksums           rmd160  15e5bea87f033ceb603c95ac00b37dc7ef8fe8ad \
                     sha256  5b71a8cfd8dcfd7c408d2ab0f25a4cd546a2d03f8cd99475f775ba79a75a7ba3
 
-python.versions     26 27 33 34
+python.versions     27 34
 
 if {${name} ne ${subport}} {
     post-destroot {
@@ -37,4 +38,3 @@
     livecheck.regex     ${realname}-(\[0-9.\]+)${extract.suffix}
     livecheck.url       https://pypi.python.org/pypi/${realname}
 }
-

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2016-08-01 12:45:03 UTC (rev 150886)
+++ trunk/dports/python/py-graveyard/Portfile	2016-08-01 12:58:21 UTC (rev 150887)
@@ -48,6 +48,7 @@
 py-BitArray2D           2.1_1       26 31 32 33
 py-BitVector            3.3.2_1     26 31 32 33
 py-cdb                  0.34_1      26
+py-cog                  2.4_1       26 33
 py-configobj            5.0.6_1     24 25 26 31 32 33
 py-construct            2.5.2_1     26 33
 py-coverage             3.7.1_1     25 26 31 32 33
@@ -110,11 +111,13 @@
 py-notify-python        0.1.1_6     26
 py-openbabel            2.3.2_1     26
 py-openssl              0.15.1_6    26 33
+py-pathfinder           0.5.3_1     33
 py-pathtools            0.1.2_1     33
 py-pep8                 1.6.2_1     25 26 31 32 33
 py-powerline            2.2_1       26 33
 py-progressbar          2.3_1       26
 py-pybonjour            1.1.1_1     26
+py-pycallgraph          1.0.1_1     33
 py-pycluster            1.50_2      26
 py-pygeocoder           1.1.4_1     26
 py-pygments             1.6_1       24 25 31 32
@@ -126,6 +129,7 @@
 py-pylibmc              1.2.3_3     26
 py-pymca                4.4.1p1_1   26
 py-pyml                 0.7.7_2     26
+py-pync                 1.4_1       33
 py-pyobjc               3.0.4_1     25 26 31 32 33
 py-pyobjc-cocoa         3.0.1_1     25 26 31 32 33
 py-pyobjc-fsevents      3.0.3_1     26 31 32 33
@@ -135,6 +139,7 @@
 py-pyopencl             2013.2_1    26 33
 py-pyshp                1.2.1_1     26 32 33
 py-pytidylib            0.2.1_1     26
+py-pytools              2013.5.6_1  26 33
 py-pyxb                 1.2.4_2     26 33
 py-qscintilla           2.8.4_1     25 26 31 32 33
 py-radical-utils        0.8_1       26
@@ -163,6 +168,7 @@
 py-visa                 1.4_1       26
 py-watchdog             0.7.1_1     33
 py-webkitgtk            1.1.8_8     26
+py-w3lib                1.9.0_1     33
 py-xhtml2pdf            0.0.6_2     26
 
 

Modified: trunk/dports/python/py-pathfinder/Portfile
===================================================================
--- trunk/dports/python/py-pathfinder/Portfile	2016-08-01 12:45:03 UTC (rev 150886)
+++ trunk/dports/python/py-pathfinder/Portfile	2016-08-01 12:58:21 UTC (rev 150887)
@@ -6,15 +6,17 @@
 PortGroup           github 1.0
 
 github.setup        jkeyes pathfinder 0.5.3
+
 name                py-${name}
+platforms           darwin
+supported_archs     noarch
+license             MIT
 maintainers         nomaintainer
+
 description         A utility to find file paths.
 long_description    ${description}
-platforms           darwin
-license             MIT
-supported_archs     noarch
 
-python.versions     27 33 34
+python.versions     27 34
 
 if { ${name} ne ${subport} } {
     depends_build-append \

Modified: trunk/dports/python/py-pycallgraph/Portfile
===================================================================
--- trunk/dports/python/py-pycallgraph/Portfile	2016-08-01 12:45:03 UTC (rev 150886)
+++ trunk/dports/python/py-pycallgraph/Portfile	2016-08-01 12:58:21 UTC (rev 150887)
@@ -23,7 +23,7 @@
                     sha1    0eb1d0d2e4fd18ce47722a1898f6fba9edcdaa31 \
                     rmd160  c7504663783e7e72d3a64cac77f8f8d523e50a2a
 
-python.versions     27 33 34
+python.versions     27 34
 
 if {$subport ne $name} {
     depends_run-append  path:bin/dot:graphviz

Modified: trunk/dports/python/py-pync/Portfile
===================================================================
--- trunk/dports/python/py-pync/Portfile	2016-08-01 12:45:03 UTC (rev 150886)
+++ trunk/dports/python/py-pync/Portfile	2016-08-01 12:58:21 UTC (rev 150887)
@@ -23,7 +23,7 @@
 checksums           rmd160  c579cbad6691798a7db0e57f89d9c006ed18e268 \
                     sha256  1a5355bc1505f076b79286951ae0488053d5c7a74296f73fe37e17f5694e3a95
 
-python.versions     27 33 34
+python.versions     27 34
 
 if {$subport ne $name} {
     depends_build       port:py${python.version}-setuptools

Modified: trunk/dports/python/py-pytools/Portfile
===================================================================
--- trunk/dports/python/py-pytools/Portfile	2016-08-01 12:45:03 UTC (rev 150886)
+++ trunk/dports/python/py-pytools/Portfile	2016-08-01 12:58:21 UTC (rev 150887)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           python 1.0
 
-set real_name pytools
+set real_name       pytools
 
 name                py-${real_name}
 version             2013.5.6
@@ -16,14 +16,15 @@
 description         A collection of tools for Python
 long_description    Pytools is a big bag of things that are 'missing' \
                     from the Python standard library.
+
 homepage            http://pypi.python.org/pypi/${real_name}
-
 master_sites        pypi:p/${real_name}
 distname            ${real_name}-${version}
+
 checksums           rmd160  295d30e025fdae08a495da2bbd076d86fce898f4 \
                     sha256  e15dc874f9d8b3f13cf6297e509eaffe722c459cd92a39858813b8dba55bc77e
 
-python.versions     26 27 33 34 35
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools

Modified: trunk/dports/python/py-w3lib/Portfile
===================================================================
--- trunk/dports/python/py-w3lib/Portfile	2016-08-01 12:45:03 UTC (rev 150886)
+++ trunk/dports/python/py-w3lib/Portfile	2016-08-01 12:58:21 UTC (rev 150887)
@@ -20,7 +20,7 @@
 checksums           rmd160  e5276b5bb1c4380a8e17eb365b9072d004d011f9 \
                     sha256  b124659467de0a161f17ade88d616c2270356c5eeea66aea20285d92efb515f3
 
-python.versions     27 33 34
+python.versions     27 34
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160801/89cf6a00/attachment-0001.html>


More information about the macports-changes mailing list