[149686] trunk/dports/_resources/port1.0/group
jmr at macports.org
jmr at macports.org
Wed Jun 29 07:02:31 PDT 2016
Revision: 149686
https://trac.macports.org/changeset/149686
Author: jmr at macports.org
Date: 2016-06-29 07:02:31 -0700 (Wed, 29 Jun 2016)
Log Message:
-----------
remove obsolete python portgroups
Removed Paths:
-------------
trunk/dports/_resources/port1.0/group/python25-1.0.tcl
trunk/dports/_resources/port1.0/group/python26-1.0.tcl
trunk/dports/_resources/port1.0/group/python27-1.0.tcl
Deleted: trunk/dports/_resources/port1.0/group/python25-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python25-1.0.tcl 2016-06-29 13:48:10 UTC (rev 149685)
+++ trunk/dports/_resources/port1.0/group/python25-1.0.tcl 2016-06-29 14:02:31 UTC (rev 149686)
@@ -1,66 +0,0 @@
-# et:ts=4
-# python25-1.0.tcl
-#
-# $Id$
-#
-# Copyright (c) 2007 Markus W. Weissman <mww at macports.org>,
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-#
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. Neither the name of Apple Computer, Inc. nor the names of its
-# contributors may be used to endorse or promote products derived from
-# this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-
-pre-fetch {
- ui_error "The $name port is using the obsolete 'python25'\
-PortGroup. The maintainer should switch to the 'python' PortGroup."
- error "obsolete PortGroup"
-}
-
-set python.branch 2.5
-set python.bin ${prefix}/bin/python${python.branch}
-set python.lib ${prefix}/lib/libpython${python.branch}.dylib
-set python.libdir ${prefix}/lib/python${python.branch}
-set python.pkgd ${prefix}/lib/python${python.branch}/site-packages
-set python.include ${prefix}/include/python${python.branch}
-
-categories python
-
-dist_subdir python
-
-# we want the default universal variant added despite not using configure
-use_configure no
-universal_variant yes
-
-build.cmd ${python.bin} setup.py --no-user-cfg
-build.target build
-options python.add_archflags
-default python.add_archflags yes
-
-destroot.cmd ${python.bin} setup.py --no-user-cfg
-destroot.destdir --prefix=${prefix} --root=${destroot}
-
-options python.move_binaries python.move_binaries_suffix
-default python.move_binaries yes
-default python.move_binaries_suffix {-${python.branch}}
Deleted: trunk/dports/_resources/port1.0/group/python26-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python26-1.0.tcl 2016-06-29 13:48:10 UTC (rev 149685)
+++ trunk/dports/_resources/port1.0/group/python26-1.0.tcl 2016-06-29 14:02:31 UTC (rev 149686)
@@ -1,67 +0,0 @@
-# et:ts=4
-# python26-1.0.tcl
-#
-# $Id$
-#
-# Copyright (c) 2008 The MacPorts Project,
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-#
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. Neither the name of Apple Computer, Inc. nor the names of its
-# contributors may be used to endorse or promote products derived from
-# this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-
-pre-fetch {
- ui_error "The $name port is using the obsolete 'python26'\
-PortGroup. The maintainer should switch to the 'python' PortGroup."
- error "obsolete PortGroup"
-}
-
-set python.branch 2.6
-set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch}
-set python.bin ${python.prefix}/bin/python${python.branch}
-set python.lib ${python.prefix}/Python
-set python.libdir ${python.prefix}/lib/python${python.branch}
-set python.pkgd ${python.prefix}/lib/python${python.branch}/site-packages
-set python.include ${python.prefix}/include/python${python.branch}
-
-categories python
-
-dist_subdir python
-
-# we want the default universal variant added despite not using configure
-use_configure no
-universal_variant yes
-
-build.cmd ${python.bin} setup.py --no-user-cfg
-build.target build
-options python.add_archflags
-default python.add_archflags yes
-
-destroot.cmd ${python.bin} setup.py --no-user-cfg
-destroot.destdir --prefix=${python.prefix} --root=${destroot}
-
-options python.link_binaries python.link_binaries_suffix
-default python.link_binaries yes
-default python.link_binaries_suffix {-${python.branch}}
Deleted: trunk/dports/_resources/port1.0/group/python27-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python27-1.0.tcl 2016-06-29 13:48:10 UTC (rev 149685)
+++ trunk/dports/_resources/port1.0/group/python27-1.0.tcl 2016-06-29 14:02:31 UTC (rev 149686)
@@ -1,67 +0,0 @@
-# et:ts=4
-# python27-1.0.tcl
-#
-# $Id$
-#
-# Copyright (c) 2010 The MacPorts Project,
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-#
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. Neither the name of Apple Computer, Inc. nor the names of its
-# contributors may be used to endorse or promote products derived from
-# this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-
-pre-fetch {
- ui_error "The $name port is using the obsolete 'python27'\
-PortGroup. The maintainer should switch to the 'python' PortGroup."
- error "obsolete PortGroup"
-}
-
-set python.branch 2.7
-set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch}
-set python.bin ${python.prefix}/bin/python${python.branch}
-set python.lib ${python.prefix}/Python
-set python.libdir ${python.prefix}/lib/python${python.branch}
-set python.pkgd ${python.prefix}/lib/python${python.branch}/site-packages
-set python.include ${python.prefix}/include/python${python.branch}
-
-categories python
-
-dist_subdir python
-
-# we want the default universal variant added despite not using configure
-use_configure no
-universal_variant yes
-
-build.cmd ${python.bin} setup.py --no-user-cfg
-build.target build
-options python.add_archflags
-default python.add_archflags yes
-
-destroot.cmd ${python.bin} setup.py --no-user-cfg
-destroot.destdir --prefix=${python.prefix} --root=${destroot}
-
-options python.link_binaries python.link_binaries_suffix
-default python.link_binaries yes
-default python.link_binaries_suffix {-${python.branch}}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160629/810ae97f/attachment.html>
More information about the macports-changes
mailing list