CVS commit: pkgsrc/math

"Adam Ciarcinski" <[email protected]> Wed, 5 Aug 2026 03:03:56 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_178589903690170
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	adam
Date:		Wed Aug  5 03:03:56 UTC 2026

Modified Files:
	pkgsrc/math: Makefile
Removed Files:
	pkgsrc/math/py-cdecimal: DESCR Makefile PLIST distinfo

Log Message:
py-cdecimal: removed; obsoleted by the builtin decimal in Python 3.3


To generate a diff of this commit:
cvs rdiff -u -r1.644 -r1.645 pkgsrc/math/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/math/py-cdecimal/DESCR
cvs rdiff -u -r1.12 -r0 pkgsrc/math/py-cdecimal/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/math/py-cdecimal/PLIST
cvs rdiff -u -r1.4 -r0 pkgsrc/math/py-cdecimal/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


--_----------=_178589903690170
Content-Disposition: inline
Content-Length: 576
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.644 pkgsrc/math/Makefile:1.645
--- pkgsrc/math/Makefile:1.644	Fri Jul 24 18:39:46 2026
+++ pkgsrc/math/Makefile	Wed Aug  5 03:03:56 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.644 2026/07/24 18:39:46 wiz Exp $
+# $NetBSD: Makefile,v 1.645 2026/08/05 03:03:56 adam Exp $
 
 COMMENT=	Mathematics
 
@@ -426,7 +426,6 @@ SUBDIR+=	py-astroML
 SUBDIR+=	py-astropy
 SUBDIR+=	py-astropy-iers-data
 SUBDIR+=	py-bottleneck
-SUBDIR+=	py-cdecimal
 SUBDIR+=	py-claripy
 SUBDIR+=	py-colormath
 SUBDIR+=	py-ephem


--_----------=_178589903690170--