summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-08 08:53:43 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-08 13:42:09 +0200
commitd9ebb5ed92aaf5c7f9f0f6656c7b66541f3f1360 (patch)
tree9acba6720ee81e130dc710274412e07c6de68059 /dev-python/dj-search-url/dj-search-url-0.1.ebuild
parentdev-python/dj-email-url: Keyword ~x86 (diff)
downloadgentoo-d9ebb5ed92aaf5c7f9f0f6656c7b66541f3f1360.tar.gz
gentoo-d9ebb5ed92aaf5c7f9f0f6656c7b66541f3f1360.tar.bz2
gentoo-d9ebb5ed92aaf5c7f9f0f6656c7b66541f3f1360.zip
dev-python/dj-search-url: New package
Dependency of dev-python/django-configurations. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dj-search-url/dj-search-url-0.1.ebuild')
-rw-r--r--dev-python/dj-search-url/dj-search-url-0.1.ebuild17
1 files changed, 17 insertions, 0 deletions
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"