pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-rjsmin



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct  9 06:03:17 UTC 2023

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

Log Message:
py-rjsmin: updated to 1.2.2

Changes with version 1.2.2

Add musllinux wheels
Add support for Python 3.12
Update project boilerplate


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-rjsmin/Makefile \
    pkgsrc/www/py-rjsmin/PLIST pkgsrc/www/py-rjsmin/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-rjsmin/Makefile
diff -u pkgsrc/www/py-rjsmin/Makefile:1.1 pkgsrc/www/py-rjsmin/Makefile:1.2
--- pkgsrc/www/py-rjsmin/Makefile:1.1   Wed May 10 22:46:44 2023
+++ pkgsrc/www/py-rjsmin/Makefile       Mon Oct  9 06:03:17 2023
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2023/05/10 22:46:44 markd Exp $
+# $NetBSD: Makefile,v 1.2 2023/10/09 06:03:17 adam Exp $
 
-DISTNAME=      rjsmin-1.2.1
+DISTNAME=      rjsmin-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rjsmin/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/ndparker/rjsmin/
-COMMENT=       Fast javascript minifier for Python
+HOMEPAGE=      https://github.com/ndparker/rjsmin
+COMMENT=       Fast Javascript minifier for Python
 LICENSE=       apache-2.0
 
 .include "../../lang/python/egg.mk"
Index: pkgsrc/www/py-rjsmin/PLIST
diff -u pkgsrc/www/py-rjsmin/PLIST:1.1 pkgsrc/www/py-rjsmin/PLIST:1.2
--- pkgsrc/www/py-rjsmin/PLIST:1.1      Wed May 10 22:46:44 2023
+++ pkgsrc/www/py-rjsmin/PLIST  Mon Oct  9 06:03:17 2023
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2023/05/10 22:46:44 markd Exp $
-${PYSITELIB}/_rjsmin.so
+@comment $NetBSD: PLIST,v 1.2 2023/10/09 06:03:17 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/_rjsmin.so
 ${PYSITELIB}/rjsmin.py
 ${PYSITELIB}/rjsmin.pyc
 ${PYSITELIB}/rjsmin.pyo
Index: pkgsrc/www/py-rjsmin/distinfo
diff -u pkgsrc/www/py-rjsmin/distinfo:1.1 pkgsrc/www/py-rjsmin/distinfo:1.2
--- pkgsrc/www/py-rjsmin/distinfo:1.1   Wed May 10 22:46:44 2023
+++ pkgsrc/www/py-rjsmin/distinfo       Mon Oct  9 06:03:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/05/10 22:46:44 markd Exp $
+$NetBSD: distinfo,v 1.2 2023/10/09 06:03:17 adam Exp $
 
-BLAKE2s (rjsmin-1.2.1.tar.gz) = 3ed8e9778db440812ac228053f9417a9e453f8211bcba831ab08249546a3069b
-SHA512 (rjsmin-1.2.1.tar.gz) = 14920b368c287f53b3d5b5f41c43f8cdcd4d5aff9ec824c33870a62fb0641a1850963a2c5fa0bab777ce094090c507f6dbe11ca3090cc6861c7c6f5d7e30fa96
-Size (rjsmin-1.2.1.tar.gz) = 420696 bytes
+BLAKE2s (rjsmin-1.2.2.tar.gz) = 63ca4d69088b81b0d508da1d899ff438b18b847fb2345491a387ef351c324d11
+SHA512 (rjsmin-1.2.2.tar.gz) = 9d6b79651c3f12ef86dfb834ab7b679443c0f0e270a579abe73ffd63ba4d793d752b43e540b37c186ab143f66dc5e14dbc61e55c97c7a611e99571b5a28f89e8
+Size (rjsmin-1.2.2.tar.gz) = 420634 bytes



Home | Main Index | Thread Index | Old Index