Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDEBD84E9F for ; Sun, 5 Nov 2023 23:27:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vm5TUxyfPPDQ for ; Sun, 5 Nov 2023 23:27:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4022B84D44 for ; Sun, 5 Nov 2023 23:27:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 398D0FA2C; Sun, 5 Nov 2023 23:27:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699226859189610" MIME-Version: 1.0 Date: Sun, 5 Nov 2023 23:27:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231105232739.398D0FA2C@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699226859189610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 5 23:27:39 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/math: Makefile pkgsrc/math/py-scikit-learn: Makefile Removed Files: pkgsrc/math/py-astropy-helpers: DESCR Makefile PLIST distinfo Log Message: py-astropy-helpers: remove Unused in pkgsrc, dead upstream. To generate a diff of this commit: cvs rdiff -u -r1.6676 -r1.6677 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.579 -r1.580 pkgsrc/math/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/math/py-astropy-helpers/DESCR \ pkgsrc/math/py-astropy-helpers/Makefile \ pkgsrc/math/py-astropy-helpers/PLIST \ pkgsrc/math/py-astropy-helpers/distinfo cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/py-scikit-learn/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699226859189610 Content-Disposition: inline Content-Length: 2108 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6676 pkgsrc/doc/CHANGES-2023:1.6677 --- pkgsrc/doc/CHANGES-2023:1.6676 Sun Nov 5 23:25:40 2023 +++ pkgsrc/doc/CHANGES-2023 Sun Nov 5 23:27:38 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6676 2023/11/05 23:25:40 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6677 2023/11/05 23:27:38 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9667,3 +9667,4 @@ Changes to the packages collection and i Updated net/py-magic-wormhole-mailbox-server to 0.4.1nb2 [wiz 2023-11-05] Updated net/py-foolscap to 21.7.0nb3 [wiz 2023-11-05] Updated math/py-pandas-datareader to 0.10.0nb1 [wiz 2023-11-05] + Removed math/py-astropy-helpers [wiz 2023-11-05] Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.579 pkgsrc/math/Makefile:1.580 --- pkgsrc/math/Makefile:1.579 Fri Nov 3 23:57:38 2023 +++ pkgsrc/math/Makefile Sun Nov 5 23:27:38 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.579 2023/11/03 23:57:38 wiz Exp $ +# $NetBSD: Makefile,v 1.580 2023/11/05 23:27:38 wiz Exp $ COMMENT= Mathematics @@ -391,7 +391,6 @@ SUBDIR+= py-asdf-unit-schemas SUBDIR+= py-asteval SUBDIR+= py-astroML SUBDIR+= py-astropy -SUBDIR+= py-astropy-helpers SUBDIR+= py-bottleneck SUBDIR+= py-cdecimal SUBDIR+= py-claripy Index: pkgsrc/math/py-scikit-learn/Makefile diff -u pkgsrc/math/py-scikit-learn/Makefile:1.23 pkgsrc/math/py-scikit-learn/Makefile:1.24 --- pkgsrc/math/py-scikit-learn/Makefile:1.23 Wed Nov 1 18:39:36 2023 +++ pkgsrc/math/py-scikit-learn/Makefile Sun Nov 5 23:27:38 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2023/11/01 18:39:36 adam Exp $ +# $NetBSD: Makefile,v 1.24 2023/11/05 23:27:38 wiz Exp $ DISTNAME= scikit-learn-1.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-scipy>=1.5.0:.. DEPENDS+= ${PYPKGPREFIX}-threadpoolctl>=2.0.0:../../parallel/py-threadpoolctl TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.9.0:../../devel/py-test-cov -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++11 fortran PYTHON_VERSIONS_INCOMPATIBLE= 27 38 --_----------=_1699226859189610--