[132950] trunk/dports/python/py-python-poppler-qt4
larryv at macports.org
larryv at macports.org
Sun Feb 15 14:35:23 PST 2015
Revision: 132950
https://trac.macports.org/changeset/132950
Author: larryv at macports.org
Date: 2015-02-15 14:35:23 -0800 (Sun, 15 Feb 2015)
Log Message:
-----------
py-python-poppler-qt4: Revert r132349, which dropped history
Revision Links:
--------------
https://trac.macports.org/changeset/132349
Added Paths:
-----------
trunk/dports/python/py-python-poppler-qt4/Portfile
Removed Paths:
-------------
trunk/dports/python/py-python-poppler-qt4/Portfile
Deleted: trunk/dports/python/py-python-poppler-qt4/Portfile
===================================================================
--- trunk/dports/python/py-python-poppler-qt4/Portfile 2015-02-15 22:22:12 UTC (rev 132949)
+++ trunk/dports/python/py-python-poppler-qt4/Portfile 2015-02-15 22:35:23 UTC (rev 132950)
@@ -1,44 +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
-PortGroup github 1.0
-
-github.setup wbsoft python-poppler-qt4 0.18.2 v
-
-name py-${github.project}
-platforms darwin
-license LGPL-2.1+
-maintainers gmail.com:davide.liessi openmaintainer
-
-description Python binding for Poppler-Qt4
-long_description ${github.project} is a Python binding for Poppler-Qt4.
-
-checksums 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}
- }
-}
Copied: trunk/dports/python/py-python-poppler-qt4/Portfile (from rev 132348, 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-02-15 22:35:23 UTC (rev 132950)
@@ -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
+PortGroup github 1.0
+
+github.setup wbsoft python-poppler-qt4 0.18.2 v
+name py-${github.project}
+python.versions 27 34
+maintainers gmail.com:davide.liessi openmaintainer
+description Python binding for Poppler-Qt4
+long_description ${github.project} is a Python binding for Poppler-Qt4.
+platforms darwin
+license LGPL-2.1+
+
+checksums rmd160 f1dda7e851a9cc7dcb9eb39e835395fcd9039a89 \
+ sha256 bb3ec0f6154903911d759e0d95f6b4b68b8fed39831f1590b4962f012e6453d8
+
+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 \
+ path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4 \
+ port:py${python.version}-sip
+
+ 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}
+ }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150215/ede2ae67/attachment.html>
More information about the macports-changes
mailing list