1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/py-sseclient/Makefile
Yuri Victorovich 1650c98850 www/py-sseclient: Update 0.0.19 -> 0.0.20
Reported by:	portscout
2018-11-15 01:19:11 +00:00

23 lines
479 B
Makefile

# $FreeBSD$
PORTNAME= sseclient
DISTVERSION= 0.0.20
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python client library for reading Server Sent Event streams
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>