From d9ebb5ed92aaf5c7f9f0f6656c7b66541f3f1360 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 8 Jun 2021 08:53:43 +0200 Subject: dev-python/dj-search-url: New package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dependency of dev-python/django-configurations. Signed-off-by: Michał Górny --- dev-python/dj-search-url/dj-search-url-0.1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev-python/dj-search-url/dj-search-url-0.1.ebuild (limited to 'dev-python/dj-search-url/dj-search-url-0.1.ebuild') 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 000000000000..baa574763988 --- /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" -- cgit v1.2.3-65-gdbad