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:
James Hilliard
2018-11-12 16:09:15 +08:00
committed by Peter Korsgaard
parent 97060f445e
commit ba9e5d0fc0
5 changed files with 27 additions and 0 deletions

View 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))