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 0A7441382C5 for ; Tue, 8 Jun 2021 11:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 330B8E0848; Tue, 8 Jun 2021 11:42:22 +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 120E7E0848 for ; Tue, 8 Jun 2021 11:42:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9B583340C30 for ; Tue, 8 Jun 2021 11:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F37347A4 for ; Tue, 8 Jun 2021 11:42:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1623152529.d9ebb5ed92aaf5c7f9f0f6656c7b66541f3f1360.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dj-search-url/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dj-search-url/Manifest dev-python/dj-search-url/dj-search-url-0.1.ebuild dev-python/dj-search-url/metadata.xml X-VCS-Directories: dev-python/dj-search-url/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d9ebb5ed92aaf5c7f9f0f6656c7b66541f3f1360 X-VCS-Branch: master Date: Tue, 8 Jun 2021 11:42:18 +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: 84e2f31c-02e2-45b8-8d6a-f9d661648ec4 X-Archives-Hash: 5cfa6682806873f37b3925bdaf8ec6ce commit: d9ebb5ed92aaf5c7f9f0f6656c7b66541f3f1360 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 8 06:53:43 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 8 11:42:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ebb5ed dev-python/dj-search-url: New package Dependency of dev-python/django-configurations. Signed-off-by: Michał Górny gentoo.org> dev-python/dj-search-url/Manifest | 1 + dev-python/dj-search-url/dj-search-url-0.1.ebuild | 17 +++++++++++++++++ dev-python/dj-search-url/metadata.xml | 11 +++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-python/dj-search-url/Manifest b/dev-python/dj-search-url/Manifest new file mode 100644 index 00000000000..8f3fd243acd --- /dev/null +++ b/dev-python/dj-search-url/Manifest @@ -0,0 +1 @@ +DIST dj-search-url-0.1.tar.gz 2815 BLAKE2B 75abd5bcd0d4b39a40c2c1a28eb02e903a40198f111364774af53375c21424ce170dc4d5f2fe7b51e884849d7700efeb3c99d534272002f60397099ea27da898 SHA512 9b233a8dc1ec8d6a81154ddbf6966beeb8fe4b62c1c7faf5e623409403dc2d64db1749552878b2a1edab1d3264820840bf14e7fcc2e54fafe5ca4d68a207fa5d diff --git a/dev-python/dj-search-url/dj-search-url-0.1.ebuild b/dev-python/dj-search-url/dj-search-url-0.1.ebuild new file mode 100644 index 00000000000..baa57476398 --- /dev/null +++ b/dev-python/dj-search-url/dj-search-url-0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Use Search URLs in your Django Haystack Application" +HOMEPAGE=" + https://pypi.org/project/dj-search-url/ + https://github.com/dstufft/dj-search-url/" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/dev-python/dj-search-url/metadata.xml b/dev-python/dj-search-url/metadata.xml new file mode 100644 index 00000000000..e6dd78f618f --- /dev/null +++ b/dev-python/dj-search-url/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + dj-search-url + dstufft/dj-search-url + +