Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 2021 21:17:47 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 817c2d526200 - main - math/py-gmpy2: Update 2.0.8 -> 2.1.1
Message-ID:  <202112232117.1BNLHlWS011425@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=817c2d526200a1e299fbfc2a1a540a776eced067

commit 817c2d526200a1e299fbfc2a1a540a776eced067
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-12-23 20:45:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-12-23 21:17:36 +0000

    math/py-gmpy2: Update 2.0.8 -> 2.1.1
    
    Reported by:    portscout
---
 math/py-gmpy2/Makefile | 7 +++----
 math/py-gmpy2/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/math/py-gmpy2/Makefile b/math/py-gmpy2/Makefile
index 40103253c12b..fd72fe6558c1 100644
--- a/math/py-gmpy2/Makefile
+++ b/math/py-gmpy2/Makefile
@@ -1,8 +1,7 @@
 # Created by: Yuri Victorovich <yuri@rawbw.com>
 
 PORTNAME=	gmpy2
-PORTVERSION=	2.0.8
-PORTREVISION=	4
+DISTVERSION=	2.1.1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,12 +15,12 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpc.so:math/mpc \
 		libmpfr.so:math/mpfr
 
-USES=		python:3.6-3.9 zip
+USES=		localbase python:3.6-3.9
 USE_PYTHON=	distutils autoplist
 
 CONFLICTS=	${PYTHON_PKGNAMEPREFIX}gmpy2-devel-2.1*
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gmpy2*.so
+	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gmpy2/gmpy2*.so
 
 .include <bsd.port.mk>
diff --git a/math/py-gmpy2/distinfo b/math/py-gmpy2/distinfo
index dd480d677da9..2a6d817c24d7 100644
--- a/math/py-gmpy2/distinfo
+++ b/math/py-gmpy2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467084567
-SHA256 (gmpy2-2.0.8.zip) = dd233e3288b90f21b0bb384bcc7a7e73557bb112ccf0032ad52aa614eb373d3f
-SIZE (gmpy2-2.0.8.zip) = 280551
+TIMESTAMP = 1640291889
+SHA256 (gmpy2-2.1.1.tar.gz) = 346f442063c8212c347e330519905591626ea6fa31aa6ccd299ecd5654e1086f
+SIZE (gmpy2-2.1.1.tar.gz) = 258607



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112232117.1BNLHlWS011425>