From nobody Wed Oct 6 16:12:57 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6D12812BE717; Wed, 6 Oct 2021 16:12:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HPfcn2GZ3z3wFD; Wed, 6 Oct 2021 16:12:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 250C522AF2; Wed, 6 Oct 2021 16:12:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 196GCvYJ061130; Wed, 6 Oct 2021 16:12:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 196GCv8n061129; Wed, 6 Oct 2021 16:12:57 GMT (envelope-from git) Date: Wed, 6 Oct 2021 16:12:57 GMT Message-Id: <202110061612.196GCv8n061129@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: c65bd7c81aba - main - math/py-libpoly: Update 0.1.10 -> 0.1.11 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c65bd7c81abaade78686070a64ddebeb6e9dc0f5 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c65bd7c81abaade78686070a64ddebeb6e9dc0f5 commit c65bd7c81abaade78686070a64ddebeb6e9dc0f5 Author: Yuri Victorovich AuthorDate: 2021-10-06 15:50:39 +0000 Commit: Yuri Victorovich 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 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