[91813] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Apr 11 01:55:06 PDT 2012


Revision: 91813
          https://trac.macports.org/changeset/91813
Author:   jmr at macports.org
Date:     2012-04-11 01:55:05 -0700 (Wed, 11 Apr 2012)
Log Message:
-----------
py-gdbm, py-tkinter: set maintainers per subport

Modified Paths:
--------------
    trunk/dports/python/py-gdbm/Portfile
    trunk/dports/python/py-tkinter/Portfile

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2012-04-11 06:59:02 UTC (rev 91812)
+++ trunk/dports/python/py-gdbm/Portfile	2012-04-11 08:55:05 UTC (rev 91813)
@@ -20,12 +20,14 @@
 set setup_py "setup.py"
 set cfile "gdbmmodule.c"
 subport py24-gdbm {
+    maintainers     fourdigits.nl:roel openmaintainer
     use_bzip2		yes
     checksums		sha1 cb1972a554a458f6a26d3e047b359251865d7c96 \
                     rmd160 0687989193dec2ac108142759281be7ddcf7f31e
     livecheck.regex	Python (2.4.\[0-9\]+)
 }
 subport py25-gdbm {
+    maintainers     jwa openmaintainer
     version         2.5.6
     use_bzip2		yes
     checksums		sha1 29f6dd41bf09c5e04311b367cbb7604fa016e699 \
@@ -33,6 +35,7 @@
     livecheck.regex	Python (2.5.\[0-9\]+)
 }
 subport py26-gdbm {
+    maintainers     mcalhoun openmaintainer
     version         2.6.7
     use_bzip2		yes
     checksums		sha1 5d35eb746e85fb3deaff8518448137c9b9fb6daa \
@@ -40,6 +43,7 @@
     livecheck.regex	Python (2.6.\[0-9\]+)
 }
 subport py27-gdbm {
+    maintainers     jwa openmaintainer
     version         2.7.2
     # consider changing to xz with next release (in sync with python27)
     use_bzip2		yes
@@ -48,6 +52,7 @@
     livecheck.regex	Python (2.7.\[0-9\]+)
 }
 subport py31-gdbm {
+    maintainers     erickt openmaintainer
     version         3.1.4
     use_xz		    yes
     checksums		sha1 e5767a4fc92433816451de75c8721f2e1a81f6ea \
@@ -57,6 +62,7 @@
     livecheck.regex	Python (3.1.\[0-9\]+)
 }
 subport py32-gdbm {
+    maintainers     jwa openmaintainer
     version         3.2.2
     # consider changing to xz with next release (in sync with python32)
     use_bzip2		yes

Modified: trunk/dports/python/py-tkinter/Portfile
===================================================================
--- trunk/dports/python/py-tkinter/Portfile	2012-04-11 06:59:02 UTC (rev 91812)
+++ trunk/dports/python/py-tkinter/Portfile	2012-04-11 08:55:05 UTC (rev 91813)
@@ -8,7 +8,7 @@
 categories		python graphics
 license			PSF
 platforms		darwin
-maintainers		jwa mcalhoun erickt singingwolfboy fourdigits.nl:roel openmaintainer
+maintainers		nomaintainer
 description		Python bindings to the Tk widget set
 long_description	${description}
 
@@ -19,6 +19,7 @@
 set extract_files "Modules/_tkinter.c Modules/tkappinit.c"
 set module_name Tkinter
 subport py24-tkinter {
+    maintainers fourdigits.nl:roel openmaintainer
     homepage    http://docs.python.org/release/2.4.4/lib/module-Tkinter.html
     checksums   md5 76083277f6c7e4d78992f36d7ad9018d \
                 sha1 cb1972a554a458f6a26d3e047b359251865d7c96 \
@@ -26,6 +27,7 @@
     use_bzip2   yes
 }
 subport py25-tkinter {
+    maintainers jwa openmaintainer
     version     2.5.6
     homepage    http://docs.python.org/release/2.5.4/lib/module-Tkinter.html
     checksums   md5 5d45979c5f30fb2dd5f067c6b06b88e4 \
@@ -34,6 +36,7 @@
     use_bzip2   yes
 }
 subport py26-tkinter {
+    maintainers mcalhoun openmaintainer
     version     2.6.7
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
     checksums   md5 d40ef58ed88438a870bbeb0ac5d4217b \
@@ -42,6 +45,7 @@
     use_bzip2   yes
 }
 subport py27-tkinter {
+    maintainers jwa singingwolfboy openmaintainer
     version     2.7.2
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
     checksums   md5 ba7b2f11ffdbf195ee0d111b9455a5bd \
@@ -52,6 +56,7 @@
     append extract_files " Modules/tkinter.h"
 }
 subport py31-tkinter {
+    maintainers erickt openmaintainer
     version     3.1.4
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
     checksums   md5 dcd128e69f8ee239182b54e33313aac7 \
@@ -62,6 +67,7 @@
     set module_name tkinter
 }
 subport py32-tkinter {
+    maintainers jwa openmaintainer
     version     3.2.2
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
     checksums   md5 9d763097a13a59ff53428c9e4d098a05 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120411/7555650f/attachment.html>


More information about the macports-changes mailing list