[144846] trunk/dports/python

sean at macports.org sean at macports.org
Tue Jan 19 15:42:14 PST 2016


Revision: 144846
          https://trac.macports.org/changeset/144846
Author:   sean at macports.org
Date:     2016-01-19 15:42:14 -0800 (Tue, 19 Jan 2016)
Log Message:
-----------
py-uncompyle6: add new port for trepan

Added Paths:
-----------
    trunk/dports/python/py-uncompyle6/
    trunk/dports/python/py-uncompyle6/Portfile

Added: trunk/dports/python/py-uncompyle6/Portfile
===================================================================
--- trunk/dports/python/py-uncompyle6/Portfile	                        (rev 0)
+++ trunk/dports/python/py-uncompyle6/Portfile	2016-01-19 23:42:14 UTC (rev 144846)
@@ -0,0 +1,27 @@
+# -*- 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        rocky python-uncompyle6 2.1.3 release-
+name                py-uncompyle6
+categories-append   devel
+platforms           darwin
+supported_archs     noarch
+license             GPL-3+
+maintainers         nomaintainer
+
+description         A Python decompiler, disassembler and cross-version bytecode library
+long_description    ${description}
+
+checksums           rmd160  5db31756cd957fd3f663c610f5a6e2b229c21455 \
+                    sha256  98ab1a2e18ac8c132e6bcca4cd6b45ae6e176dfe779c6d6d683bcac3077fa4ca
+
+python.versions     27
+
+if {${subport} ne ${name}} {
+    depends_lib-append  port:py${python.version}-setuptools
+    livecheck.type      none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160119/2789a57e/attachment.html>


More information about the macports-changes mailing list