[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_IPY
bool "python-ipy"
help
IPy - class and tools for handling of IPv4 and
IPv6 addresses and networks.
https://github.com/haypo/python-ipy/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/ipy/json
md5 d6cf83e7f418ebbd23324ba1c658b907 IPy-1.01.tar.gz
sha256 edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a IPy-1.01.tar.gz
# Locally computed sha256 checksums
sha256 078bb46799e46e51e7239c24ff130d345db911c11efafef5e3c45dfb7adb0a61 COPYING

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-ipy
#
################################################################################
PYTHON_IPY_VERSION = 1.01
PYTHON_IPY_SOURCE = IPy-$(PYTHON_IPY_VERSION).tar.gz
PYTHON_IPY_SITE = https://files.pythonhosted.org/packages/64/a4/9c0d88d95666ff1571d7baec6c5e26abc08051801feb6e6ddf40f6027e22
PYTHON_IPY_LICENSE = BSD-3-Clause
PYTHON_IPY_LICENSE_FILES = COPYING
PYTHON_IPY_SETUP_TYPE = distutils
$(eval $(python-package))