1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Readded in math/

A C-coded Python extension module that wraps the GMP library to provide
to Python code fast multiprecision arithmetic (integer, rational, and
float), random number generation, advanced number-theoretical functions,
and more.

WWW:   http://code.google.com/p/gmpy/
This commit is contained in:
Martin Wilke 2008-07-18 13:15:24 +00:00
parent 5b8e3545da
commit b16eff54df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217040
4 changed files with 35 additions and 0 deletions

View File

@ -310,6 +310,7 @@
SUBDIR += py-bitvector
SUBDIR += py-fpconst
SUBDIR += py-gato
SUBDIR += py-gmpy
SUBDIR += py-gnuplot
SUBDIR += py-gsl
SUBDIR += py-igraph

25
math/py-gmpy/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: py-gmpy
# Date created: 09 July 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gmpy
PORTVERSION= 1.03
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Read Write And Modify MARC Bibliographic Data
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/gmpy.so
.include <bsd.port.mk>

3
math/py-gmpy/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (gmpy-1.03.zip) = 7e723068ecd7078b32f344c747586592
SHA256 (gmpy-1.03.zip) = dfb02ffd2356aee74c756ac8e235bcaa89e3e0e5199f9fd4b9dfda54c7ff71c7
SIZE (gmpy-1.03.zip) = 86711

6
math/py-gmpy/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
A C-coded Python extension module that wraps the GMP library to provide
to Python code fast multiprecision arithmetic (integer, rational, and
float), random number generation, advanced number-theoretical functions,
and more.
WWW: http://code.google.com/p/gmpy/