This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_IPY
bool "python-ipy"
depends on BR2_PACKAGE_PYTHON
help
IPy - class and tools for handling of IPv4 and
IPv6 addresses and networks.
https://github.com/haypo/python-ipy/
+3
View File
@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/ipy/json, sha256 locally computed
md5 7b8c6eb4111b15aea31b67108e769712 IPy-0.83.tar.gz
sha256 61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8 IPy-0.83.tar.gz
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-ipy
#
################################################################################
PYTHON_IPY_VERSION = 0.83
PYTHON_IPY_SOURCE = IPy-$(PYTHON_IPY_VERSION).tar.gz
PYTHON_IPY_SITE = https://pypi.python.org/packages/88/28/79162bfc351a3f1ab44d663ab3f03fb495806fdb592170990a1568ffbf63
PYTHON_IPY_LICENSE = BSD-3-Clause
PYTHON_IPY_LICENSE_FILES = COPYING
PYTHON_IPY_SETUP_TYPE = distutils
$(eval $(python-package))