pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-canonicaljson py-canonicaljson: updated to 1.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94d9059e34cd
branches:  trunk
changeset: 371304:94d9059e34cd
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 08 16:08:11 2022 +0000

description:
py-canonicaljson: updated to 1.5.0

Version 1.5.0
* Switch CI from Travis to Github Actions
* Add code to handle frozendict implementations using c-extension
* Add tests for Python 3.10
* Remove outdated Debian packaging code

diffstat:

 devel/py-canonicaljson/Makefile |  12 ++++--------
 devel/py-canonicaljson/distinfo |   8 ++++----
 2 files changed, 8 insertions(+), 12 deletions(-)

diffs (43 lines):

diff -r 2c94dbdaaa53 -r 94d9059e34cd devel/py-canonicaljson/Makefile
--- a/devel/py-canonicaljson/Makefile   Sat Jan 08 15:42:14 2022 +0000
+++ b/devel/py-canonicaljson/Makefile   Sat Jan 08 16:08:11 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:52:55 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/08 16:08:11 adam Exp $
 
-DISTNAME=      canonicaljson-1.4.0
+DISTNAME=      canonicaljson-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/canonicaljson/}
 
@@ -11,13 +10,10 @@
 COMMENT=       Encodes objects and arrays as RFC 7159 JSON
 LICENSE=       apache-2.0
 
-USE_LANGUAGES= # none
-
+DEPENDS+=      ${PYPKGPREFIX}-frozendict>=1.0:../../devel/py-frozendict
 DEPENDS+=      ${PYPKGPREFIX}-simplejson>=3.14.0:../../converters/py-simplejson
-DEPENDS+=      ${PYPKGPREFIX}-frozendict>=1.0:../../devel/py-frozendict
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
-INSTALLATION_DIRS=     ${PYSITELIB}
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2c94dbdaaa53 -r 94d9059e34cd devel/py-canonicaljson/distinfo
--- a/devel/py-canonicaljson/distinfo   Sat Jan 08 15:42:14 2022 +0000
+++ b/devel/py-canonicaljson/distinfo   Sat Jan 08 16:08:11 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:18:16 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/01/08 16:08:11 adam Exp $
 
-BLAKE2s (canonicaljson-1.4.0.tar.gz) = a9e1301d6768ba7bce0fa58b1e52259d19ef549bd5c9c1c9cc63a5e19fc19ac7
-SHA512 (canonicaljson-1.4.0.tar.gz) = 02335921858f726f5403083ea6e1327500095de6a5971917e05e6f9eb8be094ac5b6594334d2b21da4292cde35a968019701c43addccb53209ec9e6a69c468d1
-Size (canonicaljson-1.4.0.tar.gz) = 9863 bytes
+BLAKE2s (canonicaljson-1.5.0.tar.gz) = c71aeb08029938143041c9e0aa8bb187263e00bfb9753dd57ffd2abd16997214
+SHA512 (canonicaljson-1.5.0.tar.gz) = 741618a5ffe0c5ab0bf5e830263aa57fc91ee9108558a705e7596a4703020a72a1bfd8378d1940057b9c8e1965e6b6a967bed59ef92d9d6cdec3d8b75fadb984
+Size (canonicaljson-1.5.0.tar.gz) = 9991 bytes



Home | Main Index | Thread Index | Old Index