mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -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/
|
||||
@@ -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
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user