13b61b56d5
v4.1.4 * Make tests more deterministic and easier to run outside of ``tox``. * Fix Fedora packaging `issue <https://github.com/evansd/whitenoise/issues/225>`_. * Use `Black <https://github.com/psf/black>`_ to format all code. v4.1.3 * Fix handling of zero-valued mtimes which can occur when running on some filesystems. * Fix potential path traversal attack while running in autorefresh mode on Windows.
16 lines
434 B
Makefile
16 lines
434 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/11/13 21:01:37 adam Exp $
|
|
|
|
DISTNAME= whitenoise-4.1.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=w/whitenoise/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://whitenoise.evans.io/
|
|
COMMENT= Simplified static file serving for WSGI applications
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|