pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-webassets Update py-webassets to 0.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5da29a8d22c
branches:  trunk
changeset: 625939:a5da29a8d22c
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Mon Oct 28 09:50:30 2013 +0000

description:
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:

 www/py-webassets/Makefile |  10 ++++++++--
 www/py-webassets/PLIST    |  14 ++++++++++----
 www/py-webassets/distinfo |   8 ++++----
 3 files changed, 22 insertions(+), 10 deletions(-)

diffs (82 lines):

diff -r 8774610aab77 -r a5da29a8d22c www/py-webassets/Makefile
--- a/www/py-webassets/Makefile Mon Oct 28 06:37:17 2013 +0000
+++ b/www/py-webassets/Makefile Mon Oct 28 09:50:30 2013 +0000
@@ -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 @@
 
 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 -r 8774610aab77 -r a5da29a8d22c www/py-webassets/PLIST
--- a/www/py-webassets/PLIST    Mon Oct 28 06:37:17 2013 +0000
+++ b/www/py-webassets/PLIST    Mon Oct 28 09:50:30 2013 +0000
@@ -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/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/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/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 -r 8774610aab77 -r a5da29a8d22c www/py-webassets/distinfo
--- a/www/py-webassets/distinfo Mon Oct 28 06:37:17 2013 +0000
+++ b/www/py-webassets/distinfo Mon Oct 28 09:50:30 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index