diff options
Diffstat (limited to 'dev-python/kiwi/kiwi-9.18.25.ebuild')
-rw-r--r-- | dev-python/kiwi/kiwi-9.18.25.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/kiwi/kiwi-9.18.25.ebuild b/dev-python/kiwi/kiwi-9.18.25.ebuild new file mode 100644 index 0000000..2cab616 --- /dev/null +++ b/dev-python/kiwi/kiwi-9.18.25.ebuild @@ -0,0 +1,20 @@ +# automatically generated by g-sorcery +# please do not edit this file + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Intuitive, flexible structured text to markup processor" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +HOMEPAGE="http://www.ivy.fr/kiwi" +LICENSE="BSD" + +SLOT="0" +KEYWORDS="amd64 x86" + +DEPEND+=" app-text/jing app-emulation/umoci" + |