diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-09-20 17:57:00 +0800 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-09-22 00:25:02 +0200 |
commit | 77cebb0d0391e7f6f8594a4b046beac702124609 (patch) | |
tree | 771e312b751987d6f2444e828fe53749756f8a06 /lang/python | |
parent | 0ea5e63b15065b79fc6d9fef799e3947750c8368 (diff) |
python3-networkx: Update to 3.1, rename source package
This renames the source package to python-networkx to match other Python
packages.
This also updates the list of dependencies.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-networkx/Makefile (renamed from lang/python/python3-networkx/Makefile) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/python/python3-networkx/Makefile b/lang/python/python-networkx/Makefile index e4d75305b..d0ea86c3d 100644 --- a/lang/python/python3-networkx/Makefile +++ b/lang/python/python-networkx/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=python3-networkx -PKG_VERSION:=2.8.8 +PKG_NAME:=python-networkx +PKG_VERSION:=3.1 PKG_RELEASE:=1 PYPI_NAME:=networkx -PKG_HASH:=230d388117af870fce5647a3c52401fcf753e94720e6ea6b4197a5355648885e +PKG_HASH:=de346335408f84de0eada6ff9fafafff9bcda11f0a0dfaa931133debb146ab61 PKG_LICENSE:=BSD-3-clause PKG_LICENSE_FILES:=LICENSE.txt @@ -25,8 +25,8 @@ define Package/python3-networkx CATEGORY:=Languages SUBMENU:=Python TITLE:=Creating and manipulating graphs and networks - URL:=https://networkx.github.io/ - DEPENDS:=+python3-light +python3-decorator + URL:=https://networkx.org/ + DEPENDS:=+python3-light +python3-uuid +python3-xml endef define Package/python3-networkx/description |