commit: ef24dfcb5b6f3173b9cdbb37937e3904e668cd40
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 06:46:09 2016 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 06:51:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef24dfcb
version bump
Package-Manager: portage-2.3.0_rc1
dev-python/djangocms-picture/Manifest | 1 +
.../djangocms-picture-1.0.0.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/djangocms-picture/Manifest
b/dev-python/djangocms-picture/Manifest
index d9d7c94..e4a1e7f 100644
--- a/dev-python/djangocms-picture/Manifest
+++ b/dev-python/djangocms-picture/Manifest
@@ -1 +1,2 @@
DIST djangocms-picture-0.1.tar.gz 33969 SHA256
c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3 SHA512
ea925d873d32e2a1fdb789bf51758c3d7dacd295bbe217be4fb490b3cd26e452c17895c52713f6405edba83e6dead68596ed5c19d5bca22dff5f762e175e490c
WHIRLPOOL
1a1feb08c3f5fda9a3775df4839335be1960a9bcf70ff75b79923197b9b6e09075a9744de9ec474bf1a74ab81e02e602b624728b0598089021857fb7a0cf55bc
+DIST djangocms-picture-1.0.0.tar.gz 35127 SHA256
38b40f36362114aa8978864c5c9afd13aa904c0d2f92f7a86f22b766ddf2d9ac SHA512
863c7f6d542b5a847627f509e61be90f192fa619d56aac08fa7c6bf1c462124d598d99915834ac746f08b0250477ca6cca69bde6bafb7169aced98757b2e838c
WHIRLPOOL
e923581fbd0c38cdec771a1fa45730ac0e735bd574166008a5e58197cb37a73bb9c6fb7ed35c4f8ff6fe55bb81bb07eb3f568ff7a85d462e931c3e19a59ec421
diff --git a/dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild
b/dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild
new file mode 100644
index 0000000..54152d9
--- /dev/null
+++ b/dev-python/djangocms-picture/djangocms-picture-1.0.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="Picture plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
+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
+"