pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-webassets



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec  9 09:31:14 UTC 2025

Modified Files:
        pkgsrc/www/py-webassets: Makefile PLIST distinfo

Log Message:
py-webassets: updated to 3.0.0

3.0 (2025-08-17)

Bumped to 3.0 because holy *shit* did this drop a bunch of versions and make changes!

- Drop every Python version earlier than 3.10.
- Remove the now-obsolete "yui" compressor, since it's dead-dead-omgmalware-dead.
- Update tests so they validate that they work with babel 7, not 6.
- Modernize CI and tooling.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-webassets/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-webassets/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-webassets/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-webassets/Makefile
diff -u pkgsrc/www/py-webassets/Makefile:1.16 pkgsrc/www/py-webassets/Makefile:1.17
--- pkgsrc/www/py-webassets/Makefile:1.16       Mon Apr 14 20:28:03 2025
+++ pkgsrc/www/py-webassets/Makefile    Tue Dec  9 09:31:14 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2025/04/14 20:28:03 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/12/09 09:31:14 adam Exp $
 
-DISTNAME=      webassets-2.0
+DISTNAME=      webassets-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/webassets/}
 
@@ -12,7 +11,8 @@ COMMENT=      Asset management for Python web
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+DEPENDS+=      ${PYPKGPREFIX}-yaml>=6.0.2:../../textproc/py-yaml
+DEPENDS+=      ${PYPKGPREFIX}-zope.dottedname>=6.0:../../textproc/py-zope.dottedname
 
 USE_LANGUAGES= # empty
 

Index: pkgsrc/www/py-webassets/PLIST
diff -u pkgsrc/www/py-webassets/PLIST:1.8 pkgsrc/www/py-webassets/PLIST:1.9
--- pkgsrc/www/py-webassets/PLIST:1.8   Mon Apr 14 20:28:03 2025
+++ pkgsrc/www/py-webassets/PLIST       Tue Dec  9 09:31:14 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/04/14 20:28:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/12/09 09:31:14 adam Exp $
 bin/webassets
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -172,6 +172,7 @@ ${PYSITELIB}/webassets/loaders.pyo
 ${PYSITELIB}/webassets/merge.py
 ${PYSITELIB}/webassets/merge.pyc
 ${PYSITELIB}/webassets/merge.pyo
+${PYSITELIB}/webassets/py.typed
 ${PYSITELIB}/webassets/script.py
 ${PYSITELIB}/webassets/script.pyc
 ${PYSITELIB}/webassets/script.pyo

Index: pkgsrc/www/py-webassets/distinfo
diff -u pkgsrc/www/py-webassets/distinfo:1.10 pkgsrc/www/py-webassets/distinfo:1.11
--- pkgsrc/www/py-webassets/distinfo:1.10       Tue Oct 26 11:30:50 2021
+++ pkgsrc/www/py-webassets/distinfo    Tue Dec  9 09:31:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:30:50 nia Exp $
+$NetBSD: distinfo,v 1.11 2025/12/09 09:31:14 adam Exp $
 
-BLAKE2s (webassets-2.0.tar.gz) = edd7cc537ca7ea09e12d42ae3b42a92db68c4b9d3ec7fe07691283437afdf5dc
-SHA512 (webassets-2.0.tar.gz) = 94f1f8fd5ef3e0e82a04a5dce085b0c326653aa2cd26b681809a071f649cec8bc09139d3f1dbd88047ced8848cae16c8d6459aafa95b018fbc0dcc59bb2528fb
-Size (webassets-2.0.tar.gz) = 288016 bytes
+BLAKE2s (webassets-3.0.0.tar.gz) = d8926eae057bfc51919041f66c687df670f571dcb07cf888a04c27c7c511f13b
+SHA512 (webassets-3.0.0.tar.gz) = b872b87bd0c6e6eb57f338bfb3185f9da1905c94380aa77eefd5e2f72d184d2deb9e3fe4e96aa75cc6929f4658db2855275ada04540a9ccc332ade667d347d75
+Size (webassets-3.0.0.tar.gz) = 295280 bytes



Home | Main Index | Thread Index | Old Index