Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

3
math/py-cdecimal/DESCR Normal file
View File

@@ -0,0 +1,3 @@
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`.

24
math/py-cdecimal/Makefile Normal file
View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.2 2014/01/25 09:05:56 wiz 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
#PKG_FAIL_REASON+= "${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3."
PYTHON_VERSIONS_INCOMPATIBLE= 33
#.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

3
math/py-cdecimal/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2013/08/15 14:23:01 richard Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/cdecimal.so

View File

@@ -0,0 +1,5 @@
$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