Import py-livereload 2.4.1 as www/py-livereload.

Python LiveReload is a web server library and command line utility, designed
for web developers who know Python.  It comes with the livereload command for
starting up a server in an arbitrary directory, serving up files inside that
directory, and watching for changes to files which trigger regeneration.
This commit is contained in:
jperkin 2016-01-21 20:26:50 +00:00
parent b4f95e7053
commit 2c7bf37b5f
4 changed files with 51 additions and 0 deletions

4
www/py-livereload/DESCR Normal file
View file

@ -0,0 +1,4 @@
Python LiveReload is a web server library and command line utility, designed
for web developers who know Python. It comes with the livereload command for
starting up a server in an arbitrary directory, serving up files inside that
directory, and watching for changes to files which trigger regeneration.

View file

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1 2016/01/21 20:26:50 jperkin Exp $
DISTNAME= livereload-2.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl:S/py//}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=lepture/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/lepture/python-livereload/
COMMENT= Python web server for developers
LICENSE= 2-clause-bsd
GITHUB_PROJECT= python-livereload
GITHUB_TAG= v${PKGVERSION_NOREV}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

24
www/py-livereload/PLIST Normal file
View file

@ -0,0 +1,24 @@
@comment $NetBSD: PLIST,v 1.1 2016/01/21 20:26:50 jperkin Exp $
bin/livereload
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/livereload/__init__.py
${PYSITELIB}/livereload/__init__.pyc
${PYSITELIB}/livereload/__init__.pyo
${PYSITELIB}/livereload/cli.py
${PYSITELIB}/livereload/cli.pyc
${PYSITELIB}/livereload/cli.pyo
${PYSITELIB}/livereload/handlers.py
${PYSITELIB}/livereload/handlers.pyc
${PYSITELIB}/livereload/handlers.pyo
${PYSITELIB}/livereload/server.py
${PYSITELIB}/livereload/server.pyc
${PYSITELIB}/livereload/server.pyo
${PYSITELIB}/livereload/vendors/livereload.js
${PYSITELIB}/livereload/watcher.py
${PYSITELIB}/livereload/watcher.pyc
${PYSITELIB}/livereload/watcher.pyo

View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2016/01/21 20:26:50 jperkin Exp $
SHA1 (livereload-2.4.1.tar.gz) = 0119fc9b02e6d047ffc3089656ea8effdde0e01e
RMD160 (livereload-2.4.1.tar.gz) = 3006215aca522f3dafa183f144671952baedd817
SHA512 (livereload-2.4.1.tar.gz) = 9106fe1894092ab336270f539be41d4db2d277560a41898e45014e34783ab0b601c993a5a5831c951d313db98ea835aecc8eb31468ba186e243a28df75bfe9bb
Size (livereload-2.4.1.tar.gz) = 25593 bytes