From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47AEE138334 for ; Thu, 14 Mar 2019 21:03:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F416E0957; Thu, 14 Mar 2019 21:03:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15D64E0957 for ; Thu, 14 Mar 2019 21:03:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADC01335CDE for ; Thu, 14 Mar 2019 21:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58ABB54F for ; Thu, 14 Mar 2019 21:03:13 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1552597382.f6c58f30e7b30f34861b3bd4ffe0db265e78f8dd.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-filter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-filter/Manifest dev-python/django-filter/django-filter-2.1.0.ebuild dev-python/django-filter/metadata.xml X-VCS-Directories: dev-python/django-filter/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f6c58f30e7b30f34861b3bd4ffe0db265e78f8dd X-VCS-Branch: master Date: Thu, 14 Mar 2019 21:03:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f2195c6-7afe-43a4-aea7-cbc7b76440af X-Archives-Hash: 4962796fbb1561e159ae4997e5922114 commit: f6c58f30e7b30f34861b3bd4ffe0db265e78f8dd Author: William Hubbs sony com> AuthorDate: Thu Mar 14 20:49:52 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Mar 14 21:03:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c58f30 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 gentoo.org> 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(+) diff --git a/dev-python/django-filter/Manifest b/dev-python/django-filter/Manifest new file mode 100644 index 00000000000..731d3c06531 --- /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 00000000000..aa5e60df1dd --- /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 00000000000..c36c37139fa --- /dev/null +++ b/dev-python/django-filter/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + +