diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-18 17:55:41 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-18 18:10:19 +0000 |
| commit | 667789800f50d730843646e7966314e5ba25e123 (patch) | |
| tree | 8887f58786d9a570fd6042fca64f88a9e11aa163 | |
| parent | 37de3a12a739f0a0e8103f41f962c25bcc35e239 (diff) | |
math/py-*igraph: Update version 0.9.9=>0.10.4
- Update was done to fix build on llvm15
- Moved the port to reflect Pypi project name
Changelog: https://github.com/igraph/python-igraph/releases/tag/0.10.4
Approved by: portmgr (blanket)
| -rw-r--r-- | MOVED | 2 | ||||
| -rw-r--r-- | math/Makefile | 2 | ||||
| -rw-r--r-- | math/py-igraph/Makefile (renamed from math/py-python-igraph/Makefile) | 6 | ||||
| -rw-r--r-- | math/py-igraph/distinfo | 3 | ||||
| -rw-r--r-- | math/py-igraph/pkg-descr (renamed from math/py-python-igraph/pkg-descr) | 0 | ||||
| -rw-r--r-- | math/py-python-igraph/distinfo | 3 |
6 files changed, 7 insertions, 9 deletions
@@ -4591,7 +4591,6 @@ devel/p5-IO-stringy|devel/p5-IO-Stringy|2020-06-26|New development starts as IO- devel/looks|devel/jgoodies-looks|2020-06-26|Renamed to match upstream comms/py-serial|comms/py-pyserial|2020-06-27|Rename to match upstream naming devel/py-usb|devel/py-pyusb|2020-06-27|Rename to match upstream naming -math/py-igraph|math/py-python-igraph|2020-06-27|Rename to match upstream naming net/bnxt-kmod||2020-06-28|Has expired: Unsupported on all supported FreeBSD versions databases/p5-Search-Xapian10|databases/p5-Search-Xapian|2020-06-30|Has expired: Depend on unsupported xapian-core. Use databases/p5-Search-Xapian instead databases/xapian-core10|databases/xapian-core|2020-06-30|Has expired: Unsupported by upstream. Use databases/xapian-core instead @@ -7540,3 +7539,4 @@ textproc/rubygem-semver_dialects|devel/rubygem-semver_dialects|2023-05-15|Remove devel/rubygem-ruby-openai|www/rubygem-ruby-openai37|2023-05-16|Moved to match www/rubygem-ruby-openai sysutils/rundeck2|sysutils/rundeck3|2023-05-17|Has expired: unmaintained and newer version available in sysutils/rundeck3 devel/gitklient|devel/kommit|2023-05-17|Renamed upstream +math/py-python-igraph|math/py-igraph|2023-05-18|Rename to match upstream renaming diff --git a/math/Makefile b/math/Makefile index 8a575f445e3a..b7ce4225cd88 100644 --- a/math/Makefile +++ b/math/Makefile @@ -935,6 +935,7 @@ SUBDIR += py-hdbscan SUBDIR += py-hdmedians SUBDIR += py-heyoka + SUBDIR += py-igraph SUBDIR += py-iminuit SUBDIR += py-intspan SUBDIR += py-iohexperimenter @@ -1019,7 +1020,6 @@ SUBDIR += py-pysym SUBDIR += py-pytanque SUBDIR += py-python-fcl - SUBDIR += py-python-igraph SUBDIR += py-python-louvain SUBDIR += py-python-picard SUBDIR += py-pytorchvideo diff --git a/math/py-python-igraph/Makefile b/math/py-igraph/Makefile index 1dc04803f3c6..76871eddd819 100644 --- a/math/py-python-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -1,10 +1,8 @@ -PORTNAME= python-igraph # it has been renamed to igraph -DISTVERSION= 0.9.9 -PORTREVISION= 4 +PORTNAME= igraph +DISTVERSION= 0.10.4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= igraph-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= High performance graph data structures and algorithms diff --git a/math/py-igraph/distinfo b/math/py-igraph/distinfo new file mode 100644 index 000000000000..3a7cc08d64d3 --- /dev/null +++ b/math/py-igraph/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1684430156 +SHA256 (igraph-0.10.4.tar.gz) = 4786e05919ee93f6479fe8ca697d68537edfe47549ed09dfb33bda4daced1fb9 +SIZE (igraph-0.10.4.tar.gz) = 4209850 diff --git a/math/py-python-igraph/pkg-descr b/math/py-igraph/pkg-descr index 3376dfecba4b..3376dfecba4b 100644 --- a/math/py-python-igraph/pkg-descr +++ b/math/py-igraph/pkg-descr diff --git a/math/py-python-igraph/distinfo b/math/py-python-igraph/distinfo deleted file mode 100644 index b3448762ab41..000000000000 --- a/math/py-python-igraph/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1679952829 -SHA256 (igraph-0.9.9.tar.gz) = 3f84b57fbaab37efa965f8dc1e1e28aad181357f1a6aa8204fe7c91ee9615092 -SIZE (igraph-0.9.9.tar.gz) = 3720712 |
