Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EE5084FEE for ; Fri, 8 Dec 2023 12:26:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4dOCu51MYctC for ; Fri, 8 Dec 2023 12:26:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8C5D584F85 for ; Fri, 8 Dec 2023 12:26:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A76DFA42; Fri, 8 Dec 2023 12:26:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170203837162650" MIME-Version: 1.0 Date: Fri, 8 Dec 2023 12:26:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/py-findpython To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231208122611.3A76DFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170203837162650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Dec 8 12:26:11 UTC 2023 Modified Files: pkgsrc/lang/py-findpython: Makefile distinfo Log Message: py-findpython: updated to 0.4.1 0.4.1 Bug Fixes Find python exe on Windows for RyeProvider To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/py-findpython/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py-findpython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170203837162650 Content-Disposition: inline Content-Length: 2152 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py-findpython/Makefile diff -u pkgsrc/lang/py-findpython/Makefile:1.6 pkgsrc/lang/py-findpython/Makefile:1.7 --- pkgsrc/lang/py-findpython/Makefile:1.6 Sat Oct 28 19:57:10 2023 +++ pkgsrc/lang/py-findpython/Makefile Fri Dec 8 12:26:11 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2023/10/28 19:57:10 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2023/12/08 12:26:11 adam Exp $ -DISTNAME= findpython-0.4.0 +DISTNAME= findpython-0.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=f/findpython/} @@ -13,7 +12,6 @@ LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend>=0:../../devel/py-pdm_backend DEPENDS+= ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging -TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none @@ -23,8 +21,5 @@ post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} findpython findpython-${PYVERSSUFFIX} || ${TRUE} -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests - .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/lang/py-findpython/distinfo diff -u pkgsrc/lang/py-findpython/distinfo:1.4 pkgsrc/lang/py-findpython/distinfo:1.5 --- pkgsrc/lang/py-findpython/distinfo:1.4 Thu Sep 14 09:30:42 2023 +++ pkgsrc/lang/py-findpython/distinfo Fri Dec 8 12:26:11 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/09/14 09:30:42 adam Exp $ +$NetBSD: distinfo,v 1.5 2023/12/08 12:26:11 adam Exp $ -BLAKE2s (findpython-0.4.0.tar.gz) = 81c9576659c461595fd6eb304ed060d97d9d6a5c9623469ad23a0e82fe6e4630 -SHA512 (findpython-0.4.0.tar.gz) = cfe0152cf0cc76d70f5a0ecbfc0c0ffacde038cab9b35c5bc7960176d63743e9037c2a91cdff95cef35e02864777412bae5528089fc8f059b368b7ab9d472a03 -Size (findpython-0.4.0.tar.gz) = 17460 bytes +BLAKE2s (findpython-0.4.1.tar.gz) = 91c886a1e0f37636c8f29835de915acac692cb8170772e386ca1c393f62b926f +SHA512 (findpython-0.4.1.tar.gz) = 1c58a5ca604f6bceccfaf9853eb0dfa23e40eae1f3957bda22602fdabb78d05fdb4b8c1d7b231ad09a7910a859c0f32d77d70980f387d7109e44413b4ad70bef +Size (findpython-0.4.1.tar.gz) = 17487 bytes --_----------=_170203837162650--