version bump
authorSlawomir Lis <slis@gentoo.org>
Mon, 13 Jun 2016 06:40:49 +0000 (08:40 +0200)
committerSlawomir Lis <slis@gentoo.org>
Mon, 13 Jun 2016 06:50:47 +0000 (08:50 +0200)
Package-Manager: portage-2.3.0_rc1

dev-python/djangocms-file/Manifest
dev-python/djangocms-file/djangocms-file-1.0.ebuild [new file with mode: 0644]

index 342475a996751c7b322b7fc7cfc2603f6a9f0914..de37a17df7b5ee766115b0c36ea9bfe6ea63fad2 100644 (file)
@@ -1 +1,2 @@
 DIST djangocms-file-0.1.tar.gz 22634 SHA256 4e947a67782745be0454601cdb8a43311815bfb38aefd542470d989655a203d8 SHA512 14d7210e7341eeca275cba1ef0ba5f2461d11ec5e6f352f03c1cf458270938edc55f6600d00db58c5f0cfafac0d0cc2c4319dd9fae77656112cd58fea0b39584 WHIRLPOOL deaacab576ea5f6046cae2460071cbd87a4d570ca6f53fb1075b54da24ab82277643eb70a82416d632772a4f9a3647e41a106ec3e308e8491456a042cb884fa5
+DIST djangocms-file-1.0.tar.gz 23315 SHA256 bf82bea135b2b5d3a98472d88d83fae76a9bb89c97bd2dc8927f7fd5ac5de528 SHA512 c051f4ddabf1b3fe62e72ca56a066c7ff89b4f6c5fe24ba1ed224a48f59ca23cb154da6e9001ded289fc4feb7334d6a8dd3948e0e0fb469ab144ea47358123d0 WHIRLPOOL 8f2be0abd70d6da22fd47cdbf6fac94211c677cbf97ed17e415516931375ecd48476464db7fafb36635ec6a863200b83af2482150029bd8f19ae647e343637d7
diff --git a/dev-python/djangocms-file/djangocms-file-1.0.ebuild b/dev-python/djangocms-file/djangocms-file-1.0.ebuild
new file mode 100644 (file)
index 0000000..a4a2b86
--- /dev/null
@@ -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="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
+"