b306f205b4
0.9 (2013-10-25) webassets now support Python 3, and drops support for Python 2.5. - Filter for Closure Soy templates (Michael Su). - less filter can output source maps (Riccardo Forina). - Support .pyc only deployments (Mike C. Fletcher). - Jade template filter (Roshambo). - YAMLLoader improvements (incl. Cédric Reginster). - The gzip filter was removed.
22 lines
624 B
Makefile
22 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/10/28 09:50:30 kleink Exp $
|
|
|
|
DISTNAME= webassets-0.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/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
|
|
|
|
PYTHON_VERSIONS_INCLUDE_3X= yes
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 31 32
|
|
|
|
REPLACE_PYTHON+=src/webassets/filter/rjsmin/rjsmin.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|