1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

New port: textproc/py-asonic

Async Python client for the Sonic search backend.  Asonic implements
all Sonic APIs.

WWW: https://github.com/moshe/asonic
This commit is contained in:
Tobias Kortkamp 2019-04-03 18:05:21 +00:00
parent bf67630add
commit 5650efc84a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497740
4 changed files with 27 additions and 0 deletions

View File

@ -1271,6 +1271,7 @@
SUBDIR += py-agate-excel
SUBDIR += py-alabaster
SUBDIR += py-asciinema
SUBDIR += py-asonic
SUBDIR += py-asv
SUBDIR += py-autopep8
SUBDIR += py-awesome-slugify

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= asonic
PORTVERSION= 1.0.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tobik@FreeBSD.org
COMMENT= Async Python client for the Sonic search backend
LICENSE= MPL20
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1554313845
SHA256 (asonic-1.0.1.tar.gz) = 4e6cef9533ffcb54894de59b74a6726407fb098bafaa38f337b38529ddd9772d
SIZE (asonic-1.0.1.tar.gz) = 4924

View File

@ -0,0 +1,4 @@
Async Python client for the Sonic search backend. Asonic implements
all Sonic APIs.
WWW: https://github.com/moshe/asonic