/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/python/python-networkx/Makefile
39 строк
1 KB
W. Michael Petullo
python-networkx: update to 3.2.1
03 янв 2024, 02:13
03 янв 2024, 02:13
9cc49fe
Код
Авторство
О чём код?
# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk PKG_NAME:=python-networkx PKG_VERSION:=3.2.1 PKG_RELEASE:=1 PYPI_NAME:=networkx PKG_HASH:=9f1bb5cf3409bf324e0a722c20bdb4c20ee39bf1c30ce8ae499c8502b0b5e0c6 PKG_LICENSE:=BSD-3-clause PKG_LICENSE_FILES:=LICENSE.txt PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk define Package/python3-networkx SECTION:=lang CATEGORY:=Languages SUBMENU:=Python TITLE:=Creating and manipulating graphs and networks URL:=https://networkx.org/ DEPENDS:=+python3-light +python3-uuid +python3-xml endef define Package/python3-networkx/description NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. endef $(eval $(call Py3Package,python3-networkx)) $(eval $(call BuildPackage,python3-networkx)) $(eval $(call BuildPackage,python3-networkx-src))