Import py26-cdecimal-2.2 as wip/py-cdecimal.
Fast arbitrary precision correctly-rounded decimal floating point arithmetic
This commit is contained in:
parent
889a3f664a
commit
44589969a9
4 changed files with 31 additions and 0 deletions
1
py-cdecimal/DESCR
Normal file
1
py-cdecimal/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Fast arbitrary precision correctly-rounded decimal floating point arithmetic
|
23
py-cdecimal/Makefile
Normal file
23
py-cdecimal/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/03/20 23:19:17 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cdecimal-2.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.bytereef.org/software/mpdecimal/releases/
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://www.bytereef.org/software/mpdecimal/releases/
|
||||
COMMENT= Fast arbitrary precision correctly-rounded decimal floating point arithmetic
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= gmake
|
||||
USE_LANGUAGES= c c99
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../devel/gmp/buildlink3.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
py-cdecimal/PLIST
Normal file
2
py-cdecimal/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/20 23:19:17 jihbed Exp $
|
||||
${PYSITELIB}/cdecimal.so
|
5
py-cdecimal/distinfo
Normal file
5
py-cdecimal/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/03/20 23:19:17 jihbed Exp $
|
||||
|
||||
SHA1 (cdecimal-2.2.tar.gz) = 6ee3c63cbdc390985dd8d4041fe1d6ac5b9f78c8
|
||||
RMD160 (cdecimal-2.2.tar.gz) = e960090b766c81c71dd6f657aed32e938a1f7da7
|
||||
Size (cdecimal-2.2.tar.gz) = 327238 bytes
|
Loading…
Reference in a new issue