summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 18:26:14 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 18:26:14 +0800
commit24f7563ebf3c85b9c9cb993d3badd5eb490b5db1 (patch)
tree6888afa095d287725daff76e0bcc8038f8fccd2d
parentfe8ed9605454c28f8f7f576741220b7092f2dcdb (diff)
downloadfreebsd-ports-24f7563ebf3c85b9c9cb993d3badd5eb490b5db1.zip
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
-rw-r--r--math/py-altgraph/Makefile8
-rw-r--r--math/py-altgraph/distinfo6
-rw-r--r--math/py-altgraph/pkg-descr2
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