[133805] trunk/dports

petr at macports.org petr at macports.org
Wed Mar 11 16:08:52 PDT 2015


Revision: 133805
          https://trac.macports.org/changeset/133805
Author:   petr at macports.org
Date:     2015-03-11 16:08:51 -0700 (Wed, 11 Mar 2015)
Log Message:
-----------
py-python-poppler-qt4: rename to py-poppler-qt4, add stub and remove from py-graveyard, update dependency in frescobaldi, closes #46696.

Modified Paths:
--------------
    trunk/dports/editors/frescobaldi/Portfile
    trunk/dports/python/py-graveyard/Portfile

Added Paths:
-----------
    trunk/dports/python/py-poppler-qt4/
    trunk/dports/python/py-poppler-qt4/Portfile
    trunk/dports/python/py-python-poppler-qt4/Portfile

Removed Paths:
-------------
    trunk/dports/python/py-poppler-qt4/Portfile
    trunk/dports/python/py-python-poppler-qt4/Portfile

Modified: trunk/dports/editors/frescobaldi/Portfile
===================================================================
--- trunk/dports/editors/frescobaldi/Portfile	2015-03-11 22:29:54 UTC (rev 133804)
+++ trunk/dports/editors/frescobaldi/Portfile	2015-03-11 23:08:51 UTC (rev 133805)
@@ -6,6 +6,7 @@
 PortGroup           github 1.0
 
 github.setup        wbsoft frescobaldi 2.17.2 v
+revision            1
 conflicts           frescobaldi-devel
 categories          editors python
 maintainers         gmail.com:davide.liessi openmaintainer
@@ -32,7 +33,7 @@
 python.default_version  27
 # Can use either py*-pyqt4 or py*-pyqt4-devel.
 depends_run-append  path:share/py${python.default_version}-sip/PyQt4:py${python.default_version}-pyqt4 \
-                    port:py${python.default_version}-python-poppler-qt4
+                    port:py${python.default_version}-poppler-qt4
 
 variant app description {Make application bundle} {
     depends_build-append    port:py${python.default_version}-py2app

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2015-03-11 22:29:54 UTC (rev 133804)
+++ trunk/dports/python/py-graveyard/Portfile	2015-03-11 23:08:51 UTC (rev 133805)
@@ -457,7 +457,6 @@
 py-pysparse             1.1.1_2     26
 py-pysvn                1.7.6_4     25
 py-pytest               2.6.3_1     25 26 32 33
-py-python-poppler-qt4   0.18.1_3    26 32 33
 py-pythonutils          0.4.0_1     25 26
 py-pytools              2013.5.6_1  31 32
 py-pyusb                0.4.3_2     25 26

Deleted: trunk/dports/python/py-poppler-qt4/Portfile
===================================================================
--- trunk/dports/python/py-python-poppler-qt4/Portfile	2015-03-11 21:24:43 UTC (rev 133803)
+++ trunk/dports/python/py-poppler-qt4/Portfile	2015-03-11 23:08:51 UTC (rev 133805)
@@ -1,56 +0,0 @@
-# -*- 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
-
-set _name           python-poppler-qt4
-set _n              [string index ${_name} 0]
-
-name                py-${_name}
-version             0.18.2
-platforms           darwin
-license             LGPL-2.1+
-maintainers         gmail.com:davide.liessi openmaintainer
-
-description         Python binding for Poppler-Qt4
-long_description    ${_name} is a Python binding for Poppler-Qt4.
-
-homepage            https://github.com/wbsoft/${_name}
-master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
-distname            ${_name}-${version}
-
-checksums           md5     b9498b37006c8e3a525ad7cb0d2a3fe8 \
-                    rmd160  f1dda7e851a9cc7dcb9eb39e835395fcd9039a89 \
-                    sha256  bb3ec0f6154903911d759e0d95f6b4b68b8fed39831f1590b4962f012e6453d8
-
-python.versions     27 34
-
-if {${name} ne ${subport}} {
-    depends_build-append    port:pkgconfig
-
-    # Can use either py*-pyqt4 or py*-pyqt4-devel.
-    depends_lib-append      port:poppler-qt4-mac \
-                            port:qt4-mac \
-                            port:py${python.version}-sip \
-                            path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4
-
-    post-destroot {
-        set doc_dir ${destroot}${prefix}/share/doc/${subport}
-        xinstall -d ${doc_dir}
-        xinstall -m 644 -W ${worksrcpath} \
-            ChangeLog \
-            LICENSE \
-            README \
-            ${doc_dir}
-        set examples_dir ${destroot}${prefix}/share/examples/${subport}
-        xinstall -d ${examples_dir}
-        xinstall -m 644 -W ${worksrcpath} demo.py ${examples_dir}
-    }
-
-    livecheck.type  none
-} else {
-    livecheck.type  regex
-    livecheck.url   https://pypi.python.org/pypi/${_name}
-    livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
-}

Copied: trunk/dports/python/py-poppler-qt4/Portfile (from rev 133804, trunk/dports/python/py-python-poppler-qt4/Portfile)
===================================================================
--- trunk/dports/python/py-poppler-qt4/Portfile	                        (rev 0)
+++ trunk/dports/python/py-poppler-qt4/Portfile	2015-03-11 23:08:51 UTC (rev 133805)
@@ -0,0 +1,56 @@
+# -*- 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
+
+set _name           python-poppler-qt4
+set _n              [string index ${_name} 0]
+
+name                py-poppler-qt4
+version             0.18.2
+platforms           darwin
+license             LGPL-2.1+
+maintainers         gmail.com:davide.liessi openmaintainer
+
+description         Python binding for Poppler-Qt4
+long_description    ${_name} is a Python binding for Poppler-Qt4.
+
+homepage            https://github.com/wbsoft/${_name}
+master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
+distname            ${_name}-${version}
+
+checksums           md5     124593f271a0fd513bc93838e2b66fef \
+                    rmd160  6b16a1b39af4ecc63c1faef8375551d9bded8faa \
+                    sha256  b1d176a0e34252f1ea822ccbfb29bd0b7becb7b1db794256da8bfe4e0e1e98f6
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:pkgconfig
+
+    # Can use either py*-pyqt4 or py*-pyqt4-devel.
+    depends_lib-append      port:poppler-qt4-mac \
+                            port:qt4-mac \
+                            port:py${python.version}-sip \
+                            path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4
+
+    post-destroot {
+        set doc_dir ${destroot}${prefix}/share/doc/${subport}
+        xinstall -d ${doc_dir}
+        xinstall -m 644 -W ${worksrcpath} \
+            ChangeLog \
+            LICENSE \
+            README \
+            ${doc_dir}
+        set examples_dir ${destroot}${prefix}/share/examples/${subport}
+        xinstall -d ${examples_dir}
+        xinstall -m 644 -W ${worksrcpath} demo.py ${examples_dir}
+    }
+
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   https://pypi.python.org/pypi/${_name}
+    livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
+}

