Date: Fri, 6 Apr 2018 07:20:03 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466622 - in head/www: . py-livereload Message-ID: <201804060720.w367K3kw054085@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Apr 6 07:20:03 2018 New Revision: 466622 URL: https://svnweb.freebsd.org/changeset/ports/466622 Log: New port: www/py-livereload: WSGI for web developers to watch changes in realtime PR: 227290 Submitted by: Kai <freebsd_ports@k-worx.org> Added: head/www/py-livereload/ head/www/py-livereload/Makefile (contents, props changed) head/www/py-livereload/distinfo (contents, props changed) head/www/py-livereload/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Apr 6 07:07:17 2018 (r466621) +++ head/www/Makefile Fri Apr 6 07:20:03 2018 (r466622) @@ -1714,6 +1714,7 @@ SUBDIR += py-kallithea SUBDIR += py-lesscpy SUBDIR += py-libsass + SUBDIR += py-livereload SUBDIR += py-mechanize SUBDIR += py-meld SUBDIR += py-meld3 Added: head/www/py-livereload/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-livereload/Makefile Fri Apr 6 07:20:03 2018 (r466622) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= livereload +DISTVERSION= 2.5.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd_ports@k-worx.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@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${FLAVOR} + +USES= python +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/www/py-livereload/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-livereload/distinfo Fri Apr 6 07:20:03 2018 (r466622) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522885827 +SHA256 (livereload-2.5.1.tar.gz) = 422de10d7ea9467a1ba27cbaffa84c74b809d96fb1598d9de4b9b676adf35e2c +SIZE (livereload-2.5.1.tar.gz) = 20356 Added: head/www/py-livereload/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-livereload/pkg-descr Fri Apr 6 07:20:03 2018 (r466622) @@ -0,0 +1,6 @@ +LiveReload is designed for web developers who know Python. It offers a server +that provides a WSGI application to watch changes on web files in realtime. + +It offers APIs for the Django, Flask and Bottle frameworks. + +WWW: https://github.com/lepture/python-livereload
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804060720.w367K3kw054085>