This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119373 additions and 73690 deletions
-14
View File
@@ -1,14 +0,0 @@
config BR2_PACKAGE_PYTHON_PYASN
bool "python-pyasn"
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
help
PyASN is a Python extension module that enables you to
perform very fast IP address to Autonomous System Number
lookups.
https://github.com/hadiasghari/pyasn
comment "python-pyasn needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
-3
View File
@@ -1,3 +0,0 @@
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=f00a02a631d4016818659d1cc38d229a, sha256 locally computed
md5 f00a02a631d4016818659d1cc38d229a pyasn1-0.1.9.tar.gz
sha256 853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f pyasn1-0.1.9.tar.gz
-14
View File
@@ -1,14 +0,0 @@
################################################################################
#
# python-pyasn
#
################################################################################
PYTHON_PYASN_VERSION = 0.1.9
PYTHON_PYASN_SOURCE = pyasn1-$(PYTHON_PYASN_VERSION).tar.gz
PYTHON_PYASN_SITE = https://pypi.python.org/packages/source/p/pyasn1
PYTHON_PYASN_LICENSE = BSD-2-Clause
PYTHON_PYASN_LICENSE_FILES = LICENSE.txt
PYTHON_PYASN_SETUP_TYPE = setuptools
$(eval $(python-package))