mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-22 15:23:41 -09:00
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Reviewed-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 56be405248)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
15 lines
574 B
Makefile
15 lines
574 B
Makefile
################################################################################
|
|
#
|
|
# python-pyasyncore
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYASYNCORE_VERSION = 1.0.4
|
|
PYTHON_PYASYNCORE_SOURCE = pyasyncore-$(PYTHON_PYASYNCORE_VERSION).tar.gz
|
|
PYTHON_PYASYNCORE_SITE = https://files.pythonhosted.org/packages/25/6e/956e2bc9b47e3310cd524036f506b779a77788c2a1eb732e544240ad346f
|
|
PYTHON_PYASYNCORE_SETUP_TYPE = setuptools
|
|
PYTHON_PYASYNCORE_LICENSE = PSF-2.0
|
|
PYTHON_PYASYNCORE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|