Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jan 2022 19:52:08 GMT
From:      =?utf-8?Q?Lo=C3=AFc Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: acc942f72365 - main - math/py-kiwisolver: Update to 1.3.2
Message-ID:  <202201031952.203Jq8lP043372@gitrepo.freebsd.org>

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

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

commit acc942f72365293399b118e86da81f0a074d7fa8
Author:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2022-01-03 18:51:08 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2022-01-03 18:51:08 +0000

    math/py-kiwisolver: Update to 1.3.2
    
    Changes:
      - https://github.com/nucleic/kiwi/blob/main/releasenotes.rst#wrappers-132--solver-131--31082021
---
 math/py-kiwisolver/Makefile | 5 +++--
 math/py-kiwisolver/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/math/py-kiwisolver/Makefile b/math/py-kiwisolver/Makefile
index 3f5696eb766d..cabfe9fa0c5b 100644
--- a/math/py-kiwisolver/Makefile
+++ b/math/py-kiwisolver/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	kiwisolver
-PORTVERSION=	1.1.0
-PORTEPOCH=	1
+PORTVERSION=	1.3.2
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +9,8 @@ COMMENT=	Fast implementation of the Cassowary constraint solver
 
 LICENSE=	BSD3CLAUSE
 
+BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}cppy>=1.1.0:devel/py-cppy@${PY_FLAVOR}
+
 USES=		compiler:c++11-lang python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
diff --git a/math/py-kiwisolver/distinfo b/math/py-kiwisolver/distinfo
index f8e8c43da777..b5763fae25e8 100644
--- a/math/py-kiwisolver/distinfo
+++ b/math/py-kiwisolver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556631212
-SHA256 (kiwisolver-1.1.0.tar.gz) = 53eaed412477c836e1b9522c19858a8557d6e595077830146182225613b11a75
-SIZE (kiwisolver-1.1.0.tar.gz) = 30847
+TIMESTAMP = 1641234419
+SHA256 (kiwisolver-1.3.2.tar.gz) = fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c
+SIZE (kiwisolver-1.3.2.tar.gz) = 54611



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