pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun  4 02:47:57 UTC 2023

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-django-haystack: DESCR Makefile PLIST distinfo

Log Message:
py-django-haystack: add version 3.2.1

Haystack provides modular search for Django. It features a unified, familiar
API that allows you to plug in different search backends (such as Solr,
Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.


To generate a diff of this commit:
cvs rdiff -u -r1.1717 -r1.1718 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-haystack/DESCR \
    pkgsrc/www/py-django-haystack/Makefile \
    pkgsrc/www/py-django-haystack/PLIST \
    pkgsrc/www/py-django-haystack/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1717 pkgsrc/www/Makefile:1.1718
--- pkgsrc/www/Makefile:1.1717  Sun Jun  4 02:40:49 2023
+++ pkgsrc/www/Makefile Sun Jun  4 02:47:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1717 2023/06/04 02:40:49 markd Exp $
+# $NetBSD: Makefile,v 1.1718 2023/06/04 02:47:57 markd Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -706,6 +706,7 @@ SUBDIR+=    py-django-filer
 SUBDIR+=       py-django-filter
 SUBDIR+=       py-django-formtools
 SUBDIR+=       py-django-gravatar2
+SUBDIR+=       py-django-haystack
 SUBDIR+=       py-django-import-export
 SUBDIR+=       py-django-inline-ordering
 SUBDIR+=       py-django-js-asset

Added files:

Index: pkgsrc/www/py-django-haystack/DESCR
diff -u /dev/null pkgsrc/www/py-django-haystack/DESCR:1.1
--- /dev/null   Sun Jun  4 02:47:57 2023
+++ pkgsrc/www/py-django-haystack/DESCR Sun Jun  4 02:47:57 2023
@@ -0,0 +1,3 @@
+Haystack provides modular search for Django. It features a unified, familiar
+API that allows you to plug in different search backends (such as Solr,
+Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.
Index: pkgsrc/www/py-django-haystack/Makefile
diff -u /dev/null pkgsrc/www/py-django-haystack/Makefile:1.1
--- /dev/null   Sun Jun  4 02:47:57 2023
+++ pkgsrc/www/py-django-haystack/Makefile      Sun Jun  4 02:47:57 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/06/04 02:47:57 markd Exp $
+
+DISTNAME=      django-haystack-3.2.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-haystack/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://haystacksearch.org/
+COMMENT=       Modular search for Django
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-haystack/PLIST
diff -u /dev/null pkgsrc/www/py-django-haystack/PLIST:1.1
--- /dev/null   Sun Jun  4 02:47:57 2023
+++ pkgsrc/www/py-django-haystack/PLIST Sun Jun  4 02:47:57 2023
@@ -0,0 +1,139 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/04 02:47:57 markd Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/haystack/__init__.py
+${PYSITELIB}/haystack/__init__.pyc
+${PYSITELIB}/haystack/__init__.pyo
+${PYSITELIB}/haystack/admin.py
+${PYSITELIB}/haystack/admin.pyc
+${PYSITELIB}/haystack/admin.pyo
+${PYSITELIB}/haystack/apps.py
+${PYSITELIB}/haystack/apps.pyc
+${PYSITELIB}/haystack/apps.pyo
+${PYSITELIB}/haystack/backends/__init__.py
+${PYSITELIB}/haystack/backends/__init__.pyc
+${PYSITELIB}/haystack/backends/__init__.pyo
+${PYSITELIB}/haystack/backends/elasticsearch2_backend.py
+${PYSITELIB}/haystack/backends/elasticsearch2_backend.pyc
+${PYSITELIB}/haystack/backends/elasticsearch2_backend.pyo
+${PYSITELIB}/haystack/backends/elasticsearch5_backend.py
+${PYSITELIB}/haystack/backends/elasticsearch5_backend.pyc
+${PYSITELIB}/haystack/backends/elasticsearch5_backend.pyo
+${PYSITELIB}/haystack/backends/elasticsearch7_backend.py
+${PYSITELIB}/haystack/backends/elasticsearch7_backend.pyc
+${PYSITELIB}/haystack/backends/elasticsearch7_backend.pyo
+${PYSITELIB}/haystack/backends/elasticsearch_backend.py
+${PYSITELIB}/haystack/backends/elasticsearch_backend.pyc
+${PYSITELIB}/haystack/backends/elasticsearch_backend.pyo
+${PYSITELIB}/haystack/backends/simple_backend.py
+${PYSITELIB}/haystack/backends/simple_backend.pyc
+${PYSITELIB}/haystack/backends/simple_backend.pyo
+${PYSITELIB}/haystack/backends/solr_backend.py
+${PYSITELIB}/haystack/backends/solr_backend.pyc
+${PYSITELIB}/haystack/backends/solr_backend.pyo
+${PYSITELIB}/haystack/backends/whoosh_backend.py
+${PYSITELIB}/haystack/backends/whoosh_backend.pyc
+${PYSITELIB}/haystack/backends/whoosh_backend.pyo
+${PYSITELIB}/haystack/constants.py
+${PYSITELIB}/haystack/constants.pyc
+${PYSITELIB}/haystack/constants.pyo
+${PYSITELIB}/haystack/exceptions.py
+${PYSITELIB}/haystack/exceptions.pyc
+${PYSITELIB}/haystack/exceptions.pyo
+${PYSITELIB}/haystack/fields.py
+${PYSITELIB}/haystack/fields.pyc
+${PYSITELIB}/haystack/fields.pyo
+${PYSITELIB}/haystack/forms.py
+${PYSITELIB}/haystack/forms.pyc
+${PYSITELIB}/haystack/forms.pyo
+${PYSITELIB}/haystack/generic_views.py
+${PYSITELIB}/haystack/generic_views.pyc
+${PYSITELIB}/haystack/generic_views.pyo
+${PYSITELIB}/haystack/indexes.py
+${PYSITELIB}/haystack/indexes.pyc
+${PYSITELIB}/haystack/indexes.pyo
+${PYSITELIB}/haystack/inputs.py
+${PYSITELIB}/haystack/inputs.pyc
+${PYSITELIB}/haystack/inputs.pyo
+${PYSITELIB}/haystack/management/__init__.py
+${PYSITELIB}/haystack/management/__init__.pyc
+${PYSITELIB}/haystack/management/__init__.pyo
+${PYSITELIB}/haystack/management/commands/__init__.py
+${PYSITELIB}/haystack/management/commands/__init__.pyc
+${PYSITELIB}/haystack/management/commands/__init__.pyo
+${PYSITELIB}/haystack/management/commands/build_solr_schema.py
+${PYSITELIB}/haystack/management/commands/build_solr_schema.pyc
+${PYSITELIB}/haystack/management/commands/build_solr_schema.pyo
+${PYSITELIB}/haystack/management/commands/clear_index.py
+${PYSITELIB}/haystack/management/commands/clear_index.pyc
+${PYSITELIB}/haystack/management/commands/clear_index.pyo
+${PYSITELIB}/haystack/management/commands/haystack_info.py
+${PYSITELIB}/haystack/management/commands/haystack_info.pyc
+${PYSITELIB}/haystack/management/commands/haystack_info.pyo
+${PYSITELIB}/haystack/management/commands/rebuild_index.py
+${PYSITELIB}/haystack/management/commands/rebuild_index.pyc
+${PYSITELIB}/haystack/management/commands/rebuild_index.pyo
+${PYSITELIB}/haystack/management/commands/update_index.py
+${PYSITELIB}/haystack/management/commands/update_index.pyc
+${PYSITELIB}/haystack/management/commands/update_index.pyo
+${PYSITELIB}/haystack/manager.py
+${PYSITELIB}/haystack/manager.pyc
+${PYSITELIB}/haystack/manager.pyo
+${PYSITELIB}/haystack/models.py
+${PYSITELIB}/haystack/models.pyc
+${PYSITELIB}/haystack/models.pyo
+${PYSITELIB}/haystack/panels.py
+${PYSITELIB}/haystack/panels.pyc
+${PYSITELIB}/haystack/panels.pyo
+${PYSITELIB}/haystack/query.py
+${PYSITELIB}/haystack/query.pyc
+${PYSITELIB}/haystack/query.pyo
+${PYSITELIB}/haystack/routers.py
+${PYSITELIB}/haystack/routers.pyc
+${PYSITELIB}/haystack/routers.pyo
+${PYSITELIB}/haystack/signals.py
+${PYSITELIB}/haystack/signals.pyc
+${PYSITELIB}/haystack/signals.pyo
+${PYSITELIB}/haystack/templates/panels/haystack.html
+${PYSITELIB}/haystack/templates/search_configuration/schema.xml
+${PYSITELIB}/haystack/templates/search_configuration/solrconfig.xml
+${PYSITELIB}/haystack/templatetags/__init__.py
+${PYSITELIB}/haystack/templatetags/__init__.pyc
+${PYSITELIB}/haystack/templatetags/__init__.pyo
+${PYSITELIB}/haystack/templatetags/highlight.py
+${PYSITELIB}/haystack/templatetags/highlight.pyc
+${PYSITELIB}/haystack/templatetags/highlight.pyo
+${PYSITELIB}/haystack/templatetags/more_like_this.py
+${PYSITELIB}/haystack/templatetags/more_like_this.pyc
+${PYSITELIB}/haystack/templatetags/more_like_this.pyo
+${PYSITELIB}/haystack/urls.py
+${PYSITELIB}/haystack/urls.pyc
+${PYSITELIB}/haystack/urls.pyo
+${PYSITELIB}/haystack/utils/__init__.py
+${PYSITELIB}/haystack/utils/__init__.pyc
+${PYSITELIB}/haystack/utils/__init__.pyo
+${PYSITELIB}/haystack/utils/app_loading.py
+${PYSITELIB}/haystack/utils/app_loading.pyc
+${PYSITELIB}/haystack/utils/app_loading.pyo
+${PYSITELIB}/haystack/utils/geo.py
+${PYSITELIB}/haystack/utils/geo.pyc
+${PYSITELIB}/haystack/utils/geo.pyo
+${PYSITELIB}/haystack/utils/highlighting.py
+${PYSITELIB}/haystack/utils/highlighting.pyc
+${PYSITELIB}/haystack/utils/highlighting.pyo
+${PYSITELIB}/haystack/utils/loading.py
+${PYSITELIB}/haystack/utils/loading.pyc
+${PYSITELIB}/haystack/utils/loading.pyo
+${PYSITELIB}/haystack/utils/log.py
+${PYSITELIB}/haystack/utils/log.pyc
+${PYSITELIB}/haystack/utils/log.pyo
+${PYSITELIB}/haystack/version.py
+${PYSITELIB}/haystack/version.pyc
+${PYSITELIB}/haystack/version.pyo
+${PYSITELIB}/haystack/views.py
+${PYSITELIB}/haystack/views.pyc
+${PYSITELIB}/haystack/views.pyo
Index: pkgsrc/www/py-django-haystack/distinfo
diff -u /dev/null pkgsrc/www/py-django-haystack/distinfo:1.1
--- /dev/null   Sun Jun  4 02:47:57 2023
+++ pkgsrc/www/py-django-haystack/distinfo      Sun Jun  4 02:47:57 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/04 02:47:57 markd Exp $
+
+BLAKE2s (django-haystack-3.2.1.tar.gz) = f0f2edb484ed26b30a5a82e5178a5c13676fb3cd4e22a382394a7c4f5c1c7590
+SHA512 (django-haystack-3.2.1.tar.gz) = 60ce7297243ab5a43780b0aed6f25970ef0438aaadf8f7c92f89970e58c045d3f6ba7a5a635a275e21dc73b116fb33cad32a41991a677bd0a9c66aef4b7ff0c2
+Size (django-haystack-3.2.1.tar.gz) = 466580 bytes



Home | Main Index | Thread Index | Old Index