diff options
author | Slawomir Lis <slis@gentoo.org> | 2016-06-13 08:48:15 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2016-06-13 08:51:06 +0200 |
commit | 540c1d460173df71d6b94ddf77880ad176f71ecd (patch) | |
tree | 8076296b6954ee437777681911bb32a81eb9be02 /dev-python/djangocms-teaser/djangocms-teaser-0.2.0.ebuild | |
parent | version bump (diff) | |
download | gentoo-540c1d460173df71d6b94ddf77880ad176f71ecd.tar.gz gentoo-540c1d460173df71d6b94ddf77880ad176f71ecd.tar.bz2 gentoo-540c1d460173df71d6b94ddf77880ad176f71ecd.zip |
version bump
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-python/djangocms-teaser/djangocms-teaser-0.2.0.ebuild')
-rw-r--r-- | dev-python/djangocms-teaser/djangocms-teaser-0.2.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/djangocms-teaser/djangocms-teaser-0.2.0.ebuild b/dev-python/djangocms-teaser/djangocms-teaser-0.2.0.ebuild new file mode 100644 index 000000000000..9abc9ffe3ca8 --- /dev/null +++ b/dev-python/djangocms-teaser/djangocms-teaser-0.2.0.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="Teaser plugin for django CMS" +HOMEPAGE="https://pypi.python.org/pypi/djangocms-teaser" +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 +" |