diff options
author | adam <adam@pkgsrc.org> | 2018-10-11 10:55:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-11 10:55:56 +0000 |
commit | 0594799d41fabac068e5693480aeae2ca72597da (patch) | |
tree | 49e319b8ffa948f752d10d0eea51076a52d67164 /www | |
parent | 35e0b9e5aaf667af88190d319c07a1fd6140b416 (diff) | |
download | pkgsrc-0594799d41fabac068e5693480aeae2ca72597da.tar.gz |
py-whitenoise: updated to 4.1
v4.1:
Silenced spurious warning about missing directories when in development (i.e “autorefresh”) mode.
Support supplying paths as Pathlib instances, rather than just strings.
Add a new CompressedStaticFilesStorage backend to support applying compression without applying Django’s hash-versioning process.
Documentation improvements.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-whitenoise/DESCR | 6 | ||||
-rw-r--r-- | www/py-whitenoise/Makefile | 6 | ||||
-rw-r--r-- | www/py-whitenoise/PLIST | 3 | ||||
-rw-r--r-- | www/py-whitenoise/distinfo | 10 |
4 files changed, 13 insertions, 12 deletions
diff --git a/www/py-whitenoise/DESCR b/www/py-whitenoise/DESCR index 48ac6c742f8..4ec451b6e3d 100644 --- a/www/py-whitenoise/DESCR +++ b/www/py-whitenoise/DESCR @@ -7,8 +7,8 @@ deployed anywhere without relying on nginx, Amazon S3 or any other external service. (Especially useful on Heroku, OpenShift and other PaaS providers.) -It’s designed to work nicely with a CDN for high-traffic sites so you -don’t have to sacrifice performance to benefit from simplicity. +It's designed to work nicely with a CDN for high-traffic sites so you +don't have to sacrifice performance to benefit from simplicity. WhiteNoise works with any WSGI-compatible app but has some special auto-configuration features for Django. @@ -18,4 +18,4 @@ WhiteNoise takes care of best-practices for you, for instance: - Serving compressed content (gzip and Brotli formats, handling Accept-Encoding and Vary headers correctly) -- Setting far-future cache headers on content which won’t change +- Setting far-future cache headers on content which won't change diff --git a/www/py-whitenoise/Makefile b/www/py-whitenoise/Makefile index cb09e034852..28e1c757659 100644 --- a/www/py-whitenoise/Makefile +++ b/www/py-whitenoise/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/09/29 14:45:20 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2018/10/11 10:55:56 adam Exp $ -DISTNAME= whitenoise-4.0b3 +DISTNAME= whitenoise-4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=w/whitenoise/} @@ -10,7 +10,7 @@ HOMEPAGE= http://whitenoise.evans.io/ COMMENT= Simplified static file serving for WSGI applications LICENSE= mit -USE_LANGUAGES= # empty +USE_LANGUAGES= # none .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-whitenoise/PLIST b/www/py-whitenoise/PLIST index 88f8093ca4b..339d36199db 100644 --- a/www/py-whitenoise/PLIST +++ b/www/py-whitenoise/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:45:20 joerg Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/10/11 10:55:56 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/whitenoise/__init__.py ${PYSITELIB}/whitenoise/__init__.pyc diff --git a/www/py-whitenoise/distinfo b/www/py-whitenoise/distinfo index 542dd3e38c6..a4952bf5fba 100644 --- a/www/py-whitenoise/distinfo +++ b/www/py-whitenoise/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/09/29 14:45:20 joerg Exp $ +$NetBSD: distinfo,v 1.2 2018/10/11 10:55:56 adam Exp $ -SHA1 (whitenoise-4.0b3.tar.gz) = e2e11b03211cef859ecf71524eb3311b3a85eda5 -RMD160 (whitenoise-4.0b3.tar.gz) = 6b93d167164d05cb04ef1e37baab377966890a87 -SHA512 (whitenoise-4.0b3.tar.gz) = f7707203391ee31ea41a2658bdcba1a377d15229539dc4b7d9f13ce5ea94839cb25bccd28a88f053cd664019c1d9c5bc2046a53d8bb40c02025a30b685ee9370 -Size (whitenoise-4.0b3.tar.gz) = 40696 bytes +SHA1 (whitenoise-4.1.tar.gz) = 1dacb802c3d832261274dff0597c4ef7d1bded45 +RMD160 (whitenoise-4.1.tar.gz) = 32c6860c174b05f6e19a3662c80f704ef0e9be7d +SHA512 (whitenoise-4.1.tar.gz) = 5e02f5a60e256023f81d83aa654f19b1612e1060bc807fdf3833a28c60c23544c526db75150a996cb2cb5075f1e03bcfe78a29a617219d3930b323401ba6b3f0 +Size (whitenoise-4.1.tar.gz) = 42659 bytes |