[127281] trunk/dports/python
mmoll at macports.org
mmoll at macports.org
Fri Oct 24 12:38:26 PDT 2014
Revision: 127281
https://trac.macports.org/changeset/127281
Author: mmoll at macports.org
Date: 2014-10-24 12:38:26 -0700 (Fri, 24 Oct 2014)
Log Message:
-----------
replace py-pyplusplus with py-plusplusdevel, mark py-pyplusplus-devel as obsolete
Modified Paths:
--------------
trunk/dports/python/py-pyplusplus/Portfile
trunk/dports/python/py-pyplusplus-devel/Portfile
Modified: trunk/dports/python/py-pyplusplus/Portfile
===================================================================
--- trunk/dports/python/py-pyplusplus/Portfile 2014-10-24 19:31:43 UTC (rev 127280)
+++ trunk/dports/python/py-pyplusplus/Portfile 2014-10-24 19:38:26 UTC (rev 127281)
@@ -4,29 +4,25 @@
PortGroup python 1.0
name py-pyplusplus
-version 1.0.0
+version 20140721
+python.versions 27 34
categories-append devel
+maintainers mmoll openmaintainer
license Boost-1
-maintainers nomaintainer
-
-description Py++ is an framework for creating a code generator for Boost.Python library and ctypes package
+description Py++ is a framework for creating a code generator for Boost.Python library and ctypes package
long_description ${description}
-
platforms darwin
supported_archs noarch
+homepage http://sourceforge.net/projects/pygccxml/
+master_sites https://bitbucket.org/ompl/pyplusplus/downloads/
+checksums rmd160 b3bb7424bf0b13baffcc3d87b4ef113a46502b35 \
+ sha256 d2b5badb43c245553911b9838bcc6541b83c173522f77afaab3a6043a2cfac84
+distname pyplusplus-r1247
+extract.suffix .tgz
+worksrcdir pyplusplus
-homepage http://www.language-binding.net/pyplusplus/pyplusplus.html
-master_sites sourceforge:pygccxml
-use_zip yes
-distname pyplusplus-${version}
-worksrcdir Py++-${version}
-
-checksums md5 4997f61fa27a432e36fa0142dc3dc06c \
- sha1 35acbb96bde893b17d449e857e9b1009a41e8938 \
- rmd160 7a763d1ee504f2f07941bb85b3031903249dd6b3
-
-python.versions 26
-
-if {$subport ne $name} {
- depends_lib port:py${python.version}-pygccxml
+if {${name} ne ${subport}} {
+ depends_lib port:py${python.version}-pygccxml
}
+
+livecheck.type none
Modified: trunk/dports/python/py-pyplusplus-devel/Portfile
===================================================================
--- trunk/dports/python/py-pyplusplus-devel/Portfile 2014-10-24 19:31:43 UTC (rev 127280)
+++ trunk/dports/python/py-pyplusplus-devel/Portfile 2014-10-24 19:38:26 UTC (rev 127281)
@@ -1,28 +1,9 @@
# $Id$
PortSystem 1.0
-PortGroup python 1.0
+replaced_by py-pyplusplus
+PortGroup obsolete 1.0
name py-pyplusplus-devel
version 20140721
-python.versions 27 34
-categories-append devel
-maintainers mmoll openmaintainer
-license Boost-1
-description Py++ is an framework for creating a code generator for Boost.Python library and ctypes package
-long_description ${description}
-platforms darwin
-supported_archs noarch
-homepage http://sourceforge.net/projects/pygccxml/
-master_sites https://bitbucket.org/ompl/pyplusplus/downloads/
-checksums rmd160 b3bb7424bf0b13baffcc3d87b4ef113a46502b35 \
- sha256 d2b5badb43c245553911b9838bcc6541b83c173522f77afaab3a6043a2cfac84
-distname pyplusplus-r1247
-extract.suffix .tgz
-worksrcdir pyplusplus
-
-if {${name} ne ${subport}} {
- depends_lib port:py${python.version}-pygccxml
-}
-
-livecheck.type none
+maintainers nomaintainer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141024/fd122d2d/attachment.html>
More information about the macports-changes
mailing list