pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-sqlite-fts4: Import py312-sqlite-fts4-1.0.3
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri Oct 3 19:56:04 2025 +0200
Changeset: bc21edcf0356e42ce6c440fbe2a18260fa4f5654
Added Files:
py-sqlite-fts4/DESCR
py-sqlite-fts4/Makefile
py-sqlite-fts4/PLIST
py-sqlite-fts4/distinfo
Log Message:
py-sqlite-fts4: Import py312-sqlite-fts4-1.0.3
Custom SQLite functions written in Python for ranking documents indexed
using the FTS4 extension.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bc21edcf0356e42ce6c440fbe2a18260fa4f5654
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-sqlite-fts4/DESCR | 2 ++
py-sqlite-fts4/Makefile | 16 ++++++++++++++++
py-sqlite-fts4/PLIST | 9 +++++++++
py-sqlite-fts4/distinfo | 5 +++++
4 files changed, 32 insertions(+)
diffs:
diff --git a/py-sqlite-fts4/DESCR b/py-sqlite-fts4/DESCR
new file mode 100644
index 0000000000..738c45e142
--- /dev/null
+++ b/py-sqlite-fts4/DESCR
@@ -0,0 +1,2 @@
+Custom SQLite functions written in Python for ranking documents indexed
+using the FTS4 extension.
diff --git a/py-sqlite-fts4/Makefile b/py-sqlite-fts4/Makefile
new file mode 100644
index 0000000000..830d244d4b
--- /dev/null
+++ b/py-sqlite-fts4/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= sqlite-fts4-1.0.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= databases python
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlite-fts4/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/simonw/sqlite-fts4
+COMMENT= Python functions for working with SQLite FTS4 search
+LICENSE= apache-2.0
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sqlite-fts4/PLIST b/py-sqlite-fts4/PLIST
new file mode 100644
index 0000000000..111f02ca8f
--- /dev/null
+++ b/py-sqlite-fts4/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/sqlite_fts4/__init__.py
+${PYSITELIB}/sqlite_fts4/__init__.pyc
+${PYSITELIB}/sqlite_fts4/__init__.pyo
diff --git a/py-sqlite-fts4/distinfo b/py-sqlite-fts4/distinfo
new file mode 100644
index 0000000000..258c861b5f
--- /dev/null
+++ b/py-sqlite-fts4/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (sqlite-fts4-1.0.3.tar.gz) = 04ecbb3ceb4ecb54f7fde1314d4fde2cdf8cb82b65e41ab2aa2c0f779c5321fb
+SHA512 (sqlite-fts4-1.0.3.tar.gz) = fa958bba7b24e09554d8d384de3645070e75983608e13ddeaaa7db5eaf587463a56092e1275d7292c7fd3e873382a099b90c55dff99278528061eb0f9088f3cf
+Size (sqlite-fts4-1.0.3.tar.gz) = 9718 bytes
Home |
Main Index |
Thread Index |
Old Index