diff --git a/dev-python/iniparse/Manifest b/dev-python/iniparse/Manifest new file mode 100644 index 000000000..4c36e4e5c --- /dev/null +++ b/dev-python/iniparse/Manifest @@ -0,0 +1,2 @@ +DIST iniparse-0.3.1.tar.gz 28476 RMD160 d703c0c2e86134496778e0e0362ac5bc15c0cc38 SHA1 9d390e3c50ad21fcf045d91319a4adfc37540e90 SHA256 ee4e2379e143a85f02207f46a3f7d47a2486fc0cbc123b7b59731c80ff31a3f5 +EBUILD iniparse-0.3.1.ebuild 443 RMD160 d88759ee135e14a37fa9285d239aee86277dce3a SHA1 a3d77e6a1078e8c3d091c9dbfc9afb615b7de51a SHA256 cea4ee3887e6cd78185954cf825aaf8340176e25642bc653fcfb7944fed830fd diff --git a/dev-python/iniparse/iniparse-0.3.1.ebuild b/dev-python/iniparse/iniparse-0.3.1.ebuild new file mode 100644 index 000000000..0596346ad --- /dev/null +++ b/dev-python/iniparse/iniparse-0.3.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils + +DESCRIPTION="Python Module for Accessing and Modifying Configuration Data in INI +files" +HOMEPAGE="http://code.google.com/p/iniparse/" +SRC_URI="http://iniparse.googlecode.com/files/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND=""