summaryrefslogtreecommitdiff
path: root/www/py-webassets
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2013-10-28 09:50:30 +0000
committerkleink <kleink@pkgsrc.org>2013-10-28 09:50:30 +0000
commit87cb7b37be8288e64ece1a25f7947d5bb0e5722d (patch)
treecb46438c776c6db71fdfd2668d81ebcd2340a9fe /www/py-webassets
parent08d6a7de7dbcce164cc595a11a10265148b24c8c (diff)
downloadpkgsrc-87cb7b37be8288e64ece1a25f7947d5bb0e5722d.tar.gz
Update py-webassets to 0.9.
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.
Diffstat (limited to 'www/py-webassets')
-rw-r--r--www/py-webassets/Makefile10
-rw-r--r--www/py-webassets/PLIST14
-rw-r--r--www/py-webassets/distinfo8
3 files changed, 22 insertions, 10 deletions
diff --git a/www/py-webassets/Makefile b/www/py-webassets/Makefile
index 30fbd1598e2..f3376dd8f7f 100644
--- a/www/py-webassets/Makefile
+++ b/www/py-webassets/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2013/07/28 17:51:30 kleink Exp $
+# $NetBSD: Makefile,v 1.2 2013/10/28 09:50:30 kleink Exp $
-DISTNAME= webassets-0.8
+DISTNAME= webassets-0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/w/webassets/
@@ -12,5 +12,11 @@ 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"
diff --git a/www/py-webassets/PLIST b/www/py-webassets/PLIST
index 74b95bc6b8f..0735a5972ec 100644
--- a/www/py-webassets/PLIST
+++ b/www/py-webassets/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/07/28 17:51:30 kleink Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/10/28 09:50:30 kleink Exp $
bin/webassets
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -38,6 +38,9 @@ ${PYSITELIB}/webassets/filter/clevercss.pyo
${PYSITELIB}/webassets/filter/closure.py
${PYSITELIB}/webassets/filter/closure.pyc
${PYSITELIB}/webassets/filter/closure.pyo
+${PYSITELIB}/webassets/filter/closure_templates.py
+${PYSITELIB}/webassets/filter/closure_templates.pyc
+${PYSITELIB}/webassets/filter/closure_templates.pyo
${PYSITELIB}/webassets/filter/coffeescript.py
${PYSITELIB}/webassets/filter/coffeescript.pyc
${PYSITELIB}/webassets/filter/coffeescript.pyo
@@ -68,12 +71,12 @@ ${PYSITELIB}/webassets/filter/datauri.pyo
${PYSITELIB}/webassets/filter/dust.py
${PYSITELIB}/webassets/filter/dust.pyc
${PYSITELIB}/webassets/filter/dust.pyo
-${PYSITELIB}/webassets/filter/gzip.py
-${PYSITELIB}/webassets/filter/gzip.pyc
-${PYSITELIB}/webassets/filter/gzip.pyo
${PYSITELIB}/webassets/filter/handlebars.py
${PYSITELIB}/webassets/filter/handlebars.pyc
${PYSITELIB}/webassets/filter/handlebars.pyo
+${PYSITELIB}/webassets/filter/jade.py
+${PYSITELIB}/webassets/filter/jade.pyc
+${PYSITELIB}/webassets/filter/jade.pyo
${PYSITELIB}/webassets/filter/jinja2.py
${PYSITELIB}/webassets/filter/jinja2.pyc
${PYSITELIB}/webassets/filter/jinja2.pyo
@@ -137,6 +140,9 @@ ${PYSITELIB}/webassets/merge.pyo
${PYSITELIB}/webassets/script.py
${PYSITELIB}/webassets/script.pyc
${PYSITELIB}/webassets/script.pyo
+${PYSITELIB}/webassets/six.py
+${PYSITELIB}/webassets/six.pyc
+${PYSITELIB}/webassets/six.pyo
${PYSITELIB}/webassets/test.py
${PYSITELIB}/webassets/test.pyc
${PYSITELIB}/webassets/test.pyo
diff --git a/www/py-webassets/distinfo b/www/py-webassets/distinfo
index 044a84b2646..6478e864903 100644
--- a/www/py-webassets/distinfo
+++ b/www/py-webassets/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/07/28 17:51:30 kleink Exp $
+$NetBSD: distinfo,v 1.2 2013/10/28 09:50:30 kleink Exp $
-SHA1 (webassets-0.8.tar.gz) = be783c4a4542f3f51562e9986798fb67b3e40407
-RMD160 (webassets-0.8.tar.gz) = b5d5e0a62bceda7c0476ff817847a7a1490a42be
-Size (webassets-0.8.tar.gz) = 151557 bytes
+SHA1 (webassets-0.9.tar.gz) = 8b5b1cd26b574bf81eead623c6bf1405f3c065e5
+RMD160 (webassets-0.9.tar.gz) = fbbe5410681f159603e29a558c421b0419b1dd74
+Size (webassets-0.9.tar.gz) = 159594 bytes