diff options
author | kleink <kleink@pkgsrc.org> | 2015-08-25 16:00:42 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2015-08-25 16:00:42 +0000 |
commit | 4bc0718d4f97208fda96615a785a9e92ec1fdea4 (patch) | |
tree | 7283fd6448f7b8189cc4ef5a95d22a6ca8c9b7a7 /www/py-webassets/Makefile | |
parent | 3735d109f53cf5d6f1611f0ada0eeff8eddce4e6 (diff) | |
download | pkgsrc-4bc0718d4f97208fda96615a785a9e92ec1fdea4.tar.gz |
Update py-webassets to 0.11.
0.11 (2015-08-21)
- Add libsass filter (Mantas, sirex).
- Add SlimitIt filter (Michael Fladischer).
- Prevent filters from crashing if the input file is empty (empty string
passed).
- A number of smaller improvements.
Diffstat (limited to 'www/py-webassets/Makefile')
-rw-r--r-- | www/py-webassets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-webassets/Makefile b/www/py-webassets/Makefile index 31e1ae23a24..05dd711fd17 100644 --- a/www/py-webassets/Makefile +++ b/www/py-webassets/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/07/22 19:27:55 kleink Exp $ +# $NetBSD: Makefile,v 1.6 2015/08/25 16:00:42 kleink Exp $ -DISTNAME= webassets-0.10.1 +DISTNAME= webassets-0.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/w/webassets/ |