Commit graph

5 commits

Author SHA1 Message Date
obache
12eb89c8f4 Update py-gnosis-utils to 1.2.2.
While here,
* set LICENSE=public-domain
* no need to buildlink with obsolated py-xml, add py-expat to DEPENDS instead.
* distutils pkg, switch to use lang/python/distutils.mk.

from ANNOUNCE:

Gnosis Utils 1.2.2

  This release contains a bugfix in xml.pickle for mx.DateTime.

Gnosis Utils 1.2.1

  This release contains a minor bugfix in xml.pickle.

Gnosis Utils 1.2.0

  This release of the Gnosis Utilities contains several new modules,
  as well as fixes, enhancements, and speedups in existing
  subpackages.
2012-02-04 05:46:10 +00:00
joerg
6262e461b3 with is a keyword starting with Python 2.6 by default, so don't use it
as parameter name.
2009-11-30 19:24:06 +00:00
wiz
b256622103 Remove MANIFEST and README from MANIFEST, to avoid overwriting
python files. Bump PKGREVISION.
2006-02-20 23:16:00 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
recht
23471ccba2 initial import of Gnosis-Utils-1.1.1
from pkgsrc-wip

Gnosis Utilities contains several subpackages for working with XML,
as well as other generally useful tools. The major modules are:

     gnosis.indexer          (Full-text indexing/searching)
     gnosis.xml.pickle       (XML pickling of Python objects)
     gnosis.xml.objectify    (Any XML to "native" Python objects)
     gnosis.xml.validity     (Enforce validity constraints)
     gnosis.xml.relax        (Tools for working with RelaxNG)
     gnosis.xml.indexer      (XPATH indexing of XML documents)
     [...].convert.txt2html  (Convert ASCII source files to HTML)
     gnosis.util.dtd2sql     (DTD -> SQL 'CREATE TABLE' statements)
     gnosis.util.sql2dtd     (SQL query -> DTD for query results)
     gnosis.util.xml2sql     (XML -> SQL 'INSERT INTO' statements)
     gnosis.util.combinators (Combinatorial higher-order functions)
     gnosis.util.introspect  (Introspect Python objects)
     gnosis.magic            (Multimethods, metaclasses, etc)
2004-03-06 18:54:12 +00:00