forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-python/django-cms: version bump to 3.4.3
Updated to use PYTHON_USEDEP, reported in 618924 Package-Manager: Portage-2.3.6, Repoman-2.3.2
- Loading branch information
Slawomir Lis
committed
May 23, 2017
1 parent
f7117d8
commit 4149a3a
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI="5" | ||
|
||
PYTHON_COMPAT=( python{2_7,3_3,3_4} ) | ||
|
||
inherit distutils-r1 | ||
|
||
DESCRIPTION="A Django application for managing hierarchical pages of content" | ||
HOMEPAGE="https://www.django-cms.org/" | ||
SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="BSD" | ||
KEYWORDS="~amd64 ~x86" | ||
SLOT="0" | ||
IUSE="+admin-style +ckeditor file flash inherit link picture snippet teaser video" | ||
REQUIRED_USE="admin-style ckeditor" | ||
|
||
RDEPEND=" | ||
>=dev-python/django-1.8[${PYTHON_USEDEP}] | ||
admin-style? ( >=dev-python/djangocms-admin-style-1.0[${PYTHON_USEDEP}] ) | ||
file? ( dev-python/djangocms-file[${PYTHON_USEDEP}] ) | ||
flash? ( dev-python/djangocms-flash[${PYTHON_USEDEP}] ) | ||
inherit? ( dev-python/djangocms-inherit[${PYTHON_USEDEP}] ) | ||
link? ( dev-python/djangocms-link[${PYTHON_USEDEP}] ) | ||
picture? ( dev-python/djangocms-picture[${PYTHON_USEDEP}] ) | ||
snippet? ( dev-python/djangocms-snippet[${PYTHON_USEDEP}] ) | ||
teaser? ( dev-python/djangocms-teaser[${PYTHON_USEDEP}] ) | ||
video? ( dev-python/djangocms-video[${PYTHON_USEDEP}] ) | ||
>=dev-python/django-classy-tags-0.7[${PYTHON_USEDEP}] | ||
>=dev-python/django-formtools-1.0[${PYTHON_USEDEP}] | ||
>=dev-python/django-sekizai-0.7[${PYTHON_USEDEP}] | ||
ckeditor? ( >=dev-python/djangocms-text-ckeditor-3.2.0[${PYTHON_USEDEP}] ) | ||
>=dev-python/django-treebeard-4.0[${PYTHON_USEDEP}] | ||
dev-python/html5lib[${PYTHON_USEDEP}] | ||
" | ||
|
||
DEPEND=" | ||
${RDEPEND} | ||
dev-python/setuptools[${PYTHON_USEDEP}] | ||
" |