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:
parent
bf67630add
commit
5650efc84a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497740
@ -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
|
||||
|
19
textproc/py-asonic/Makefile
Normal file
19
textproc/py-asonic/Makefile
Normal 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>
|
3
textproc/py-asonic/distinfo
Normal file
3
textproc/py-asonic/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1554313845
|
||||
SHA256 (asonic-1.0.1.tar.gz) = 4e6cef9533ffcb54894de59b74a6726407fb098bafaa38f337b38529ddd9772d
|
||||
SIZE (asonic-1.0.1.tar.gz) = 4924
|
4
textproc/py-asonic/pkg-descr
Normal file
4
textproc/py-asonic/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Async Python client for the Sonic search backend. Asonic implements
|
||||
all Sonic APIs.
|
||||
|
||||
WWW: https://github.com/moshe/asonic
|
Loading…
Reference in New Issue
Block a user