[130963] trunk/dports/python/py25-pydb/Portfile

larryv at macports.org larryv at macports.org
Sat Jan 3 22:59:41 PST 2015


Revision: 130963
          https://trac.macports.org/changeset/130963
Author:   larryv at macports.org
Date:     2015-01-03 22:59:41 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
py25-pydb: Replace with py27-trepan

Trepan is the rewrite of pydb.

Modified Paths:
--------------
    trunk/dports/python/py25-pydb/Portfile

Modified: trunk/dports/python/py25-pydb/Portfile
===================================================================
--- trunk/dports/python/py25-pydb/Portfile	2015-01-04 06:59:39 UTC (rev 130962)
+++ trunk/dports/python/py25-pydb/Portfile	2015-01-04 06:59:41 UTC (rev 130963)
@@ -5,47 +5,14 @@
 
 name                py25-pydb
 version             1.25
-revision            1
+revision            2
 categories          python
 license             GPL-2+
-maintainers         macfreek.nl:software openmaintainer
 description         Extended Python debugger
 long_description    pydb is an expanded version of the Python debugger loosely \
                     based on the gdb command set. To use pydb in a GUI, also \
                     install the ddd packages, and run "ddd --pydb"
 homepage            http://bashdb.sourceforge.net/pydb/
 
-platforms           darwin
-supported_archs     noarch
-
-master_sites        sourceforge:bashdb
-distname            pydb-${version}
-use_bzip2           yes
-
-checksums           md5 a4b3005f92521461eb55663a1b8d1642 \
-                    sha1 c9c85d3c3003d7d2feebc081bb71bf5649d3e09c \
-                    rmd160 aebba569564dac9415ef6fc3b16f32f3157d1ce3
-
-depends_lib         port:python25
-
-patchfiles          patch-Makefile.in.diff
-
-# Install binaries and man pages in a different location to avoid conflict
-#    with other Python versions
-set python_prefix   ${frameworks_dir}/Python.framework/Versions/2.5
-configure.pre_args  --prefix=${python_prefix}
-
-configure.python    ${prefix}/bin/python2.5
-
-# python2.5 gives the incorrect location of site-packages (see #16334).
-configure.args      --with-site-packages=${prefix}/lib/python2.5
-
-post-destroot {
-    # Install binaries and man pages with version appended.
-    foreach fl [glob -tails -directory ${destroot}${python_prefix}/bin *] {
-        ln -s ${python_prefix}/bin/${fl} ${destroot}${prefix}/bin/${fl}-2.5
-    }
-    foreach fl {pydb} {
-        ln -s ${python_prefix}/share/man/man1/${fl}.1 ${destroot}${prefix}/share/man/man1/${fl}-2.5.1
-    }
-}
+replaced_by         py27-trepan
+PortGroup           obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150103/171b7c7f/attachment.html>


More information about the macports-changes mailing list