[102777] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Thu Feb 7 20:18:33 PST 2013


Revision: 102777
          https://trac.macports.org/changeset/102777
Author:   ryandesign at macports.org
Date:     2013-02-07 20:18:33 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
py-mingus: unify; add py27 subport; license GPL-3+; supported_archs noarch; use googlecode fetchgroup; add modeline

Modified Paths:
--------------
    trunk/dports/python/py-mingus/Portfile

Added Paths:
-----------
    trunk/dports/python/py-mingus/

Removed Paths:
-------------
    trunk/dports/python/py26-mingus/

Modified: trunk/dports/python/py-mingus/Portfile
===================================================================
--- trunk/dports/python/py26-mingus/Portfile	2013-02-08 04:11:07 UTC (rev 102776)
+++ trunk/dports/python/py-mingus/Portfile	2013-02-08 04:18:33 UTC (rev 102777)
@@ -1,12 +1,16 @@
+# -*- 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  python26 1.0
+PortGroup           python 1.0
 
-name                py26-mingus
+name                py-mingus
 version             0.4.2.3
 categories-append   audio
 maintainers         nomaintainer
+license             GPL-3+
+supported_archs     noarch
+
 description         Music package for Python
 long_description \
     mingus is a package for Python used by programmers, musicians, composers \
@@ -14,12 +18,21 @@
     music theory, which includes topics like intervals, chords, scales and \
     progressions.
 
+python.versions     26 27
+
 platforms           darwin
 
 homepage            http://mingus.googlecode.com/
-master_sites        http://mingus.googlecode.com/files/
+master_sites        googlecode:mingus
 distname            mingus-${version}
 
+# can remove with next version update
+dist_subdir         python
+
 checksums           md5     ef1c3a9a2b4e39806018988c62413328 \
                     sha1    ffbd12d53375f95966e3d00474af75d28a9acbf1 \
                     rmd160  c8dc63b0b1b4e3d0b1417c71c27ef2fd2e15a68a
+
+if {${name} != ${subport}} {
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/1b7dc25d/attachment.html>


More information about the macports-changes mailing list