added aldryn-search package

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Slawomir Lis
2016-06-20 15:05:02 +02:00
parent 160deb9cfd
commit 06841bf35f
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST aldryn-search-0.2.12.tar.gz 24111 SHA256 5d6b6db8cc38ee4fb0449615152ed24918647c6a8995fd4790ed2e8787068d99 SHA512 c94474fc8dbbc71c9282c27367bc37f44a014adb65c117fcb5a160eb7cda21b66dd02c42edb8249b843e4d05170cef6c8431312aa5afdba601f448f4f983e363 WHIRLPOOL 49ac739b5a5bdf47a5b038915790f7e86c68b52feb33db3cac8e9eb17c63e76c608e71f8a8fa87301cc58b02b88c7d998c8553d007499480655859adb8d143fe

View File

@@ -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
"

View File

@@ -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>