summaryrefslogtreecommitdiff
path: root/textproc/py-gnosis-utils/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-20Fix PKGNAME. Mark as not for python-3.x.wiz1-3/+6
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-04no compiler is requilred to build.obache1-1/+3
2012-02-04Update py-gnosis-utils to 1.2.2.obache1-8/+6
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.
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2006-06-07Needs Python 2.2+joerg1-2/+2
2006-02-20Remove MANIFEST and README from MANIFEST, to avoid overwritingwiz1-2/+2
python files. Bump PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-03-06initial import of Gnosis-Utils-1.1.1recht1-0/+20
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)