Files
rpi-buildroot/package/python-pyasyncore/python-pyasyncore.mk
Bernd Kuhls faa0b0d388 package/python-pyasyncore: update tarball URL
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 56be4052484dfb6e053b5ed79c807fedbbf26806)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
2026-01-06 09:18:56 +01:00

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