Deleted: trunk/dports/python/py-python-poppler-qt4/Portfile
===================================================================
--- trunk/dports/python/py-python-poppler-qt4/Portfile	2015-03-11 22:29:54 UTC (rev 133804)
+++ trunk/dports/python/py-python-poppler-qt4/Portfile	2015-03-11 23:08:51 UTC (rev 133805)
@@ -1,56 +0,0 @@
-# -*- 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
-
-set _name           python-poppler-qt4
-set _n              [string index ${_name} 0]
-
-name                py-${_name}
-version             0.18.2
-platforms           darwin
-license             LGPL-2.1+
-maintainers         gmail.com:davide.liessi openmaintainer
-
-description         Python binding for Poppler-Qt4
-long_description    ${_name} is a Python binding for Poppler-Qt4.
-
-homepage            https://github.com/wbsoft/${_name}
-master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
-distname            ${_name}-${version}
-
-checksums           md5     124593f271a0fd513bc93838e2b66fef \
-                    rmd160  6b16a1b39af4ecc63c1faef8375551d9bded8faa \
-                    sha256  b1d176a0e34252f1ea822ccbfb29bd0b7becb7b1db794256da8bfe4e0e1e98f6
-
-python.versions     27 34
-
-if {${name} ne ${subport}} {
-    depends_build-append    port:pkgconfig
-
-    # Can use either py*-pyqt4 or py*-pyqt4-devel.
-    depends_lib-append      port:poppler-qt4-mac \
-                            port:qt4-mac \
-                            port:py${python.version}-sip \
-                            path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4
-
-    post-destroot {
-        set doc_dir ${destroot}${prefix}/share/doc/${subport}
-        xinstall -d ${doc_dir}
-        xinstall -m 644 -W ${worksrcpath} \
-            ChangeLog \
-            LICENSE \
-            README \
-            ${doc_dir}
-        set examples_dir ${destroot}${prefix}/share/examples/${subport}
-        xinstall -d ${examples_dir}
-        xinstall -m 644 -W ${worksrcpath} demo.py ${examples_dir}
-    }
-
-    livecheck.type  none
-} else {
-    livecheck.type  regex
-    livecheck.url   https://pypi.python.org/pypi/${_name}
-    livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
-}

Added: trunk/dports/python/py-python-poppler-qt4/Portfile
===================================================================
--- trunk/dports/python/py-python-poppler-qt4/Portfile	                        (rev 0)
+++ trunk/dports/python/py-python-poppler-qt4/Portfile	2015-03-11 23:08:51 UTC (rev 133805)
@@ -0,0 +1,17 @@
+# -*- 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-python-poppler-qt4
+version             0.18.2
+revision            1
+
+foreach i {26 27 32 33 34} {
+    subport py${i}-python-poppler-qt4 {}
+}
+
+replaced_by         [regsub -- {-python} [string map {26 27 32 34 33 34} ${subport}] {}]
+
+PortGroup           obsolete 1.0


Property changes on: trunk/dports/python/py-python-poppler-qt4/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/20150311/8c60c484/attachment.html>


More information about the macports-changes mailing list