Thu Aug 15 14:23:01 2013 UTC ()
cdecimal
========

The cdecimal package is a fast drop-in replacement for the decimal module
in Python's standard library. Both modules provide complete implementations
of Mike Cowlishaw/IBM's General Decimal Arithmetic Specification.

This archive is identical to the mpdecimal package, except that library
tests and documentation have been removed.

For documentation, visit:

http://www.bytereef.org/mpdecimal/index.html
http://www.bytereef.org/mpdecimal/doc/index.html

Contact: Stefan Krah <skrah@bytereef.org>


(richard)
diff -r0 -r1.1 pkgsrc/math/py-cdecimal/DESCR
diff -r0 -r1.1 pkgsrc/math/py-cdecimal/Makefile
diff -r0 -r1.1 pkgsrc/math/py-cdecimal/PLIST
diff -r0 -r1.1 pkgsrc/math/py-cdecimal/distinfo

File Added: pkgsrc/math/py-cdecimal/DESCR
The `cdecimal` package is a fast drop-in replacement for the `decimal` module
in Python's standard library. Both modules provide complete implementations of
Mike Cowlishaw/IBM's `General Decimal Arithmetic Specification`.

File Added: pkgsrc/math/py-cdecimal/Makefile
# $NetBSD: Makefile,v 1.1 2013/08/15 14:23:01 richard Exp $

DISTNAME=	cdecimal-2.3
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	math python
MASTER_SITES=	http://www.bytereef.org/software/mpdecimal/releases/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.bytereef.org/mpdecimal/
COMMENT=	Arbitrary precision decimal floating point arithmetic
LICENSE=	2-clause-bsd

NO_CONFIGURE=	YES

USE_TOOLS+=	gmake
USE_LANGUAGES=	c
GNU_CONFIGURE=	yes

.include "../../lang/python/pyversion.mk"

PYTHON_VERSIONS_INCLUDE_3X=	YES
.if ${_PYTHON_VERSION} >= 33 
PKG_FAIL_REASON+=	"${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3."
.endif

#.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/math/py-cdecimal/PLIST
@comment $NetBSD: PLIST,v 1.1 2013/08/15 14:23:01 richard Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/cdecimal.so

File Added: pkgsrc/math/py-cdecimal/distinfo
$NetBSD: distinfo,v 1.1 2013/08/15 14:23:01 richard Exp $

SHA1 (cdecimal-2.3.tar.gz) = 9b75cd3ac2e15512ef89f90af13ba5191ac519d2
RMD160 (cdecimal-2.3.tar.gz) = 29cb215de13da8909b9820103ff09005f723fed4
Size (cdecimal-2.3.tar.gz) = 361809 bytes