From f6c58f30e7b30f34861b3bd4ffe0db265e78f8dd Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 14 Mar 2019 15:49:52 -0500 Subject: dev-python/django-filter: Django QuerySet filtering from URL parameters Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: William Hubbs --- dev-python/django-filter/Manifest | 1 + dev-python/django-filter/django-filter-2.1.0.ebuild | 19 +++++++++++++++++++ dev-python/django-filter/metadata.xml | 8 ++++++++ 3 files changed, 28 insertions(+) create mode 100644 dev-python/django-filter/Manifest create mode 100644 dev-python/django-filter/django-filter-2.1.0.ebuild create mode 100644 dev-python/django-filter/metadata.xml (limited to 'dev-python/django-filter') diff --git a/dev-python/django-filter/Manifest b/dev-python/django-filter/Manifest new file mode 100644 index 000000000000..731d3c06531a --- /dev/null +++ b/dev-python/django-filter/Manifest @@ -0,0 +1 @@ +DIST django-filter-2.1.0.tar.gz 142256 BLAKE2B 0763c3032cdd857be30050caa27af6bd938030c37cc52f30c98ab751c81dc8b2ce0c974ed19ae8c859347fbec2139b27a08657e99c83bc8e79b8883196050897 SHA512 e917ec0fb1cdb8f19e6a7e50989d2df3697baa0bb50eaa62f5916cc0fe000e1e3594672a312114ab761d49b9f83bf7f5c1f4a35f4014c113ac9387a9bf086e10 diff --git a/dev-python/django-filter/django-filter-2.1.0.ebuild b/dev-python/django-filter/django-filter-2.1.0.ebuild new file mode 100644 index 000000000000..aa5e60df1dd5 --- /dev/null +++ b/dev-python/django-filter/django-filter-2.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{4,5,6,7} ) +inherit distutils-r1 + +DESCRIPTION="Django app allowing declarative dynamic QuerySet filtering from URL parameters" +HOMEPAGE="https://github.com/carltongibson/django-filter" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} +dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/django-filter/metadata.xml b/dev-python/django-filter/metadata.xml new file mode 100644 index 000000000000..c36c37139fad --- /dev/null +++ b/dev-python/django-filter/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + -- cgit v1.2.3-65-gdbad