Skip to content

Commit 7230d1f

Browse files
committed
python3-networkx: new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
1 parent 4a87dd0 commit 7230d1f

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

lang/python/python3-networkx/Makefile

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
#
2+
# This is free software, licensed under the GNU General Public License v2.
3+
# See /LICENSE for more information.
4+
#
5+
6+
include $(TOPDIR)/rules.mk
7+
8+
PKG_NAME:=python3-networkx
9+
PKG_VERSION:=2.5
10+
PKG_RELEASE:=1
11+
12+
PYPI_NAME:=networkx
13+
PKG_HASH:=7978955423fbc9639c10498878be59caf99b44dc304c2286162fd24b458c1602
14+
15+
PKG_LICENSE:=BSD-3-clause
16+
PKG_LICENSE_FILES:=LICENSE.txt
17+
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
18+
19+
include ../pypi.mk
20+
include $(INCLUDE_DIR)/package.mk
21+
include ../python3-package.mk
22+
23+
define Package/python3-networkx
24+
SECTION:=lang
25+
CATEGORY:=Languages
26+
SUBMENU:=Python
27+
TITLE:=Creating and manipulating graphs and networks
28+
URL:=https://networkx.github.io/
29+
DEPENDS:=+python3-light +python3-decorator
30+
endef
31+
32+
define Package/python3-networkx/description
33+
NetworkX is a Python package for the creation, manipulation, and study
34+
of the structure, dynamics, and functions of complex networks.
35+
endef
36+
37+
$(eval $(call Py3Package,python3-networkx))
38+
$(eval $(call BuildPackage,python3-networkx))
39+
$(eval $(call BuildPackage,python3-networkx-src))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy