[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/46: gnu: Add python-pysolr.
From: |
guix-commits |
Subject: |
28/46: gnu: Add python-pysolr. |
Date: |
Tue, 21 Jul 2020 08:49:43 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 88b2c1aae21a28957ef9b53f3e9aa82355a9027e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 21 12:08:15 2020 +0300
gnu: Add python-pysolr.
* gnu/packages/python-web.scm (python-pysolr): New variable.
---
gnu/packages/python-web.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5a2fa1e..6fd430a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4368,3 +4368,28 @@ for Python. It is mainly used by the ZODB.")
Agent is a web crawler. It uses the list of registered robots from
@url{http://www.robotstxt.org}.")
(license license:gpl3+)))
+
+(define-public python-pysolr
+ (package
+ (name "python-pysolr")
+ (version "3.9.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pysolr" version))
+ (sha256
+ (base32
+ "1rj5jmscvxjwcmlfi6hmkj44l4x6n3ln5p7d8d18j566hzmmzw3f"))))
+ (build-system python-build-system)
+ (arguments
+ '(#:tests? #f)) ; Tests require network access.
+ (propagated-inputs
+ `(("python-requests" ,python-requests)))
+ (native-inputs
+ `(("python-setuptools-scm" ,python-setuptools-scm)))
+ (home-page "https://github.com/django-haystack/pysolr/")
+ (synopsis "Lightweight python wrapper for Apache Solr")
+ (description
+ "This module provides an interface that queries the Apache Solr server
+using a pure Python implementation.")
+ (license license:bsd-3)))
- 35/46: gnu: python-django-allauth: Update to 0.40.0., (continued)
- 35/46: gnu: python-django-allauth: Update to 0.40.0., guix-commits, 2020/07/21
- 38/46: gnu: python-django-testing: Update to 0.5.0., guix-commits, 2020/07/21
- 40/46: gnu: Add python-django-compressor., guix-commits, 2020/07/21
- 42/46: gnu: python-mailmanclient: Update to 3.3.1., guix-commits, 2020/07/21
- 45/46: gnu: Add python-hyperkitty., guix-commits, 2020/07/21
- 16/46: gnu: Add python-zope-copy., guix-commits, 2020/07/21
- 37/46: gnu: python-django-testing: Fix tests., guix-commits, 2020/07/21
- 43/46: gnu: Add mailman., guix-commits, 2020/07/21
- 46/46: gnu: postorius: Update to 1.3.3., guix-commits, 2020/07/21
- 22/46: gnu: Add python-flufl-bounce., guix-commits, 2020/07/21
- 28/46: gnu: Add python-pysolr.,
guix-commits <=
- 41/46: gnu: Add python-django-mailman3., guix-commits, 2020/07/21
- 44/46: gnu: Add python-mailman-hyperkitty., guix-commits, 2020/07/21