2022-04-05 11:14:15 +02:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
2020-01-23 11:57:54 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
2021-06-30 18:45:43 +02:00
|
|
|
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9} )
|
2020-01-23 11:57:54 +01: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"
|
2022-04-05 11:14:15 +02:00
|
|
|
KEYWORDS="~amd64 ~x86 ~x86-linux"
|
2020-01-23 11:57:54 +01:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="dev-python/genshi
|
|
|
|
dev-python/pastescript
|
|
|
|
dev-python/webob"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
dev-python/setuptools"
|