Revision: 20244 http://gar.svn.sourceforge.net/gar/?rev=20244&view=rev Author: toomasp Date: 2013-01-31 12:35:45 +0000 (Thu, 31 Jan 2013) Log Message: ----------- py_iniparse-0.4 initial commit
Added Paths: ----------- csw/mgar/pkg/iniparse/ csw/mgar/pkg/iniparse/Makefile csw/mgar/pkg/iniparse/branches/ csw/mgar/pkg/iniparse/tags/ csw/mgar/pkg/iniparse/trunk/ csw/mgar/pkg/iniparse/trunk/Makefile csw/mgar/pkg/iniparse/trunk/checksums csw/mgar/pkg/iniparse/trunk/files/ Added: csw/mgar/pkg/iniparse/Makefile =================================================================== --- csw/mgar/pkg/iniparse/Makefile (rev 0) +++ csw/mgar/pkg/iniparse/Makefile 2013-01-31 12:35:45 UTC (rev 20244) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Added: csw/mgar/pkg/iniparse/trunk/Makefile =================================================================== --- csw/mgar/pkg/iniparse/trunk/Makefile (rev 0) +++ csw/mgar/pkg/iniparse/trunk/Makefile 2013-01-31 12:35:45 UTC (rev 20244) @@ -0,0 +1,36 @@ +# $Id: Makefile 13420 2011-02-20 21:04:03Z bdwalton $ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = iniparse +VERSION = 0.4 +GARTYPE = v2 +CATEGORIES = python + +DESCRIPTION = CSWiniparse is an iniparser for Python +define BLURB + CSWiniparse is an iniparser for Python which is API compatible with the standard library's ConfigParser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use. +endef + +MASTER_SITES = http://pypi.python.org/packages/source/i/iniparse/ +DISTFILES = $(DISTNAME).tar.gz +LICENSE = LICENSE + +BUILD_DEP_PKGS = CSWpython +RUNTIME_DEP_PKGS = CSWpython + +PACKAGES = CSWpy-iniparse + +GARCOMPILER = SOS12U3 +EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc + +CONFIGURE_SCRIPTS = +BUILD_SCRIPTS = $(WORKSRC)/setup.py +TEST_SCRIPTS = +INSTALL_SCRIPTS = $(WORKSRC)/setup.py +INSTALL_ARGS = --root=$(DESTDIR) +ARCHALL=1 + +CHECKPKG_OVERRIDES_CSWpy-iniparse += dependency-listed-more-than-once|CSWpython + +include gar/category.mk + Added: csw/mgar/pkg/iniparse/trunk/checksums =================================================================== --- csw/mgar/pkg/iniparse/trunk/checksums (rev 0) +++ csw/mgar/pkg/iniparse/trunk/checksums 2013-01-31 12:35:45 UTC (rev 20244) @@ -0,0 +1 @@ +5e573e9e9733d97623881ce9bbe5eca6 iniparse-0.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel