dev-python/djangocms-file: Remove last-rited pkg
[gentoo.git] / dev-python / djangocms-admin-style / djangocms-admin-style-1.2.7.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="5"
5
6 PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Adds pretty CSS styles for the django CMS admin interface."
11 HOMEPAGE="https://pypi.org/project/djangocms-admin-style/"
12 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
13
14 LICENSE="BSD"
15 KEYWORDS="~amd64 ~x86"
16 SLOT="0"
17 IUSE=""
18
19 RDEPEND=""
20
21 DEPEND="
22         ${RDEPEND}
23         dev-python/setuptools[${PYTHON_USEDEP}]
24 "