diff options
author | Slawomir Lis <slis@gentoo.org> | 2016-10-22 21:27:07 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2016-10-22 21:36:35 +0200 |
commit | 346a20386a6ee1223140dd4c9d9fe8ab88bafd60 (patch) | |
tree | 5ec8c971b3f8118b2cedb5e769a20672c508fc00 /dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild | |
parent | dev-python/djangocms-link: version bump to 2.0.1 (diff) | |
download | gentoo-346a20386a6ee1223140dd4c9d9fe8ab88bafd60.tar.gz gentoo-346a20386a6ee1223140dd4c9d9fe8ab88bafd60.tar.bz2 gentoo-346a20386a6ee1223140dd4c9d9fe8ab88bafd60.zip |
dev-python/djangocms-inherit: version bump to 0.2.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild')
-rw-r--r-- | dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild new file mode 100644 index 000000000000..cf033743c673 --- /dev/null +++ b/dev-python/djangocms-inherit/djangocms-inherit-0.2.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} ) + +inherit distutils-r1 + +DESCRIPTION="Inherit plugin for django CMS" +HOMEPAGE="https://pypi.python.org/pypi/djangocms-inherit" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND=" + ${RDEPEND} + dev-python/setuptools +" |