pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-canonicaljson



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 22 19:20:31 UTC 2022

Modified Files:
        pkgsrc/devel/py-canonicaljson: Makefile distinfo

Log Message:
py-canonicaljson: updated to 1.6.4

Version 1.6.4 released 2022-11-04

* Remove unused `setuptools_scm` build requirement.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-canonicaljson/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-canonicaljson/distinfo

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

Modified files:

Index: pkgsrc/devel/py-canonicaljson/Makefile
diff -u pkgsrc/devel/py-canonicaljson/Makefile:1.9 pkgsrc/devel/py-canonicaljson/Makefile:1.10
--- pkgsrc/devel/py-canonicaljson/Makefile:1.9  Mon Oct 31 07:55:50 2022
+++ pkgsrc/devel/py-canonicaljson/Makefile      Tue Nov 22 19:20:31 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2022/10/31 07:55:50 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/11/22 19:20:31 adam Exp $
 
-DISTNAME=      canonicaljson-1.6.3
+DISTNAME=      canonicaljson-1.6.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/canonicaljson/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/matrix-org/
 COMMENT=       Encodes objects and arrays as RFC 7159 JSON
 LICENSE=       apache-2.0
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-frozendict>=1.0:../../devel/py-frozendict
 DEPENDS+=      ${PYPKGPREFIX}-simplejson>=3.14.0:../../converters/py-simplejson
 
@@ -18,10 +18,5 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-frozendict
 
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 38
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
-.endif
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-canonicaljson/distinfo
diff -u pkgsrc/devel/py-canonicaljson/distinfo:1.8 pkgsrc/devel/py-canonicaljson/distinfo:1.9
--- pkgsrc/devel/py-canonicaljson/distinfo:1.8  Tue Oct 25 07:30:19 2022
+++ pkgsrc/devel/py-canonicaljson/distinfo      Tue Nov 22 19:20:31 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/10/25 07:30:19 adam Exp $
+$NetBSD: distinfo,v 1.9 2022/11/22 19:20:31 adam Exp $
 
-BLAKE2s (canonicaljson-1.6.3.tar.gz) = 36efa7d27b03fb2884d8d3b01d8ee5a8978139ab4cb724c48e050e71b0b6422d
-SHA512 (canonicaljson-1.6.3.tar.gz) = e094fb4abc7091f9850f0e045c8c738fe52dd48813da7a64ea726b555e14bae96dd56fec04a194388f086739c0ccefb73918a9ab9f228f3b44af540bfd1afee1
-Size (canonicaljson-1.6.3.tar.gz) = 10754 bytes
+BLAKE2s (canonicaljson-1.6.4.tar.gz) = 3d877d3f599fb002b0246ee47156e9010accf1b9a463766f22fa01d6f3b2e4da
+SHA512 (canonicaljson-1.6.4.tar.gz) = 451af36b4e5d1c707fb7a718cb855e0e6262974239a94c84e2a45b1c17c6ec2aab477624c0cc917f1329abc0d8e7a7ead716df72ede30fedd32408ca9e7e3515
+Size (canonicaljson-1.6.4.tar.gz) = 10593 bytes



Home | Main Index | Thread Index | Old Index