freebsd-ports/www/py-livereload/Makefile
Kai Knoblich 5bf90cb18f www/py-livereload: Update to 2.6.1
Changelog:

* Bugfix release
* Trigger reload on deleted files
* Cache etag and mtime. Recalculate etag only on mtime change

https://github.com/lepture/python-livereload/compare/v2.6.0...v2.6.1
2019-05-12 13:56:57 +00:00

23 lines
514 B
Makefile

# $FreeBSD$
PORTNAME= livereload
DISTVERSION= 2.6.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= WSGI for web developers to watch changes in realtime
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>