Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2021 16:12:57 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: c65bd7c81aba - main - math/py-libpoly: Update 0.1.10 -> 0.1.11
Message-ID:  <202110061612.196GCv8n061129@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=c65bd7c81abaade78686070a64ddebeb6e9dc0f5

commit c65bd7c81abaade78686070a64ddebeb6e9dc0f5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-10-06 15:50:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-10-06 16:11:48 +0000

    math/py-libpoly: Update 0.1.10 -> 0.1.11
---
 math/py-libpoly/Makefile | 5 ++++-
 math/py-libpoly/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/math/py-libpoly/Makefile b/math/py-libpoly/Makefile
index 3a32ead65a38..1b508cff38e8 100644
--- a/math/py-libpoly/Makefile
+++ b/math/py-libpoly/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libpoly
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.1.10
+DISTVERSION=	0.1.11
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -33,4 +33,7 @@ do-build:
 do-install:
 	@cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} ${PYDISTUTILS_INSTALL_TARGET} ${PYDISTUTILS_INSTALLARGS}
 
+do-test: install
+	@cd ${WRKSRC}/test/python && ${PYTHON_CMD} ${WRKSRC}/test/python/check.py
+
 .include <bsd.port.mk>
diff --git a/math/py-libpoly/distinfo b/math/py-libpoly/distinfo
index d5584abd9615..cb7996e49f36 100644
--- a/math/py-libpoly/distinfo
+++ b/math/py-libpoly/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627391126
-SHA256 (SRI-CSL-libpoly-v0.1.10_GH0.tar.gz) = a2f12b4130876c1f83a6b963e9085f5c61b01b0b1ea7d73c89d8792ffc6c48fa
-SIZE (SRI-CSL-libpoly-v0.1.10_GH0.tar.gz) = 614181
+TIMESTAMP = 1633534890
+SHA256 (SRI-CSL-libpoly-v0.1.11_GH0.tar.gz) = 9e615f5f6a4a7a2d54f2e1c855ae2d1cfabe67781bd5c2b3b5711a4517f69ccd
+SIZE (SRI-CSL-libpoly-v0.1.11_GH0.tar.gz) = 614216



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