linamh/dev-python/martINI/martINI-0.7.ebuild

23 lines
513 B
Bash
Raw Normal View History

2023-04-06 11:47:15 +02:00
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
2023-07-20 20:28:34 +02:00
PYTHON_COMPAT=( python2_7 python3_{4..12} )
2023-04-06 11:47:15 +02:00
inherit distutils-r1
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 ~x86 ~x86-linux"
IUSE=""
RDEPEND="dev-python/genshi
dev-python/pastescript
dev-python/webob"
DEPEND="${RDEPEND}
dev-python/setuptools"