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
23 lines
514 B
Makefile
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>
|