summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2020-05-12 15:59:07 +0000
committerkleink <kleink@pkgsrc.org>2020-05-12 15:59:07 +0000
commit575945f0e1fe06641849d89f46ca51203708e239 (patch)
treee265b89dd5825f9ed8851c06adbd101ce60a4424 /www
parent48a30daaf3acdb19308cae7218d982dd522348df (diff)
downloadpkgsrc-575945f0e1fe06641849d89f46ca51203708e239.tar.gz
py-webassets: Update to 2.0.
2.0 (2019-12-20) Jump to 2.0 to leave alpha versioning and start doing semver. No actual breaking changes. - Make the `sass` and `scss` filters compatible with the reference compiler - Add new `sass_ruby` and `scss_ruby` filters to use the deprecated Ruby Sass compiler - Update and improve a number of filters. - Add a SRI feature (Arvid Norlander).
Diffstat (limited to 'www')
-rw-r--r--www/py-webassets/Makefile8
-rw-r--r--www/py-webassets/PLIST11
-rw-r--r--www/py-webassets/distinfo10
3 files changed, 20 insertions, 9 deletions
diff --git a/www/py-webassets/Makefile b/www/py-webassets/Makefile
index dd734fe4a63..bf5805543e0 100644
--- a/www/py-webassets/Makefile
+++ b/www/py-webassets/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2019/11/04 22:10:13 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/05/12 15:59:07 kleink Exp $
-DISTNAME= webassets-0.12.1
+DISTNAME= webassets-2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/webassets/}
MAINTAINER= kleink@NetBSD.org
-HOMEPAGE= http://elsdoerfer.name/docs/webassets/
+HOMEPAGE= https://webassets.readthedocs.io/
COMMENT= Asset management for Python web development
LICENSE= modified-bsd
@@ -14,6 +14,8 @@ USE_LANGUAGES= # empty
REPLACE_PYTHON+= src/webassets/filter/rjsmin/rjsmin.py
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+
.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 8a028e06fce..37ac28f1a75 100644
--- a/www/py-webassets/PLIST
+++ b/www/py-webassets/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/01/17 15:13:20 kleink Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/05/12 15:59:07 kleink Exp $
bin/webassets
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -113,9 +113,15 @@ ${PYSITELIB}/webassets/filter/libsass.pyo
${PYSITELIB}/webassets/filter/node_sass.py
${PYSITELIB}/webassets/filter/node_sass.pyc
${PYSITELIB}/webassets/filter/node_sass.pyo
+${PYSITELIB}/webassets/filter/postcss.py
+${PYSITELIB}/webassets/filter/postcss.pyc
+${PYSITELIB}/webassets/filter/postcss.pyo
${PYSITELIB}/webassets/filter/pyscss.py
${PYSITELIB}/webassets/filter/pyscss.pyc
${PYSITELIB}/webassets/filter/pyscss.pyo
+${PYSITELIB}/webassets/filter/rcssmin.py
+${PYSITELIB}/webassets/filter/rcssmin.pyc
+${PYSITELIB}/webassets/filter/rcssmin.pyo
${PYSITELIB}/webassets/filter/replace.py
${PYSITELIB}/webassets/filter/replace.pyc
${PYSITELIB}/webassets/filter/replace.pyo
@@ -131,6 +137,9 @@ ${PYSITELIB}/webassets/filter/rjsmin/rjsmin.pyo
${PYSITELIB}/webassets/filter/sass.py
${PYSITELIB}/webassets/filter/sass.pyc
${PYSITELIB}/webassets/filter/sass.pyo
+${PYSITELIB}/webassets/filter/sass_ruby.py
+${PYSITELIB}/webassets/filter/sass_ruby.pyc
+${PYSITELIB}/webassets/filter/sass_ruby.pyo
${PYSITELIB}/webassets/filter/slimit.py
${PYSITELIB}/webassets/filter/slimit.pyc
${PYSITELIB}/webassets/filter/slimit.pyo
diff --git a/www/py-webassets/distinfo b/www/py-webassets/distinfo
index 567aba90d81..82855d67e88 100644
--- a/www/py-webassets/distinfo
+++ b/www/py-webassets/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/01/17 15:13:20 kleink Exp $
+$NetBSD: distinfo,v 1.8 2020/05/12 15:59:07 kleink Exp $
-SHA1 (webassets-0.12.1.tar.gz) = 5e91c5b38483926f6957bd3ad2ccb1aa8a828b51
-RMD160 (webassets-0.12.1.tar.gz) = d1d817f98ec36660462280bdf043357b005d6ee4
-SHA512 (webassets-0.12.1.tar.gz) = f62b4108c31780f719128c543852834b1c305fd85b60dfc6f4e95454a83fafa6be03253f5859f9166890b1bfe40f339c6f9524b8091b6ea5a5ea4c31fb928d08
-Size (webassets-0.12.1.tar.gz) = 179363 bytes
+SHA1 (webassets-2.0.tar.gz) = 11fee9ef0f5300a8722ada147f38c626b2aabaaa
+RMD160 (webassets-2.0.tar.gz) = 61eff56657ae8228356af4caae08c9cb2d1518c4
+SHA512 (webassets-2.0.tar.gz) = 94f1f8fd5ef3e0e82a04a5dce085b0c326653aa2cd26b681809a071f649cec8bc09139d3f1dbd88047ced8848cae16c8d6459aafa95b018fbc0dcc59bb2528fb
+Size (webassets-2.0.tar.gz) = 288016 bytes