[97191] trunk/dports/python
eborisch at macports.org
eborisch at macports.org
Wed Aug 29 10:56:16 PDT 2012
Revision: 97191
https://trac.macports.org/changeset/97191
Author: eborisch at macports.org
Date: 2012-08-29 10:56:13 -0700 (Wed, 29 Aug 2012)
Log Message:
-----------
py27-winpdb: New port
Added Paths:
-----------
trunk/dports/python/py-winpdb/
trunk/dports/python/py-winpdb/Portfile
Added: trunk/dports/python/py-winpdb/Portfile
===================================================================
--- trunk/dports/python/py-winpdb/Portfile (rev 0)
+++ trunk/dports/python/py-winpdb/Portfile 2012-08-29 17:56:13 UTC (rev 97191)
@@ -0,0 +1,43 @@
+# -*- 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-winpdb
+version 1.4.8
+revision 0
+python.versions 27
+python.default_version 27
+platforms darwin
+categories python
+license GPL
+maintainers macports.org:eborisch \
+ openmaintainer
+description Winpdb is a platform independent python debugger.
+
+long_description Winpdb is a platform independent GPL Python debugger \
+ with support for multiple threads, namespace \
+ modification, embedded debugging, encrypted \
+ communication and is up to 20 times faster than pdb. \
+ Winpdb is being developed by Nir Aides since 2005.
+
+
+homepage http://code.google.com/p/winpdb/
+master_sites http://winpdb.googlecode.com/files/
+distname winpdb-${version}
+
+# py-wxpython-devel is not universal
+universal_variant no
+
+checksums \
+ rmd160 67e900708c3cc0e6e52eac9c858ae029d8f50b67 \
+ sha256 daa146446d0a04fec93ee951ba3432016c6b63108711c036124902928968776e
+
+if {$subport != $name } {
+ depends_lib-append port:py${python.version}-wxpython-devel \
+ port:py${python.version}-cython
+}
+
+livecheck.regex {winpdb-(\d+(?:\.\d+)*).tar.gz}
+
Property changes on: trunk/dports/python/py-winpdb/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120829/72aa3648/attachment.html>
More information about the macports-changes
mailing list