[dev-python/iniparse] version bump
This commit is contained in:
@@ -1,2 +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
|
||||
DIST iniparse-0.4.tar.gz 31278 RMD160 f4cb5edc035e787acea428a7d21343d986f85f5c SHA1 2b2af8a19f3e5c212c27d7c524cd748fa0b38650 SHA256 abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054
|
||||
EBUILD iniparse-0.4.ebuild 430 RMD160 34c9313cf358a2188f09b88f415c3a442fd6a27e SHA1 58aa86f051ee1b5f8bf36878083cb2fc208a4729 SHA256 0b1f5e2742757d05a147bafa0f88ce31af0c7bbbf88e13601458c0081940f981
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# 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=""
|
||||
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
RESTRICT_PYTHON_ABIS="2.[45] 3.*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Better INI parser for Python"
|
||||
HOMEPAGE="http://code.google.com/p/iniparse"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
Reference in New Issue
Block a user