generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-pycares/Config.in
Normal file
7
package/python-pycares/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PYCARES
|
||||
bool "python-pycares"
|
||||
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
||||
help
|
||||
Python interface for c-ares.
|
||||
|
||||
http://github.com/saghul/pycares
|
||||
5
package/python-pycares/python-pycares.hash
Normal file
5
package/python-pycares/python-pycares.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pycares/json
|
||||
md5 92fa9622ba42cb895d598910722e80b5 pycares-4.2.1.tar.gz
|
||||
sha256 735b4f75fd0f595c4e9184da18cd87737f46bc81a64ea41f4edce2b6b68d46d2 pycares-4.2.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 427bb3a5372024a26e2c290b24382512bcc7ca123431c4dd178dd613beea7eee LICENSE
|
||||
15
package/python-pycares/python-pycares.mk
Normal file
15
package/python-pycares/python-pycares.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pycares
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYCARES_VERSION = 4.2.1
|
||||
PYTHON_PYCARES_SOURCE = pycares-$(PYTHON_PYCARES_VERSION).tar.gz
|
||||
PYTHON_PYCARES_SITE = https://files.pythonhosted.org/packages/99/da/d3d20bc7bd5baadeea04ee84db16f1f07557138c313bd6200e1cffab5bee
|
||||
PYTHON_PYCARES_SETUP_TYPE = setuptools
|
||||
PYTHON_PYCARES_LICENSE = MIT
|
||||
PYTHON_PYCARES_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYCARES_DEPENDENCIES = host-python-cffi
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user