mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
python-pycares: new package
Python interface for c-ares. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
97060f445e
commit
ba9e5d0fc0
14
package/python-pycares/python-pycares.mk
Normal file
14
package/python-pycares/python-pycares.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pycares
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYCARES_VERSION = 2.3.0
|
||||
PYTHON_PYCARES_SOURCE = pycares-$(PYTHON_PYCARES_VERSION).tar.gz
|
||||
PYTHON_PYCARES_SITE = https://files.pythonhosted.org/packages/89/5c/3a7e1a52d6abb52b9ca1a56d2df699936e89d8b98f75cfd60d03363e7c10
|
||||
PYTHON_PYCARES_SETUP_TYPE = setuptools
|
||||
PYTHON_PYCARES_LICENSE = MIT
|
||||
PYTHON_PYCARES_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user