added aldryn-search package
authorSlawomir Lis <slis@gentoo.org>
Mon, 20 Jun 2016 13:05:02 +0000 (15:05 +0200)
committerSlawomir Lis <slis@gentoo.org>
Mon, 20 Jun 2016 13:06:06 +0000 (15:06 +0200)
Package-Manager: portage-2.3.0_rc1

dev-python/aldryn-search/Manifest [new file with mode: 0644]
dev-python/aldryn-search/aldryn-search-0.2.12.ebuild [new file with mode: 0644]
dev-python/aldryn-search/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/aldryn-search/Manifest b/dev-python/aldryn-search/Manifest
new file mode 100644 (file)
index 0000000..4fa5145
--- /dev/null
@@ -0,0 +1 @@
+DIST aldryn-search-0.2.12.tar.gz 24111 SHA256 5d6b6db8cc38ee4fb0449615152ed24918647c6a8995fd4790ed2e8787068d99 SHA512 c94474fc8dbbc71c9282c27367bc37f44a014adb65c117fcb5a160eb7cda21b66dd02c42edb8249b843e4d05170cef6c8431312aa5afdba601f448f4f983e363 WHIRLPOOL 49ac739b5a5bdf47a5b038915790f7e86c68b52feb33db3cac8e9eb17c63e76c608e71f8a8fa87301cc58b02b88c7d998c8553d007499480655859adb8d143fe
diff --git a/dev-python/aldryn-search/aldryn-search-0.2.12.ebuild b/dev-python/aldryn-search/aldryn-search-0.2.12.ebuild
new file mode 100644 (file)
index 0000000..bd22dec
--- /dev/null
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="An extension to django CMS to provide multilingual Haystack indexes"
+HOMEPAGE="https://pypi.python.org/pypi/aldryn-search"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-python/lxml
+       >=dev-python/django-1.4
+       dev-python/django-appconf
+       >=dev-python/django-cms-3.0
+       >=dev-python/django-haystack-2.0.0
+       dev-python/django-spurl
+       dev-python/django-standard-form
+       >=dev-python/aldryn-common-1.0.2
+"
+DEPEND="
+       ${RDEPEND}
+       dev-python/setuptools
+"
diff --git a/dev-python/aldryn-search/metadata.xml b/dev-python/aldryn-search/metadata.xml
new file mode 100644 (file)
index 0000000..fddae94
--- /dev/null
@@ -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">aldryn-search</remote-id>
+  </upstream>
+</pkgmetadata>