diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-24 02:09:32 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-24 02:09:32 +0200 |
commit | dd2aea324c07fe1bd13143bb37eff11117b6130a (patch) | |
tree | 771ed8c8b9b1eb2f02b5843363eed86839ed6e5a /dev-python/kiwi/kiwi-9.18.25.ebuild | |
parent | 576b6208d6defe240bfa2477d6dd19f1ed83bfaf (diff) | |
download | darklin4-dd2aea324c07fe1bd13143bb37eff11117b6130a.tar.gz darklin4-dd2aea324c07fe1bd13143bb37eff11117b6130a.tar.bz2 darklin4-dd2aea324c07fe1bd13143bb37eff11117b6130a.tar.xz darklin4-dd2aea324c07fe1bd13143bb37eff11117b6130a.zip |
Dice(kiwi) and dependencies; kiwi and dependecies (still missing zypper)
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" + |