Skip to content

Commit

Permalink
py-radon: update to 5.1.0.
Browse files Browse the repository at this point in the history
5.1.0 (Aug 08, 2021)
--------------------

- Allow forcing colored output on/off, thanks @msabramo: #218
- Synchronize trove classifiers with tested versions, thanks @D3X: #222

5.0.1 (Jun 08, 2021)
--------------------

- Drop support for flake8 < 3.x (removes `flake8-polyfill` dependency), by
  @joxl: #219
  • Loading branch information
0-wiz-0 committed Jun 18, 2022
1 parent 45b98b3 commit 1316bd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
7 changes: 2 additions & 5 deletions devel/py-radon/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.16 2022/01/05 15:41:07 wiz Exp $
# $NetBSD: Makefile,v 1.17 2022/06/18 22:16:09 wiz Exp $

DISTNAME= radon-4.5.2
DISTNAME= radon-5.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/radon/}

Expand All @@ -13,10 +12,8 @@ LICENSE= mit

DEPENDS+= ${PYPKGPREFIX}-mando>=0.6:../../devel/py-mando
DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.1:../../comms/py-colorama
DEPENDS+= ${PYPKGPREFIX}-flake8-polyfill-[0-9]*:../../devel/py-flake8-polyfill
DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox

PYTHON_VERSIONED_DEPENDENCIES= test:test

Expand Down
5 changes: 4 additions & 1 deletion devel/py-radon/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2020/10/03 06:08:06 adam Exp $
@comment $NetBSD: PLIST,v 1.9 2022/06/18 22:16:09 wiz Exp $
bin/radon-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -60,6 +60,9 @@ ${PYSITELIB}/radon/tests/run.pyo
${PYSITELIB}/radon/tests/test_cli.py
${PYSITELIB}/radon/tests/test_cli.pyc
${PYSITELIB}/radon/tests/test_cli.pyo
${PYSITELIB}/radon/tests/test_cli_colors.py
${PYSITELIB}/radon/tests/test_cli_colors.pyc
${PYSITELIB}/radon/tests/test_cli_colors.pyo
${PYSITELIB}/radon/tests/test_cli_harvest.py
${PYSITELIB}/radon/tests/test_cli_harvest.pyc
${PYSITELIB}/radon/tests/test_cli_harvest.pyo
Expand Down
8 changes: 4 additions & 4 deletions devel/py-radon/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2021/10/26 10:19:00 nia Exp $
$NetBSD: distinfo,v 1.15 2022/06/18 22:16:09 wiz Exp $

BLAKE2s (radon-4.5.2.tar.gz) = 7fc2be02c3b6583c57882950b24f6f51898e247c154fd3b4cafafbf48f8663f8
SHA512 (radon-4.5.2.tar.gz) = 247fcd715ed3dfb889a73889fb5be8dc159673beb3abe1e1ba5170b8caadb85ad405ebd05f6a9080a6097f1c731b83b9dbe8b7f564f2a39b1b7cb0239f445813
Size (radon-4.5.2.tar.gz) = 1873164 bytes
BLAKE2s (radon-5.1.0.tar.gz) = a5aa131afc7ac24b975ecd7d3b43d1ec8edf381c65739e6083b4b901822fc146
SHA512 (radon-5.1.0.tar.gz) = 98e1c3dbf419ff0a791f01ea5376177c5be47c9cf1afdd9ae53014e8869dd10c7a7661a69bace48adb880173a8a176d4a13534711fcf53408b3f495f4579f7c5
Size (radon-5.1.0.tar.gz) = 1873643 bytes

0 comments on commit 1316bd7

Please sign in to comment.