Initial checkin
Package-Manager: portage-2.2.0_alpha142 RepoMan-Options: --force
This commit is contained in:
24
dev-python/martINI/martINI-0.4.ebuild
Normal file
24
dev-python/martINI/martINI-0.4.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/pudb-0.92.14.ebuild,v 1.1 2009/12/21 02:56:30 arfrever Exp $
|
||||
|
||||
EAPI="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="edit .ini files from the command line"
|
||||
HOMEPAGE="http://k0s.org/portfolio/software.html#martini"
|
||||
SRC_URI="mirror://pypi/m/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86 ~x86-interix ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/genshi
|
||||
dev-python/pastescript
|
||||
dev-python/webob"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools"
|
||||
Reference in New Issue
Block a user