diff options
author | 2015-11-05 13:13:39 +0100 | |
---|---|---|
committer | 2015-11-05 13:36:22 +0100 | |
commit | a65306bf3a9dbcd18c33d1cbd86eaa218ea2704a (patch) | |
tree | 1bad1a21676ee2311e9ea6651d89039c5bd6c622 /dev-python/djangocms-file/djangocms-file-0.1.ebuild | |
parent | Added djangocms-admin-style package (diff) | |
download | gentoo-a65306bf3a9dbcd18c33d1cbd86eaa218ea2704a.tar.gz gentoo-a65306bf3a9dbcd18c33d1cbd86eaa218ea2704a.tar.bz2 gentoo-a65306bf3a9dbcd18c33d1cbd86eaa218ea2704a.zip |
Added djangocms-file package
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-python/djangocms-file/djangocms-file-0.1.ebuild')
-rw-r--r-- | dev-python/djangocms-file/djangocms-file-0.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/djangocms-file/djangocms-file-0.1.ebuild b/dev-python/djangocms-file/djangocms-file-0.1.ebuild new file mode 100644 index 000000000000..c50396575dd3 --- /dev/null +++ b/dev-python/djangocms-file/djangocms-file-0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 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="File plugin for django CMS" +HOMEPAGE="https://pypi.python.org/pypi/djangocms-file" +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 +"
\ No newline at end of file |