diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-17 20:11:02 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-17 20:12:03 +0000 |
| commit | 97c8d656a5d200f55c2302d0bc70a604daf86eff (patch) | |
| tree | fba9a72be533fbb0b4d800106396c63d619d09ba | |
| parent | 470e2f345fdb60fb378077b8dd162f5f339409f2 (diff) | |
textproc/py-meilisearch: New port: Python client for Meilisearch API
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/py-meilisearch/Makefile | 27 | ||||
| -rw-r--r-- | textproc/py-meilisearch/distinfo | 3 | ||||
| -rw-r--r-- | textproc/py-meilisearch/pkg-descr | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f996ea458bcc..c82f121c22ba 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1464,6 +1464,7 @@ SUBDIR += py-mdit-py-plugins SUBDIR += py-mdurl SUBDIR += py-mdx_wikilink_plus + SUBDIR += py-meilisearch SUBDIR += py-merge3 SUBDIR += py-mike SUBDIR += py-misaka diff --git a/textproc/py-meilisearch/Makefile b/textproc/py-meilisearch/Makefile new file mode 100644 index 000000000000..87879312f108 --- /dev/null +++ b/textproc/py-meilisearch/Makefile @@ -0,0 +1,27 @@ +PORTNAME= meilisearch +DISTVERSION= 0.36.0 +CATEGORIES= textproc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python client for Meilisearch API +WWW= https://www.meilisearch.com \ + https://github.com/meilisearch/meilisearch-python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}camel-converter>0:devel/py-camel-converter@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist pytest + +NO_ARCH= yes + +# tests as of 0.36.0: 7 passed in 1.95s + +.include <bsd.port.mk> diff --git a/textproc/py-meilisearch/distinfo b/textproc/py-meilisearch/distinfo new file mode 100644 index 000000000000..c8ecf3a06989 --- /dev/null +++ b/textproc/py-meilisearch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1755455740 +SHA256 (meilisearch-0.36.0.tar.gz) = d7cb957d03395d7d4be1758a370cfac90ba6def2ff7c2b22a785b243a1f0e06e +SIZE (meilisearch-0.36.0.tar.gz) = 27116 diff --git a/textproc/py-meilisearch/pkg-descr b/textproc/py-meilisearch/pkg-descr new file mode 100644 index 000000000000..725500ebae99 --- /dev/null +++ b/textproc/py-meilisearch/pkg-descr @@ -0,0 +1,4 @@ +Meilisearch Python is the Meilisearch API client for Python developers. + +Meilisearch is an open-source search engine. +Learn more about Meilisea |
