summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2016-10-24 08:50:01 +0200
committerSlawomir Lis <slis@gentoo.org>2016-10-24 08:50:01 +0200
commit7d20eb2854c63a5aed6ff8f00e9501e97b9fcef7 (patch)
treec504db6e727ca0cb26ff021cc7877322d41d4306 /dev-python/djangocms-attributes-field
parentdev-ruby/origin: add 2.2.2 (diff)
downloadgentoo-7d20eb2854c63a5aed6ff8f00e9501e97b9fcef7.tar.gz
gentoo-7d20eb2854c63a5aed6ff8f00e9501e97b9fcef7.tar.bz2
gentoo-7d20eb2854c63a5aed6ff8f00e9501e97b9fcef7.zip
dev-python/djangocms-attributes-field: package added
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/djangocms-attributes-field')
-rw-r--r--dev-python/djangocms-attributes-field/Manifest1
-rw-r--r--dev-python/djangocms-attributes-field/djangocms-attributes-field-0.1.1.ebuild29
-rw-r--r--dev-python/djangocms-attributes-field/metadata.xml10
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/djangocms-attributes-field/Manifest b/dev-python/djangocms-attributes-field/Manifest
new file mode 100644
index 000000000000..140cd569b1b1
--- /dev/null
+++ b/dev-python/djangocms-attributes-field/Manifest
@@ -0,0 +1 @@
+DIST djangocms-attributes-field-0.1.1.tar.gz 27845 SHA256 f753318a19cf40524164913b746aac2e1a4a132d9949f88066fbc5098cd828b1 SHA512 06e61c0efd4374e98c983f722cacaabb056ead3906a7da815dbdf1a714bb48c4d14e4d432716e04d84379add8d6af61a073d5e7b1167e6fac49a222f242fb666 WHIRLPOOL 522af162d7673296e00ff917b66250cf053c8e6e5324292a9513e46755d9ea9295fbfaba5954db7c971bf405600798dca082a2d85d09f70ed30a24a6b889828f
diff --git a/dev-python/djangocms-attributes-field/djangocms-attributes-field-0.1.1.ebuild b/dev-python/djangocms-attributes-field/djangocms-attributes-field-0.1.1.ebuild
new file mode 100644
index 000000000000..8dd2e8074dd3
--- /dev/null
+++ b/dev-python/djangocms-attributes-field/djangocms-attributes-field-0.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="File plugin for django CMS"
+HOMEPAGE="https://github.com/divio/djangocms-attributes-field"
+SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+"
+
+src_prepare() {
+ sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"
+ eapply_user
+}
diff --git a/dev-python/djangocms-attributes-field/metadata.xml b/dev-python/djangocms-attributes-field/metadata.xml
new file mode 100644
index 000000000000..1fb2b6ab768e
--- /dev/null
+++ b/dev-python/djangocms-attributes-field/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>slis@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">djangocms-attributes-field</remote-id>
+ </upstream>
+</pkgmetadata>