2018-03-04 23:05:19 +01:00
|
|
|
PORTNAME= sseclient
|
2020-09-25 21:02:21 +02:00
|
|
|
DISTVERSION= 0.0.27
|
2018-03-04 23:05:19 +01:00
|
|
|
CATEGORIES= www python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2018-03-04 23:05:19 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Python client library for reading Server Sent Event streams
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/btubbs/sseclient
|
2018-03-04 23:05:19 +01:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2019-04-25 07:27:36 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.9:www/py-requests@${PY_FLAVOR} \
|
2018-06-20 19:05:41 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
2018-03-04 23:05:19 +01:00
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2018-03-04 23:05:19 +01:00
|
|
|
USE_PYTHON= distutils autoplist
|
2018-11-15 02:19:11 +01:00
|
|
|
|
2018-03-04 23:05:19 +01:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|