1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 1.17

This commit is contained in:
Wen Heping 2013-08-18 14:49:48 +00:00
parent 0d2b99cdf6
commit fa35257f68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324922
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gmpy
PORTVERSION= 1.16
PORTVERSION= 1.17
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python Extension that Wraps the GMP Library
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
USE_ZIP= yes
USE_PYTHON= yes

View File

@ -1,2 +1,2 @@
SHA256 (gmpy-1.16.zip) = 58eca10dfcbb68c537acf6815b9904a813da0df90936ffdd7b3cc7028e785fad
SIZE (gmpy-1.16.zip) = 143811
SHA256 (gmpy-1.17.zip) = 1a79118a5332b40aba6aa24b051ead3a31b9b3b9642288934da754515da8fa14
SIZE (gmpy-1.17.zip) = 147636

View File

@ -3,4 +3,4 @@ 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/
WWW: http://code.google.com/p/gmpy/