Mon Aug 28 07:51:45 2023 UTC ()
py-radon: updated to 6.0.1

6.0.1 (Mar 26, 2023)
--------------------
- Prevent tomllib error when the `toml` module is not available

6.0.0 (Mar 26, 2023)
--------------------
- Fix typo in changelog
- Add support for `match` pattern in Python 3.10+
- Fix typo in Markdown export, reported
- Remove unnecessary "future" dependency
- Add `pyproject.toml` support
- Allow Mando v0.7.1
- Fix HCHarvester JSON results format


(adam)
diff -r1.18 -r1.19 pkgsrc/devel/py-radon/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/py-radon/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/py-radon/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-radon/Makefile 2023/07/01 08:53:22 1.18
+++ pkgsrc/devel/py-radon/Makefile 2023/08/28 07:51:45 1.19
@@ -1,28 +1,27 @@ @@ -1,28 +1,27 @@
1# $NetBSD: Makefile,v 1.18 2023/07/01 08:53:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2023/08/28 07:51:45 adam Exp $
2 2
3DISTNAME= radon-5.1.0 3DISTNAME= radon-6.0.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/radon/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/radon/}
7 7
8MAINTAINER= kamelderouiche@yahoo.com 8MAINTAINER= kamelderouiche@yahoo.com
9HOMEPAGE= https://radon.readthedocs.org/ 9HOMEPAGE= https://radon.readthedocs.org/
10COMMENT= Code Metrics in Python 10COMMENT= Code Metrics in Python
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-mando>=0.6:../../devel/py-mando 13DEPENDS+= ${PYPKGPREFIX}-mando>=0.6:../../devel/py-mando
14DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.1:../../comms/py-colorama 14DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.1:../../comms/py-colorama
15DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future 
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
17TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
18 17
19USE_LANGUAGES= # none 18USE_LANGUAGES= # none
20 19
21USE_PKG_RESOURCES= yes 20USE_PKG_RESOURCES= yes
22 21
23PYTHON_VERSIONS_INCOMPATIBLE= 27 22PYTHON_VERSIONS_INCOMPATIBLE= 27
24 23
25post-install: 24post-install:
26 cd ${DESTDIR}${PREFIX}/bin && \ 25 cd ${DESTDIR}${PREFIX}/bin && \
27 ${MV} radon radon-${PYVERSSUFFIX} || ${TRUE} 26 ${MV} radon radon-${PYVERSSUFFIX} || ${TRUE}
28 27

cvs diff -r1.15 -r1.16 pkgsrc/devel/py-radon/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-radon/distinfo 2022/06/18 22:16:09 1.15
+++ pkgsrc/devel/py-radon/distinfo 2023/08/28 07:51:45 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2022/06/18 22:16:09 wiz Exp $ 1$NetBSD: distinfo,v 1.16 2023/08/28 07:51:45 adam Exp $
2 2
3BLAKE2s (radon-5.1.0.tar.gz) = a5aa131afc7ac24b975ecd7d3b43d1ec8edf381c65739e6083b4b901822fc146 3BLAKE2s (radon-6.0.1.tar.gz) = c668f20200a6511061cc73d7c81df1552ba555216cf4dcf8b10bf12a4763312c
4SHA512 (radon-5.1.0.tar.gz) = 98e1c3dbf419ff0a791f01ea5376177c5be47c9cf1afdd9ae53014e8869dd10c7a7661a69bace48adb880173a8a176d4a13534711fcf53408b3f495f4579f7c5 4SHA512 (radon-6.0.1.tar.gz) = 91bd091610568dacb95491ba314b68dfb33ee397b043ae96badc7c134a841122d90394a36b1d665c9cabf273c0e6128217ebfc459c36020c12dcab647dd5df53
5Size (radon-5.1.0.tar.gz) = 1873643 bytes 5Size (radon-6.0.1.tar.gz) = 1874992 bytes