You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(57) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(44) |
Feb
(151) |
Mar
(131) |
Apr
(171) |
May
(125) |
Jun
(43) |
Jul
(26) |
Aug
(19) |
Sep
(10) |
Oct
|
Nov
(4) |
Dec
(28) |
2004 |
Jan
(134) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <de...@us...> - 2003-05-09 19:38:15
|
Update of /cvsroot/pymerase/pymerase/debian In directory sc8-pr-cvs1:/tmp/cvs-serv23723 Removed Files: pymerase-doc.docs Log Message: renamed python-docs to python-examples, as a different tree will become pymerase-docs --- pymerase-doc.docs DELETED --- |
From: <de...@us...> - 2003-05-09 19:13:50
|
Update of /cvsroot/pymerase/pymerase/debian In directory sc8-pr-cvs1:/tmp/cvs-serv22990 Added Files: pymerase-examples.docs python2.2-pymerase.docs python2.2-pymerase.manpages Log Message: add better support for docs for pymerase pacakges --- NEW FILE: pymerase-examples.docs --- debian/tmp/usr/share/doc/pymerase --- NEW FILE: python2.2-pymerase.docs --- INSTALL README --- NEW FILE: python2.2-pymerase.manpages --- man/pymerase.1 |
From: <de...@us...> - 2003-05-09 19:11:53
|
Update of /cvsroot/pymerase/pymerase/debian In directory sc8-pr-cvs1:/tmp/cvs-serv22142 Modified Files: changelog control copyright rules Log Message: cleanup debian package control files for lintian Index: changelog =================================================================== RCS file: /cvsroot/pymerase/pymerase/debian/changelog,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** changelog 27 Feb 2003 01:57:03 -0000 1.1 --- changelog 9 May 2003 19:11:49 -0000 1.2 *************** *** 1,2 **** --- 1,20 ---- + pymerase (0.1.99.0-4) woldlab; urgency=low + + * Change dependencies to pull in database tools + + -- Diane Trout <di...@ca...> Thu, 8 May 2003 19:13:40 -0700 + + pymerase (0.1.99.0-3) woldlab; urgency=low + + * try and get the install instructions installed + + -- Diane Trout <di...@ca...> Wed, 7 May 2003 18:04:18 -0700 + + pymerase (0.1.99.0-2) woldlab; urgency=low + + * completed UML support, now lets see if this works + + -- Diane Trout <di...@ca...> Wed, 7 May 2003 17:31:24 -0700 + pymerase (0.1-1) woldlab; urgency=low Index: control =================================================================== RCS file: /cvsroot/pymerase/pymerase/debian/control,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** control 27 Feb 2003 01:57:03 -0000 1.1 --- control 9 May 2003 19:11:50 -0000 1.2 *************** *** 1,21 **** Source: pymerase ! Section: unknown Priority: optional Maintainer: Diane Trout <di...@ca...> Build-Depends: debhelper (>> 3.0.0) ! Standards-Version: 3.5.2 ! Package: pymerase-doc ! Architecture: any ! Depends: ${shlibs:Depends} ! Description: Documentation and examples for pymerase * Pymerase provides a set of tools for constructing the glue code to serialize python objects into a relational database. . ! * It also has tools to create GUIs to interact with those objects as well. Package: python2.2-pymerase ! Architecture: any ! Depends: ${shlibs:Depends}, python2.2 Description: Pymerase helps construct object-relational bridges * Pymerase provides a set of tools for constructing the glue code to --- 1,21 ---- Source: pymerase ! Section: python Priority: optional Maintainer: Diane Trout <di...@ca...> Build-Depends: debhelper (>> 3.0.0) ! Standards-Version: 3.5.9 ! Package: pymerase-examples ! Architecture: all ! Description: illustrate the various ways to use pymerase * Pymerase provides a set of tools for constructing the glue code to serialize python objects into a relational database. . ! * This package contains examples we've written for testing pymerase Package: python2.2-pymerase ! Architecture: all ! Depends: python, python2.2 (>= 2.2.2), python2.2-egenix-mxdatetime, python-pygresql (>= 7.3) ! Recommends: smw Description: Pymerase helps construct object-relational bridges * Pymerase provides a set of tools for constructing the glue code to Index: copyright =================================================================== RCS file: /cvsroot/pymerase/pymerase/debian/copyright,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** copyright 27 Feb 2003 01:57:03 -0000 1.1 --- copyright 9 May 2003 19:11:50 -0000 1.2 *************** *** 2,7 **** Tue, 25 Feb 2003 17:06:25 -0800. ! Upstream Author(s): Diane Trout <di...@ca...>, ! Brandon King <ki...@ca...> Copyright: --- 2,7 ---- Tue, 25 Feb 2003 17:06:25 -0800. ! Upstream Authors: Diane Trout <di...@ca...>, ! Brandon King <ki...@ca...> Copyright: Index: rules =================================================================== RCS file: /cvsroot/pymerase/pymerase/debian/rules,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rules 27 Feb 2003 01:57:03 -0000 1.1 --- rules 9 May 2003 19:11:50 -0000 1.2 *************** *** 55,59 **** binary-indep: build install # We have nothing to do by default. - dh_installdocs --sourcedir=debian/tmp/usr/share/doc/pymerase # Build architecture-dependent files here. --- 55,58 ---- *************** *** 63,66 **** --- 62,67 ---- # dh_installdebconf dh_installexamples + dh_installdocs + dh_installchangelogs dh_installmenu # dh_installlogrotate |
Update of /cvsroot/pymerase/pymerase/pymerase/output/webUtil/templates In directory sc8-pr-cvs1:/tmp/cvs-serv21758/output/webUtil/templates Modified Files: MainMenu.py Session.py Table.py config.py login.py setup.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: MainMenu.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/templates/MainMenu.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MainMenu.py 15 Aug 2002 00:09:21 -0000 1.4 --- MainMenu.py 9 May 2003 19:11:03 -0000 1.5 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: Session.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/templates/Session.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Session.py 15 Aug 2002 00:09:21 -0000 1.3 --- Session.py 9 May 2003 19:11:03 -0000 1.4 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: Table.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/templates/Table.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Table.py 30 Oct 2002 00:11:46 -0000 1.7 --- Table.py 9 May 2003 19:11:03 -0000 1.8 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: config.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/templates/config.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config.py 15 Aug 2002 00:09:21 -0000 1.3 --- config.py 9 May 2003 19:11:03 -0000 1.4 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: login.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/templates/login.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** login.py 15 Aug 2002 00:09:21 -0000 1.3 --- login.py 9 May 2003 19:11:03 -0000 1.4 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: setup.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/templates/setup.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** setup.py 15 Aug 2002 00:09:21 -0000 1.3 --- setup.py 9 May 2003 19:11:03 -0000 1.4 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- |
From: <de...@us...> - 2003-05-09 19:11:07
|
Update of /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets In directory sc8-pr-cvs1:/tmp/cvs-serv21758/output/PyTkWidgets Modified Files: __init__.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: __init__.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 12 Dec 2002 21:23:56 -0000 1.1 --- __init__.py 9 May 2003 19:11:02 -0000 1.2 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- |
From: <de...@us...> - 2003-05-09 19:11:07
|
Update of /cvsroot/pymerase/pymerase/pymerase/output/webUtil In directory sc8-pr-cvs1:/tmp/cvs-serv21758/output/webUtil Modified Files: CodeUtil.py HTMLUtil.py SessionUtil.py __init__.py makePackage.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: CodeUtil.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/CodeUtil.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** CodeUtil.py 5 Feb 2003 22:53:18 -0000 1.17 --- CodeUtil.py 9 May 2003 19:11:03 -0000 1.18 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: HTMLUtil.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/HTMLUtil.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** HTMLUtil.py 15 Aug 2002 00:09:21 -0000 1.10 --- HTMLUtil.py 9 May 2003 19:11:03 -0000 1.11 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: SessionUtil.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/SessionUtil.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SessionUtil.py 15 Aug 2002 00:09:21 -0000 1.3 --- SessionUtil.py 9 May 2003 19:11:03 -0000 1.4 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: __init__.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/__init__.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** __init__.py 15 Aug 2002 00:09:21 -0000 1.3 --- __init__.py 9 May 2003 19:11:03 -0000 1.4 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: makePackage.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/makePackage.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** makePackage.py 5 Feb 2003 22:53:18 -0000 1.8 --- makePackage.py 9 May 2003 19:11:03 -0000 1.9 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- |
From: <de...@us...> - 2003-05-09 19:11:07
|
Update of /cvsroot/pymerase/pymerase/pymerase/output/dbAPI In directory sc8-pr-cvs1:/tmp/cvs-serv21758/output/dbAPI Modified Files: dbAPI.py fkeyTypes.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: dbAPI.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/dbAPI/dbAPI.py,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** dbAPI.py 9 Apr 2003 00:08:47 -0000 1.23 --- dbAPI.py 9 May 2003 19:11:03 -0000 1.24 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: fkeyTypes.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/dbAPI/fkeyTypes.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** fkeyTypes.py 14 Dec 2002 02:23:14 -0000 1.3 --- fkeyTypes.py 9 May 2003 19:11:03 -0000 1.4 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- |
Update of /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib In directory sc8-pr-cvs1:/tmp/cvs-serv21758/output/PyTkWidgets/lib Modified Files: NavBar.py SaveWidget.py ValidatingEntry.py __init__.py dbSession.py modes.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: NavBar.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/NavBar.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NavBar.py 11 Feb 2003 02:49:47 -0000 1.2 --- NavBar.py 9 May 2003 19:11:03 -0000 1.3 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: SaveWidget.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/SaveWidget.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SaveWidget.py 13 Jan 2003 23:48:49 -0000 1.2 --- SaveWidget.py 9 May 2003 19:11:03 -0000 1.3 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: ValidatingEntry.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/ValidatingEntry.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ValidatingEntry.py 3 Jan 2003 23:25:43 -0000 1.1 --- ValidatingEntry.py 9 May 2003 19:11:03 -0000 1.2 *************** *** 1,3 **** - #!/usr/bin/env python from Tkinter import * --- 1,2 ---- Index: __init__.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 3 Jan 2003 23:23:46 -0000 1.1 --- __init__.py 9 May 2003 19:11:03 -0000 1.2 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: dbSession.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/dbSession.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** dbSession.py 30 Jan 2003 00:48:21 -0000 1.5 --- dbSession.py 9 May 2003 19:11:03 -0000 1.6 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: modes.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/modes.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** modes.py 31 Jan 2003 19:33:27 -0000 1.1 --- modes.py 9 May 2003 19:11:03 -0000 1.2 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- |
Update of /cvsroot/pymerase/pymerase/pymerase/util In directory sc8-pr-cvs1:/tmp/cvs-serv21758/util Modified Files: PymeraseType.py Warnings.py __init__.py fk_util.py iPymeraseUtil.py output.py xor_string.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: PymeraseType.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/util/PymeraseType.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** PymeraseType.py 7 May 2003 21:51:16 -0000 1.13 --- PymeraseType.py 9 May 2003 19:11:03 -0000 1.14 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: Warnings.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/util/Warnings.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Warnings.py 19 Nov 2002 00:50:45 -0000 1.4 --- Warnings.py 9 May 2003 19:11:04 -0000 1.5 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: __init__.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/util/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 15 Aug 2002 00:09:21 -0000 1.2 --- __init__.py 9 May 2003 19:11:04 -0000 1.3 *************** *** 1,3 **** - #!/usr/bin/env python # # Copyright 2001, California Institute of Technology. --- 1,2 ---- Index: fk_util.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/util/fk_util.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** fk_util.py 15 Aug 2002 00:09:21 -0000 1.3 --- fk_util.py 9 May 2003 19:11:04 -0000 1.4 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: iPymeraseUtil.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/util/iPymeraseUtil.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** iPymeraseUtil.py 11 Feb 2003 02:26:55 -0000 1.4 --- iPymeraseUtil.py 9 May 2003 19:11:04 -0000 1.5 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: output.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/util/output.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** output.py 15 Aug 2002 00:09:21 -0000 1.2 --- output.py 9 May 2003 19:11:04 -0000 1.3 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: xor_string.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/util/xor_string.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** xor_string.py 12 Dec 2002 17:55:25 -0000 1.4 --- xor_string.py 9 May 2003 19:11:04 -0000 1.5 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- |
From: <de...@us...> - 2003-05-09 19:11:06
|
Update of /cvsroot/pymerase/pymerase/pymerase/output/PythonAPI In directory sc8-pr-cvs1:/tmp/cvs-serv21758/output/PythonAPI Modified Files: API.py fkeyTypes.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: API.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PythonAPI/API.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** API.py 15 Aug 2002 00:49:19 -0000 1.1 --- API.py 9 May 2003 19:11:03 -0000 1.2 *************** *** 1,3 **** - #!/usr/bin/env python2 ########################################################################### # # --- 1,2 ---- Index: fkeyTypes.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PythonAPI/fkeyTypes.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fkeyTypes.py 15 Aug 2002 00:49:19 -0000 1.1 --- fkeyTypes.py 9 May 2003 19:11:03 -0000 1.2 *************** *** 1,3 **** - #!/usr/bin/env python2 ########################################################################### # # --- 1,2 ---- |
From: <de...@us...> - 2003-05-09 19:11:06
|
Update of /cvsroot/pymerase/pymerase/pymerase/input In directory sc8-pr-cvs1:/tmp/cvs-serv21758/input Modified Files: parseXMI.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: parseXMI.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/input/parseXMI.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** parseXMI.py 7 May 2003 21:50:41 -0000 1.17 --- parseXMI.py 9 May 2003 19:11:02 -0000 1.18 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- |
From: <de...@us...> - 2003-05-09 19:10:13
|
Update of /cvsroot/pymerase/pymerase/pymerase In directory sc8-pr-cvs1:/tmp/cvs-serv21393 Modified Files: __init__.py Log Message: Removed #! script header for modules Changed version number Index: __init__.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/__init__.py,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** __init__.py 4 Apr 2003 03:16:26 -0000 1.33 --- __init__.py 9 May 2003 19:10:07 -0000 1.34 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- *************** *** 60,64 **** ################## #PYMERASE VERSION# ! VERSION = "v0.1" ################## --- 59,63 ---- ################## #PYMERASE VERSION# ! VERSION = "v0.1.99.0" ################## |
From: <ki...@us...> - 2003-05-09 02:12:09
|
Update of /cvsroot/pymerase/htdocs/sysreq In directory sc8-pr-cvs1:/tmp/cvs-serv25424 Modified Files: index.shtml Log Message: added link to SMW Index: index.shtml =================================================================== RCS file: /cvsroot/pymerase/htdocs/sysreq/index.shtml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.shtml 8 May 2003 21:09:04 -0000 1.4 --- index.shtml 9 May 2003 02:12:04 -0000 1.5 *************** *** 88,92 **** <td width="10%" align="center">Yes</td> <td width="90%" align="left"> ! Pymerase helps construct object-relational bridges * Pymerase provides a set of tools for constructing the glue code to serialize python objects into a relational database.<br> --- 88,92 ---- <td width="10%" align="center">Yes</td> <td width="90%" align="left"> ! Pymerase helps construct object-relational bridges<br> * Pymerase provides a set of tools for constructing the glue code to serialize python objects into a relational database.<br> *************** *** 240,244 **** <tr> <td width="32%" align="center">parseXMI</td> ! <td width="57%" align="center">SMW</td> </tr> <tr> --- 240,245 ---- <tr> <td width="32%" align="center">parseXMI</td> ! <td width="57%" align="center"> ! <a href="http://www.abo.fi/~iporres/html/smw.html">SMW</a></td> </tr> <tr> |
From: <ki...@us...> - 2003-05-09 02:09:51
|
Update of /cvsroot/pymerase/htdocs/sysreq In directory sc8-pr-cvs1:/tmp/cvs-serv1703 Modified Files: index.shtml Log Message: update Index: index.shtml =================================================================== RCS file: /cvsroot/pymerase/htdocs/sysreq/index.shtml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.shtml 8 May 2003 01:11:46 -0000 1.2 --- index.shtml 8 May 2003 20:15:08 -0000 1.3 *************** *** 115,121 **** </tr> <tr> ! <td width="33%" align="center">SMW</td> <td width="10%" align="center">Yes</td> ! <td width="90%" align="left">Required for parseXMI to work.</td> </tr> </table> --- 115,144 ---- </tr> <tr> ! <td width="33%" align="center">apache</td> <td width="10%" align="center">Yes</td> ! <td width="90%" align="left">Required by Pymweb</td> ! </tr> ! <tr> ! <td width="33%" align="center">postgresql</td> ! <td width="10%" align="center">No</td> ! <td width="90%" align="left"> ! Object-relational SQL database, descended from POSTGRES. ! PostgreSQL is an object-relational database, which supports a large part ! of SQL-92. It is under continuous development and each release implements ! more of the SQL standard, to the extent that it is now probably more compliant ! than many commercial databases. It also supports some object-oriented ! features. ! . ! As compared to MySQL, PostgreSQL is more fully featured - most importantly, ! PostgreSQL supports transactions on all tables, something which is essential ! to multi-user update of a database and referential integrity, which, equally, ! is essential to a reliable database. The trade-off is that it can be slower, ! though again, each release sees improvements in efficiency. For more ! information, see <http://OpenACS.org/why-not-mysql.html>. ! . ! This package provides the backend features; you need postgresql-client or ! some other front-end to be able to access them. A package providing ! ident-server is needed if you want to authenticate remote connections with ! identd.</td> </tr> </table> |
From: <de...@us...> - 2003-05-09 02:09:00
|
Update of /cvsroot/pymerase/pymerase In directory sc8-pr-cvs1:/tmp/cvs-serv24701 Modified Files: ParseCVS.py Log Message: Skip .cvsignore files Index: ParseCVS.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/ParseCVS.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ParseCVS.py 8 Feb 2003 02:19:45 -0000 1.1 --- ParseCVS.py 9 May 2003 02:08:57 -0000 1.2 *************** *** 210,214 **** cvsDirs.append(entryList[1]) elif entryList[0] == '': ! cvsFiles.append(entryList[1]) else: print "WARNING: entry[0]=%s, entry[1]=%s" % \ --- 210,216 ---- cvsDirs.append(entryList[1]) elif entryList[0] == '': ! # skip cvs meta files ! if entryList[1] != '.cvsignore': ! cvsFiles.append(entryList[1]) else: print "WARNING: entry[0]=%s, entry[1]=%s" % \ *************** *** 265,266 **** --- 267,273 ---- return treeNode + + if __name__ == "__main__": + from pprint import pprint + util = CvsTreeUtil() + pprint(util.getSetupDataFiles('/tmp', 'examples')) |
From: <ki...@us...> - 2003-05-09 01:59:05
|
Update of /cvsroot/pymerase/pymerase In directory sc8-pr-cvs1:/tmp/cvs-serv21981 Modified Files: setup.py Log Message: changed from dos to linux file. \r\n to \n Index: setup.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/setup.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** setup.py 9 May 2003 01:36:44 -0000 1.7 --- setup.py 9 May 2003 01:59:02 -0000 1.8 *************** *** 1,150 **** ! #!/usr/bin/env python ! ########################################################################### ! # # ! # C O P Y R I G H T N O T I C E # ! # Copyright (c) 2002 by: # ! # * California Institute of Technology # ! # # ! # All Rights Reserved. # ! # # ! # Permission is hereby granted, free of charge, to any person # ! # obtaining a copy of this software and associated documentation files # ! # (the "Software"), to deal in the Software without restriction, # ! # including without limitation the rights to use, copy, modify, merge, # ! # publish, distribute, sublicense, and/or sell copies of the Software, # ! # and to permit persons to whom the Software is furnished to do so, # ! # subject to the following conditions: # ! # # ! # The above copyright notice and this permission notice shall be # ! # included in all copies or substantial portions of the Software. # ! # # ! # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # ! # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # ! # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND # ! # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS # ! # BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN # ! # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # ! # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # ! # SOFTWARE. # ! ########################################################################### ! # ! # Authors: Brandon King ! # Last Modified: $Date$ ! # ! ! from distutils.core import setup ! from distutils.core import Extension ! import glob ! import shutil ! import os ! import sys ! ! from ParseCVS import CvsTreeUtil ! ! util = CvsTreeUtil() ! ! ! ######################################## ! # Setup Configuration ! PACKAGES=["pymerase", ! "pymerase.input", ! "pymerase.util", ! "pymerase.output", ! "pymerase.output.dbAPI", ! "pymerase.output.webUtil", ! "pymerase.output.webUtil.templates", ! "pymerase.output.PyTkWidgets", ! "pymerase.output.PyTkWidgets.lib", ! "pymerase.output.PythonAPI"] ! ! ! ! ######################################## ! # Process Commandline Args ! ! #list of items to remove from sys.argv when done ! rmList = [] ! ! #set prefix to None for later error checking ! binPath = None ! docPath = None ! ! #look for custom command line args ! for item in sys.argv: ! #If prefix command line arg exists, set new prefix and mark ! # item to be removed from sys.argv ! if item[:10] == '--binPath=': ! binPath = item[10:] ! rmList.append(item) ! ! if item[:10] == '--docPath=': ! docPath = item[10:] ! rmList.append(item) ! ! #Remove processed items from sys.argv ! for item in rmList: ! sys.argv.remove(item) ! ! print sys.argv ! #If user overrides command line args, then don't need to ! # use logic to figure them out. ! ##BIN PATH## ! if binPath is None: ! #Set default for linux 2.x systems ! if sys.platform == 'linux2': ! binPath = '/usr/bin' ! #set default for all others ! #FIXME: should add more defaults ! #NOTE: can override with command line ! elif sys.platform == 'win32': ! binPath = 'C:\\Program Files\\Pymerase\\bin' ! else: ! binPath = 'pymerase' ! ! ! ##DOC PATH## ! if docPath is None: ! #Set default for linux 2.x systems ! if sys.platform == 'linux2': ! docPath = '/usr/share/doc/pymerase' ! #set default for all others ! #FIXME: should add more defaults ! #NOTE: can override with command line ! elif sys.platform == 'win32': ! docPath = 'C:\\Program Files\\Pymerase\\docs' ! else: ! docPath = 'pymerase' ! ! ################################# ! # Setup Data Files ! BIN_TUPLE=(binPath, ! ['bin/pymerase', 'bin/pymerasegui.py']) ! ! README_TUPLE=(docPath, ['README', 'INSTALL']) ! ! # ignore this until someone fixes it. ! #WEBUTIL_TEMPLATES_TUPLE=(os.path.join(prefix, 'templates/webUtil'), ! # glob.glob("pymerase/output/webUtil/templates/*.html")) ! ! DATA_FILES=[BIN_TUPLE, ! README_TUPLE, ! # WEBUTIL_TEMPLATES_TUPLE ! ] ! ! #util (CvsTreeUtil) will setup all files checked into cvs ! # for the examples directory... ! DATA_FILES.extend(util.getSetupDataFiles(docPath, 'examples')) ! #FIXME: Grabs .cvsignore files, need to add filter ! ! ! #Run setup! =o) ! setup(name="Pymerase", ! version="0.1", ! description="Pymerase is a tool intended to generate a python " \ ! "object model, relational database, and an object-relational " \ ! "model connecting the two.", ! author="Diane Trout", ! author_email="di...@ca...", ! url="http://pymerase.sf.net/", ! packages=PACKAGES, ! data_files=DATA_FILES) --- 1,150 ---- ! #!/usr/bin/env python ! ########################################################################### ! # # ! # C O P Y R I G H T N O T I C E # ! # Copyright (c) 2002 by: # ! # * California Institute of Technology # ! # # ! # All Rights Reserved. # ! # # ! # Permission is hereby granted, free of charge, to any person # ! # obtaining a copy of this software and associated documentation files # ! # (the "Software"), to deal in the Software without restriction, # ! # including without limitation the rights to use, copy, modify, merge, # ! # publish, distribute, sublicense, and/or sell copies of the Software, # ! # and to permit persons to whom the Software is furnished to do so, # ! # subject to the following conditions: # ! # # ! # The above copyright notice and this permission notice shall be # ! # included in all copies or substantial portions of the Software. # ! # # ! # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # ! # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # ! # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND # ! # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS # ! # BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN # ! # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # ! # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # ! # SOFTWARE. # ! ########################################################################### ! # ! # Authors: Brandon King ! # Last Modified: $Date$ ! # ! ! from distutils.core import setup ! from distutils.core import Extension ! import glob ! import shutil ! import os ! import sys ! ! from ParseCVS import CvsTreeUtil ! ! util = CvsTreeUtil() ! ! ! ######################################## ! # Setup Configuration ! PACKAGES=["pymerase", ! "pymerase.input", ! "pymerase.util", ! "pymerase.output", ! "pymerase.output.dbAPI", ! "pymerase.output.webUtil", ! "pymerase.output.webUtil.templates", ! "pymerase.output.PyTkWidgets", ! "pymerase.output.PyTkWidgets.lib", ! "pymerase.output.PythonAPI"] ! ! ! ! ######################################## ! # Process Commandline Args ! ! #list of items to remove from sys.argv when done ! rmList = [] ! ! #set prefix to None for later error checking ! binPath = None ! docPath = None ! ! #look for custom command line args ! for item in sys.argv: ! #If prefix command line arg exists, set new prefix and mark ! # item to be removed from sys.argv ! if item[:10] == '--binPath=': ! binPath = item[10:] ! rmList.append(item) ! ! if item[:10] == '--docPath=': ! docPath = item[10:] ! rmList.append(item) ! ! #Remove processed items from sys.argv ! for item in rmList: ! sys.argv.remove(item) ! ! print sys.argv ! #If user overrides command line args, then don't need to ! # use logic to figure them out. ! ##BIN PATH## ! if binPath is None: ! #Set default for linux 2.x systems ! if sys.platform == 'linux2': ! binPath = '/usr/bin' ! #set default for all others ! #FIXME: should add more defaults ! #NOTE: can override with command line ! elif sys.platform == 'win32': ! binPath = 'C:\\Program Files\\Pymerase\\bin' ! else: ! binPath = 'pymerase' ! ! ! ##DOC PATH## ! if docPath is None: ! #Set default for linux 2.x systems ! if sys.platform == 'linux2': ! docPath = '/usr/share/doc/pymerase' ! #set default for all others ! #FIXME: should add more defaults ! #NOTE: can override with command line ! elif sys.platform == 'win32': ! docPath = 'C:\\Program Files\\Pymerase\\docs' ! else: ! docPath = 'pymerase' ! ! ################################# ! # Setup Data Files ! BIN_TUPLE=(binPath, ! ['bin/pymerase', 'bin/pymerasegui.py']) ! ! README_TUPLE=(docPath, ['README', 'INSTALL']) ! ! # ignore this until someone fixes it. ! #WEBUTIL_TEMPLATES_TUPLE=(os.path.join(prefix, 'templates/webUtil'), ! # glob.glob("pymerase/output/webUtil/templates/*.html")) ! ! DATA_FILES=[BIN_TUPLE, ! README_TUPLE, ! # WEBUTIL_TEMPLATES_TUPLE ! ] ! ! #util (CvsTreeUtil) will setup all files checked into cvs ! # for the examples directory... ! DATA_FILES.extend(util.getSetupDataFiles(docPath, 'examples')) ! #FIXME: Grabs .cvsignore files, need to add filter ! ! ! #Run setup! =o) ! setup(name="Pymerase", ! version="0.1", ! description="Pymerase is a tool intended to generate a python " \ ! "object model, relational database, and an object-relational " \ ! "model connecting the two.", ! author="Diane Trout", ! author_email="di...@ca...", ! url="http://pymerase.sf.net/", ! packages=PACKAGES, ! data_files=DATA_FILES) |
From: <ki...@us...> - 2003-05-09 01:51:51
|
Update of /cvsroot/pymerase/htdocs/sysreq In directory sc8-pr-cvs1:/tmp/cvs-serv22649 Modified Files: index.shtml Log Message: updated with descriptions Index: index.shtml =================================================================== RCS file: /cvsroot/pymerase/htdocs/sysreq/index.shtml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.shtml 8 May 2003 20:15:08 -0000 1.3 --- index.shtml 8 May 2003 21:09:04 -0000 1.4 *************** *** 71,125 **** <td width="33%" align="center" bgcolor="#0033FF"><b>Debian Package</b></td> ! <td width="10%" align="center" bgcolor="#0033FF"><b>Optional</b></td> ! <td width="90%" align="center" bgcolor="#0033FF"><b>Description</b></td> </tr> <tr> <td width="33%" align="center">python2.2</td> ! <td width="10%" align="center">No</td> ! <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-pymerase</td> ! <td width="10%" align="center">No</td> ! <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">pymerase-docs</td> ! <td width="10%" align="center">No</td> <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-dev</td> ! <td width="10%" align="center">No</td> ! <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-egenix-mxdatetime</td> ! <td width="10%" align="center">No</td> ! <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-xml</td> ! <td width="10%" align="center">No</td> ! <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-xmlbase</td> ! <td width="10%" align="center">No</td> ! <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-ipython</td> ! <td width="10%" align="center">Yes</td> ! <td width="90%" align="left">Required for iPymerase to work.</td> </tr> <tr> <td width="33%" align="center">apache</td> ! <td width="10%" align="center">Yes</td> ! <td width="90%" align="left">Required by Pymweb</td> </tr> <tr> <td width="33%" align="center">postgresql</td> ! <td width="10%" align="center">No</td> <td width="90%" align="left"> Object-relational SQL database, descended from POSTGRES. --- 71,201 ---- <td width="33%" align="center" bgcolor="#0033FF"><b>Debian Package</b></td> ! <td width="10%" align="center" bgcolor="#0033FF"><b>Required</b></td> ! <td width="90%" align="center" bgcolor="#0033FF"><b>Debian Package Description</b></td> </tr> <tr> <td width="33%" align="center">python2.2</td> ! <td width="10%" align="center">Yes</td> ! <td width="90%" align="left"> ! An interactive object-oriented scripting language (version 2.2) ! Version 2.2 of the interpretive, interactive object oriented language, ! includes an extensive class library with lots of goodies for ! network programming, system administration, sounds and graphics. ! </td> </tr> <tr> <td width="33%" align="center">python2.2-pymerase</td> ! <td width="10%" align="center">Yes</td> ! <td width="90%" align="left"> ! Pymerase helps construct object-relational bridges ! * Pymerase provides a set of tools for constructing the glue code to ! serialize python objects into a relational database.<br> ! * It also has tools to create GUIs to interact with those objects as well. ! </td> </tr> <tr> <td width="33%" align="center">pymerase-docs</td> ! <td width="10%" align="center">Yes</td> <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-dev</td> ! <td width="10%" align="center">Yes</td> ! <td width="90%" align="left"> ! Header files and a static library for Python (v2.2) ! Header files, a static library and development tools for building ! Python (v2.2) modules, extending the Python interpreter or embedding ! Python (v2.2) in applications. ! . ! Includes the python distutils, which were in a separate package up to ! version 1.5.2. ! </td> </tr> <tr> <td width="33%" align="center">python2.2-egenix-mxdatetime</td> ! <td width="10%" align="center">Yes</td> ! <td width="90%" align="left"> ! Date and time handling routines for Python 2.2 ! mxDateTime is an extension package that provides three new object ! types, DateTime, DateTimeDelta and RelativeDateTime, which let you ! store and handle date/time values in a much more natural way than by ! using ticks (seconds since 1.1.70 0:00 UTC; the encoding used by the ! time module).<br> ! <br> ! You can add, subtract and even multiply instances, pickle and copy ! them and convert the results to strings, COM dates, ticks and some ! other more esoteric values. In addition, there are several convenient ! constructors and formatters at hand to greatly simplify dealing with ! dates and times in real-world applications.<br> ! <br> ! In addition to providing an easy-to-use Python interface the package ! also exports a comfortable C API interface for other extensions to ! build upon. This is especially interesting for database applications ! which often have to deal with date/time values. ! </td> </tr> <tr> <td width="33%" align="center">python2.2-xml</td> ! <td width="10%" align="center">Yes</td> ! <td width="90%" align="left"> ! XML tools for Python (2.2.x) ! This is a set of tools for processing XML in Python. Among other ! things, it includes an improved parser, interfaces to external ! parsers, Python implementations of SAX, DOM and XPath, unicode support, ! and an architecture processor. ! </td> </tr> <tr> <td width="33%" align="center">python2.2-xmlbase</td> ! <td width="10%" align="center">Yes</td> ! <td width="90%" align="left"> ! XML support included in Python (v2.2) ! Base XML support included in Python (v2.2), providing DOM and SAX modules ! and a parser based on expat. ! </td> </tr> <tr> <td width="33%" align="center">python2.2-ipython</td> ! <td width="10%" align="center">No</td> ! <td width="90%" align="left">Required for iPymerase to work.<br> ! <br> ! Enhanced interactive python shell<br> ! * Provide an interactive interpreter superior to Python's ! default. IPython has many features for object introspection, shell ! access, and its own special command system for adding functionality ! when working interactively.<br> ! <br> ! * Serve as an embeddable, ready to use interpreter for your own ! programs. IPython can be started with a single call from inside ! another program, providing access to the current namespace. This can ! be very useful both for debugging purposes and for situations where a ! blend of batch-processing and interactive exploration are needed.<br> ! <br> ! * Offer a flexible framework which can be used as the base ! environment for other systems with Python as the underlying ! language. Specifically scientific environments like Mathematica, IDL ! and Mathcad inspired its design, but similar ideas can be useful in ! many fields. ! </td> </tr> <tr> <td width="33%" align="center">apache</td> ! <td width="10%" align="center">No</td> ! <td width="90%" align="left">Required by Pymweb<br> ! <br> ! Versatile, high-performance HTTP server ! The most popular server in the world, Apache features a modular ! design and supports dynamic selection of extension modules at runtime. ! Some of its strong points are its range of possible customization, ! dynamic adjustment of the number of server processes, and a whole ! range of available modules including many authentication mechanisms, ! server-parsed HTML, server-side includes, access control, CERN httpd ! metafiles emulation, proxy caching, etc. Apache also supports multiple ! virtual homing. ! </td> </tr> <tr> <td width="33%" align="center">postgresql</td> ! <td width="10%" align="center">Yes</td> <td width="90%" align="left"> Object-relational SQL database, descended from POSTGRES. |
From: <ki...@us...> - 2003-05-09 01:36:50
|
Update of /cvsroot/pymerase/pymerase In directory sc8-pr-cvs1:/tmp/cvs-serv16005 Modified Files: setup.py Log Message: added win32 default paths Index: setup.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/setup.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** setup.py 16 Apr 2003 20:21:23 -0000 1.6 --- setup.py 9 May 2003 01:36:44 -0000 1.7 *************** *** 1,145 **** ! #!/usr/bin/env python ! ########################################################################### ! # # ! # C O P Y R I G H T N O T I C E # ! # Copyright (c) 2002 by: # ! # * California Institute of Technology # ! # # ! # All Rights Reserved. # ! # # ! # Permission is hereby granted, free of charge, to any person # ! # obtaining a copy of this software and associated documentation files # ! # (the "Software"), to deal in the Software without restriction, # ! # including without limitation the rights to use, copy, modify, merge, # ! # publish, distribute, sublicense, and/or sell copies of the Software, # ! # and to permit persons to whom the Software is furnished to do so, # ! # subject to the following conditions: # ! # # ! # The above copyright notice and this permission notice shall be # ! # included in all copies or substantial portions of the Software. # ! # # ! # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # ! # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # ! # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND # ! # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS # ! # BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN # ! # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # ! # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # ! # SOFTWARE. # ! ########################################################################### ! # ! # Authors: Brandon King ! # Last Modified: $Date$ ! # ! ! from distutils.core import setup ! from distutils.core import Extension ! import glob ! import shutil ! import os ! import sys ! ! from ParseCVS import CvsTreeUtil ! ! util = CvsTreeUtil() ! ! ! ######################################## ! # Setup Configuration ! PACKAGES=["pymerase", ! "pymerase.input", ! "pymerase.util", ! "pymerase.output", ! "pymerase.output.dbAPI", ! "pymerase.output.webUtil", ! "pymerase.output.webUtil.templates", ! "pymerase.output.PyTkWidgets", ! "pymerase.output.PyTkWidgets.lib", ! "pymerase.output.PythonAPI"] ! ! ! ! ######################################## ! # Process Commandline Args ! ! #list of items to remove from sys.argv when done ! rmList = [] ! ! #set prefix to None for later error checking ! binPath = None ! docPath = None ! ! #look for custom command line args ! for item in sys.argv: ! #If prefix command line arg exists, set new prefix and mark ! # item to be removed from sys.argv ! if item[:10] == '--binPath=': ! binPath = item[10:] ! rmList.append(item) ! ! if item[:10] == '--docPath=': ! docPath = item[10:] ! rmList.append(item) ! ! #Remove processed items from sys.argv ! for item in rmList: ! sys.argv.remove(item) ! ! print sys.argv ! #If user overrides command line args, then don't need to ! # use logic to figure them out. ! ##BIN PATH## ! if binPath is None: ! #Set default for linux 2.x systems ! if sys.platform == 'linux2': ! binPath = '/usr/bin' ! #set default for all others ! #FIXME: should add more defaults ! #NOTE: can override with command line ! else: ! binPath = 'pymerase' ! ! ##DOC PATH## ! if docPath is None: ! #Set default for linux 2.x systems ! if sys.platform == 'linux2': ! docPath = '/usr/share/doc/pymerase' ! #set default for all others ! #FIXME: should add more defaults ! #NOTE: can override with command line ! else: ! docPath = 'pymerase' ! ! ################################# ! # Setup Data Files ! BIN_TUPLE=(binPath, ! ['bin/pymerase', 'bin/pymerasegui.py']) ! ! README_TUPLE=(docPath, ['README', 'INSTALL']) ! ! # ignore this until someone fixes it. ! #WEBUTIL_TEMPLATES_TUPLE=(os.path.join(prefix, 'templates/webUtil'), ! # glob.glob("pymerase/output/webUtil/templates/*.html")) ! ! DATA_FILES=[BIN_TUPLE, ! README_TUPLE, ! # WEBUTIL_TEMPLATES_TUPLE ! ] ! ! #util (CvsTreeUtil) will setup all files checked into cvs ! # for the examples directory... ! DATA_FILES.extend(util.getSetupDataFiles(docPath, 'examples')) ! #FIXME: Grabs .cvsignore files, need to add filter ! ! ! #Run setup! =o) ! setup(name="Pymerase", ! version="0.1", ! description="Pymerase is a tool intended to generate a python " \ ! "object model, relational database, and an object-relational " \ ! "model connecting the two.", ! author="Diane Trout", ! author_email="di...@ca...", ! url="http://pymerase.sf.net/", ! packages=PACKAGES, ! data_files=DATA_FILES) --- 1,150 ---- ! #!/usr/bin/env python ! ########################################################################### ! # # ! # C O P Y R I G H T N O T I C E # ! # Copyright (c) 2002 by: # ! # * California Institute of Technology # ! # # ! # All Rights Reserved. # ! # # ! # Permission is hereby granted, free of charge, to any person # ! # obtaining a copy of this software and associated documentation files # ! # (the "Software"), to deal in the Software without restriction, # ! # including without limitation the rights to use, copy, modify, merge, # ! # publish, distribute, sublicense, and/or sell copies of the Software, # ! # and to permit persons to whom the Software is furnished to do so, # ! # subject to the following conditions: # ! # # ! # The above copyright notice and this permission notice shall be # ! # included in all copies or substantial portions of the Software. # ! # # ! # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # ! # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # ! # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND # ! # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS # ! # BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN # ! # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # ! # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # ! # SOFTWARE. # ! ########################################################################### ! # ! # Authors: Brandon King ! # Last Modified: $Date$ ! # ! ! from distutils.core import setup ! from distutils.core import Extension ! import glob ! import shutil ! import os ! import sys ! ! from ParseCVS import CvsTreeUtil ! ! util = CvsTreeUtil() ! ! ! ######################################## ! # Setup Configuration ! PACKAGES=["pymerase", ! "pymerase.input", ! "pymerase.util", ! "pymerase.output", ! "pymerase.output.dbAPI", ! "pymerase.output.webUtil", ! "pymerase.output.webUtil.templates", ! "pymerase.output.PyTkWidgets", ! "pymerase.output.PyTkWidgets.lib", ! "pymerase.output.PythonAPI"] ! ! ! ! ######################################## ! # Process Commandline Args ! ! #list of items to remove from sys.argv when done ! rmList = [] ! ! #set prefix to None for later error checking ! binPath = None ! docPath = None ! ! #look for custom command line args ! for item in sys.argv: ! #If prefix command line arg exists, set new prefix and mark ! # item to be removed from sys.argv ! if item[:10] == '--binPath=': ! binPath = item[10:] ! rmList.append(item) ! ! if item[:10] == '--docPath=': ! docPath = item[10:] ! rmList.append(item) ! ! #Remove processed items from sys.argv ! for item in rmList: ! sys.argv.remove(item) ! ! print sys.argv ! #If user overrides command line args, then don't need to ! # use logic to figure them out. ! ##BIN PATH## ! if binPath is None: ! #Set default for linux 2.x systems ! if sys.platform == 'linux2': ! binPath = '/usr/bin' ! #set default for all others ! #FIXME: should add more defaults ! #NOTE: can override with command line ! elif sys.platform == 'win32': ! binPath = 'C:\\Program Files\\Pymerase\\bin' ! else: ! binPath = 'pymerase' ! ! ! ##DOC PATH## ! if docPath is None: ! #Set default for linux 2.x systems ! if sys.platform == 'linux2': ! docPath = '/usr/share/doc/pymerase' ! #set default for all others ! #FIXME: should add more defaults ! #NOTE: can override with command line ! elif sys.platform == 'win32': ! docPath = 'C:\\Program Files\\Pymerase\\docs' ! else: ! docPath = 'pymerase' ! ! ################################# ! # Setup Data Files ! BIN_TUPLE=(binPath, ! ['bin/pymerase', 'bin/pymerasegui.py']) ! ! README_TUPLE=(docPath, ['README', 'INSTALL']) ! ! # ignore this until someone fixes it. ! #WEBUTIL_TEMPLATES_TUPLE=(os.path.join(prefix, 'templates/webUtil'), ! # glob.glob("pymerase/output/webUtil/templates/*.html")) ! ! DATA_FILES=[BIN_TUPLE, ! README_TUPLE, ! # WEBUTIL_TEMPLATES_TUPLE ! ] ! ! #util (CvsTreeUtil) will setup all files checked into cvs ! # for the examples directory... ! DATA_FILES.extend(util.getSetupDataFiles(docPath, 'examples')) ! #FIXME: Grabs .cvsignore files, need to add filter ! ! ! #Run setup! =o) ! setup(name="Pymerase", ! version="0.1", ! description="Pymerase is a tool intended to generate a python " \ ! "object model, relational database, and an object-relational " \ ! "model connecting the two.", ! author="Diane Trout", ! author_email="di...@ca...", ! url="http://pymerase.sf.net/", ! packages=PACKAGES, ! data_files=DATA_FILES) |
From: <ki...@us...> - 2003-05-08 01:18:13
|
Update of /cvsroot/pymerase/htdocs/menus In directory sc8-pr-cvs1:/tmp/cvs-serv21769 Modified Files: docs_menu.shtml main_menu.shtml Log Message: new button Index: docs_menu.shtml =================================================================== RCS file: /cvsroot/pymerase/htdocs/menus/docs_menu.shtml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** docs_menu.shtml 24 Apr 2003 21:13:45 -0000 1.7 --- docs_menu.shtml 8 May 2003 01:18:10 -0000 1.8 *************** *** 36,39 **** --- 36,41 ---- <a href="http://sourceforge.net/mail/?group_id=63836"> <img border="0" src="http://pymerase.sf.net/images/pymerase-mail_lists.jpg" width="108" height="31"></a><br> + <a href="http://pymerase.sf.net/sysreq/"> + <img border="0" src="http://pymerase.sf.net/images/pymerase-sysreq.jpg"></a><br> <!--#include virtual="/projhtml.cache" --> Index: main_menu.shtml =================================================================== RCS file: /cvsroot/pymerase/htdocs/menus/main_menu.shtml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** main_menu.shtml 21 Mar 2003 04:15:08 -0000 1.4 --- main_menu.shtml 8 May 2003 01:18:10 -0000 1.5 *************** *** 19,22 **** --- 19,24 ---- <a href="http://sourceforge.net/mail/?group_id=63836"> <img border="0" src="http://pymerase.sf.net/images/pymerase-mail_lists.jpg" width="108" height="31"></a><br> + <a href="http://pymerase.sf.net/sysreq/"> + <img border="0" src="http://pymerase.sf.net/images/pymerase-sysreq.jpg"></a><br> <!--#include virtual="/projhtml.cache" --> |
From: <ki...@us...> - 2003-05-08 01:17:39
|
Update of /cvsroot/pymerase/htdocs/images In directory sc8-pr-cvs1:/tmp/cvs-serv21606 Added Files: pymerase-sysreq.jpg Log Message: system requirements button --- NEW FILE: pymerase-sysreq.jpg --- (This appears to be a binary file; contents omitted.) |
From: <ki...@us...> - 2003-05-08 01:11:50
|
Update of /cvsroot/pymerase/htdocs/sysreq In directory sc8-pr-cvs1:/tmp/cvs-serv19992/sysreq Modified Files: index.shtml Log Message: added pymerase deb packs Index: index.shtml =================================================================== RCS file: /cvsroot/pymerase/htdocs/sysreq/index.shtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.shtml 8 May 2003 01:09:26 -0000 1.1 --- index.shtml 8 May 2003 01:11:46 -0000 1.2 *************** *** 80,83 **** --- 80,93 ---- </tr> <tr> + <td width="33%" align="center">python2.2-pymerase</td> + <td width="10%" align="center">No</td> + <td width="90%" align="left"> </td> + </tr> + <tr> + <td width="33%" align="center">pymerase-docs</td> + <td width="10%" align="center">No</td> + <td width="90%" align="left"> </td> + </tr> + <tr> <td width="33%" align="center">python2.2-dev</td> <td width="10%" align="center">No</td> |
From: <ki...@us...> - 2003-05-08 01:09:29
|
Update of /cvsroot/pymerase/htdocs/sysreq In directory sc8-pr-cvs1:/tmp/cvs-serv19152 Added Files: index.shtml Log Message: first attempt at a system requirements page --- NEW FILE: index.shtml --- <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <link rel="SHORTCUT ICON" href="/images/pyfav.gif"> <title>Pymerase - System Requirements</title> </head> <body> <div align="left"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" width="100%"> <!--#include virtual="/menus/main_menu.shtml" --> <td align="center" valign="top"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber2"> <tr> <td width="100%" bgcolor="#0033FF"><b>Pymerase System Requirements</b></td> </tr> <tr> <td width="100%" bgcolor="#6C8AFF"> <div align="center"> <center> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber3"> <tr> <td width="33%" bgcolor="#0033FF" align="center"><b>Program</b></td> <td width="11%" bgcolor="#0033FF" align="center"><b>Version</b></td> <td width="56%" bgcolor="#0033FF" align="center"><b>Notes</b></td> </tr> <tr> <td width="33%" align="center"><a href="http://www.python.org/"> Python</a></td> <td width="11%" align="center">>= 2.2.2</td> <td width="56%" align="center">Python 2.2.1 and before don't include an XML parser which is able to handle the XML files that Pymerase uses.</td> </tr> <tr> <td width="33%" align="center"> <a href="http://www.postgresql.org/">PostgreSQL</a></td> <td width="11%" align="center">>= 7.2.x</td> <td width="56%" align="center">Currently the only supported database management system by Pymerase.</td> </tr> <tr> <td width="33%" align="center"><a href="http://www.apache.org/"> Apache</a> (optional)</td> <td width="11%" align="center">>= 1.3.x</td> <td width="56%" align="center">Required for using Pymweb (Pymerase Web Interface), otherwise is optional</td> </tr> </table> </center> </div> <p> </td> </tr> <tr> <td width="100%" bgcolor="#0033FF"> <b>Debian Packages for Pymerase</b></td> </tr> <tr> <td width="100%" bgcolor="#6C8AFF"> <br> <div align="center"> <center> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber4"> <tr> <td width="33%" align="center" bgcolor="#0033FF"><b>Debian Package</b></td> <td width="10%" align="center" bgcolor="#0033FF"><b>Optional</b></td> <td width="90%" align="center" bgcolor="#0033FF"><b>Description</b></td> </tr> <tr> <td width="33%" align="center">python2.2</td> <td width="10%" align="center">No</td> <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-dev</td> <td width="10%" align="center">No</td> <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-egenix-mxdatetime</td> <td width="10%" align="center">No</td> <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-xml</td> <td width="10%" align="center">No</td> <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-xmlbase</td> <td width="10%" align="center">No</td> <td width="90%" align="left"> </td> </tr> <tr> <td width="33%" align="center">python2.2-ipython</td> <td width="10%" align="center">Yes</td> <td width="90%" align="left">Required for iPymerase to work.</td> </tr> <tr> <td width="33%" align="center">SMW</td> <td width="10%" align="center">Yes</td> <td width="90%" align="left">Required for parseXMI to work.</td> </tr> </table> </center> </div> <p><br> </td> </tr> <tr> <td width="100%" bgcolor="#0033FF"><b>Pymerase Input Module Requirements</b></td> </tr> <tr> <td width="100%" bgcolor="#6C8AFF"><br> <div align="center"> <center> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber3"> <tr> <td width="32%" bgcolor="#0033FF" align="center"><b>Input Module</b></td> <td width="57%" bgcolor="#0033FF" align="center"><b>Required Python Modules</b></td> </tr> <tr> <td width="32%" align="center">parseXMI</td> <td width="57%" align="center">SMW</td> </tr> <tr> <td width="32%" align="center"> parseGenexSchemaXML</td> <td width="57%" align="center">None</td> </tr> </table> </center> </div> <br> </td> </tr> <tr> <td width="100%" bgcolor="#0033FF"><b>Pymerase Output Module Requirments</b></td> </tr> <tr> <td width="100%" bgcolor="#6C8AFF"><br> <div align="center"> <center> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber3"> <tr> <td width="23%" bgcolor="#0033FF" align="center"><b>Output Module</b></td> <td width="38%" bgcolor="#0033FF" align="center"><b>Python Module Requirements</b></td> <td width="39%" bgcolor="#0033FF" align="center"><b>Other Requirements</b></td> </tr> <tr> <td width="23%" align="center">CreateDBAPI</td> <td width="38%" align="center">Pygresql (pgdb), mxDatetime (mx.DateTime)</td> <td width="39%" align="center">PostgreSQL</td> </tr> <tr> <td width="23%" align="center"> CreateGraphvizUML</td> <td width="38%" align="center">None</td> <td width="39%" align="center">Graphviz (dot)</td> </tr> <tr> <td width="23%" align="center">CreatePyTkDBWidgets</td> <td width="38%" align="center">CreateDBAPI, Tkinter (Standard package)</td> <td width="39%" align="center">None</td> </tr> <tr> <td width="23%" align="center">CreatePyTkWidgets</td> <td width="38%" align="center">Tkinter (Standard package)</td> <td width="39%" align="center">None</td> </tr> <tr> <td width="23%" align="center">CreatePythonAPI</td> <td width="38%" align="center">mxDatetime (mx.DateTime)</td> <td width="39%" align="center">None</td> </tr> <tr> <td width="23%" align="center">CreateReport</td> <td width="38%" align="center">None</td> <td width="39%" align="center">None</td> </tr> <tr> <td width="23%" align="center">CreateSQL</td> <td width="38%" align="center">None</td> <td width="39%" align="center">PostgreSQL</td> </tr> <tr> <td width="23%" align="center">CreateTableXML</td> <td width="38%" align="center">None</td> <td width="39%" align="center">None</td> </tr> <tr> <td width="23%" align="center">iPymerase</td> <td width="38%" align="center">None</td> <td width="39%" align="center">ipython</td> </tr> </table> </center> </div> <br> <br> </td> </tr> </table> Last Modified: <!--#echo var="LAST_MODIFIED" --> </td> </tr> </table> </div> </body> </html> |
From: <ki...@us...> - 2003-05-08 01:08:47
|
Update of /cvsroot/pymerase/htdocs/sysreq In directory sc8-pr-cvs1:/tmp/cvs-serv19023/sysreq Log Message: Directory /cvsroot/pymerase/htdocs/sysreq added to the repository |
From: <ki...@us...> - 2003-05-07 23:58:01
|
Update of /cvsroot/pymerase/Docs/install In directory sc8-pr-cvs1:/tmp/cvs-serv29965 Modified Files: install.tex Log Message: \it was suppose to be \item, previous had compile error. Index: install.tex =================================================================== RCS file: /cvsroot/pymerase/Docs/install/install.tex,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** install.tex 7 May 2003 22:25:14 -0000 1.4 --- install.tex 7 May 2003 23:57:58 -0000 1.5 *************** *** 28,32 **** \author{Diane Trout \\ Copyright \copyright California Institute of Technology} ! \date{Version 0.1.2\\\today} \maketitle \thispagestyle{empty} --- 28,32 ---- \author{Diane Trout \\ Copyright \copyright California Institute of Technology} ! \date{Version 0.1.5\\\today} \maketitle \thispagestyle{empty} *************** *** 89,95 **** we've used: \begin{itemize} ! \it ArgoUML (http://argouml.tigris.org) ! \it Poseidon (http://www.gentleware.com) ! \it SMW (http://www.abo.fi/~iporres/html/smw.html) \end{itemize} --- 89,95 ---- we've used: \begin{itemize} ! \item ArgoUML (http://argouml.tigris.org) ! \item Poseidon (http://www.gentleware.com) ! \item SMW (http://www.abo.fi/~iporres/html/smw.html) \end{itemize} |
From: <ki...@us...> - 2003-05-07 23:41:34
|
Update of /cvsroot/pymerase/Docs/pymweb In directory sc8-pr-cvs1:/tmp/cvs-serv23767/pymweb Added Files: .cvsignore Log Message: usual --- NEW FILE: .cvsignore --- *.aux *.dvi *.log *.pdf *.ps *.toc *.html |