Date: Sat, 27 Aug 2022 10:33:49 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 24f7563ebf3c - main - math/py-altgraph: Update to 0.17.2 Message-ID: <202208271033.27RAXn2r053854@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=24f7563ebf3c85b9c9cb993d3badd5eb490b5db1 commit 24f7563ebf3c85b9c9cb993d3badd5eb490b5db1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-27 10:26:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-27 10:26:14 +0000 math/py-altgraph: Update to 0.17.2 - Update WWW Changes: https://github.com/ronaldoussoren/altgraph/blob/master/doc/changelog.rst https://altgraph.readthedocs.io/en/latest/changelog.html --- math/py-altgraph/Makefile | 8 +++++--- math/py-altgraph/distinfo | 6 +++--- math/py-altgraph/pkg-descr | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/math/py-altgraph/Makefile b/math/py-altgraph/Makefile index 884948e3fb83..409c29adcafb 100644 --- a/math/py-altgraph/Makefile +++ b/math/py-altgraph/Makefile @@ -1,5 +1,5 @@ PORTNAME= altgraph -PORTVERSION= 0.15 +PORTVERSION= 0.17.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,9 +8,11 @@ MAINTAINER= python@FreeBSD.org COMMENT= Python graph (network) package LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/math/py-altgraph/distinfo b/math/py-altgraph/distinfo index cf1d7481180f..ed5ec731c34e 100644 --- a/math/py-altgraph/distinfo +++ b/math/py-altgraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512165401 -SHA256 (altgraph-0.15.tar.gz) = fc28b986a68fde8d3ff0e6d6ba3fbdd2cd562d11d45ef7c7735fbd826c9eec2e -SIZE (altgraph-0.15.tar.gz) = 589882 +TIMESTAMP = 1660576952 +SHA256 (altgraph-0.17.2.tar.gz) = ebf2269361b47d97b3b88e696439f6e4cbc607c17c51feb1754f90fb79839158 +SIZE (altgraph-0.17.2.tar.gz) = 48186 diff --git a/math/py-altgraph/pkg-descr b/math/py-altgraph/pkg-descr index 30162a5d9cc3..d42dcf0c1009 100644 --- a/math/py-altgraph/pkg-descr +++ b/math/py-altgraph/pkg-descr @@ -5,4 +5,4 @@ graphviz output. altgraph includes some additional usage of Python 2.6+ features and enhancements related to modulegraph and macholib. -WWW: https://pypi.org/project/altgraph/ +WWW: https://github.com/ronaldoussoren/altgraph
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208271033.27RAXn2r053854>