pkgsrc/www/py-webassets/Makefile
kleink 642d86c66b Update py-webassets to 0.12.1.
0.12.1 (2017-01-08)
    - Fix compatibility with Jinja 2.9.
    - When globbing, include files in alphabetical order (Sam Douglas).
    - Remove duplicate files from bundles (Sam Douglas).
    - Support for PyInstaller (Ilya Kreymer).
    - Fix the sass filter (Dan Callaghan).

0.12 (2016-08-18)
    - Babel filter (JDeuce).
    - NodeSASS filter (Luke Benstead).
    - Autoprefixer 6 filter (Eugeniy Kuznetsov).
    - Many other small changes and improvements by various contributors.
2017-01-17 15:13:20 +00:00

19 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.9 2017/01/17 15:13:20 kleink Exp $
DISTNAME= webassets-0.12.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/webassets/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://elsdoerfer.name/docs/webassets/
COMMENT= Asset management for Python web development
LICENSE= modified-bsd
USE_LANGUAGES= # empty
REPLACE_PYTHON+=src/webassets/filter/rjsmin/rjsmin.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"