pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-fire



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 29 10:45:24 UTC 2024

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

Log Message:
py-fire: updated to 0.6.0

Python Fire v0.6.0

Use literal dict to satisfy linter
freeze CI requirements
Fix path to requirements.txt
Fix deprecation warning: LICENSE is autodetected
adding python 3.10 [tag & CI]
docs: fix brand name Github -> GitHub
Fix typos in console and tests
Split too long line, fixing lint
Add missing argument description
Fix missing $ sign in bash completion
remove asyncio.coroutine
Update build.yml dropping Python 2.7
Update formatting_windows.py
Add Python 3.11 and Python 3.12 to build workflow


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-fire/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-fire/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-fire/Makefile
diff -u pkgsrc/devel/py-fire/Makefile:1.6 pkgsrc/devel/py-fire/Makefile:1.7
--- pkgsrc/devel/py-fire/Makefile:1.6   Sat Oct 28 19:56:59 2023
+++ pkgsrc/devel/py-fire/Makefile       Mon Apr 29 10:45:24 2024
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2023/10/28 19:56:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/04/29 10:45:24 adam Exp $
 
-DISTNAME=      fire-0.5.0
+DISTNAME=      fire-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fire/}
 
 MAINTAINER=    nikita%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.org/project/fire
+HOMEPAGE=      https://github.com/google/python-fire
 COMMENT=       Python DFU tool for updating Nitrokeys' firmware
 LICENSE=       apache-2.0
 
@@ -15,7 +14,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-termcolor-[0-9]*:../../devel/py-termcolor
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-Levenshtein-[0-9]*:../../textproc/py-Levenshtein
@@ -24,8 +22,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-fire/distinfo
diff -u pkgsrc/devel/py-fire/distinfo:1.1 pkgsrc/devel/py-fire/distinfo:1.2
--- pkgsrc/devel/py-fire/distinfo:1.1   Thu May 18 12:01:03 2023
+++ pkgsrc/devel/py-fire/distinfo       Mon Apr 29 10:45:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/05/18 12:01:03 nikita Exp $
+$NetBSD: distinfo,v 1.2 2024/04/29 10:45:24 adam Exp $
 
-BLAKE2s (fire-0.5.0.tar.gz) = f88cc4a6b14b8495034a99c14bee1d3fce8275a21f69b07c1b649fa3c7869346
-SHA512 (fire-0.5.0.tar.gz) = 645a9973e27a42aab58b0c045c5ceaa087c9f27b854d870addc4dbf697a0d6f633bf7754a6c07761a965433fe6f1a701b62408d17b590bb5233d99d7fbab0ecf
-Size (fire-0.5.0.tar.gz) = 88282 bytes
+BLAKE2s (fire-0.6.0.tar.gz) = 071b7caed4a4f6db700f58d6d306101679dae311bcf30419267834fb5d9a300a
+SHA512 (fire-0.6.0.tar.gz) = 491f224d31038494be2f40dd55e8713da20e4a20dc044ed1346deaeff69d65908ac754679b36ae1dbf42319c26cb30acc664a444f2d735d173971001447a9dd3
+Size (fire-0.6.0.tar.gz) = 88439 bytes



Home | Main Index | Thread Index | Old Index