2019-04-03 20:05:21 +02:00
|
|
|
PORTNAME= asonic
|
2020-02-06 09:51:54 +01:00
|
|
|
PORTVERSION= 2.0.0
|
2019-04-03 20:05:21 +02:00
|
|
|
CATEGORIES= textproc python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2019-04-03 20:05:21 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2020-09-28 07:05:24 +02:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2019-04-03 20:05:21 +02:00
|
|
|
COMMENT= Async Python client for the Sonic search backend
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/moshe/asonic
|
2019-04-03 20:05:21 +02:00
|
|
|
|
|
|
|
LICENSE= MPL20
|
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2019-04-03 20:05:21 +02:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|