Files
shredos.x86_64/package/python-wsaccel/python-wsaccel.mk

16 lines
602 B
Makefile
Raw Normal View History

################################################################################
#
# python-wsaccel
#
################################################################################
2025-01-10 19:31:27 +00:00
PYTHON_WSACCEL_VERSION = 0.6.7
PYTHON_WSACCEL_SOURCE = wsaccel-$(PYTHON_WSACCEL_VERSION).tar.gz
2025-01-10 19:31:27 +00:00
PYTHON_WSACCEL_SITE = https://files.pythonhosted.org/packages/8b/06/e8f0450952ed1fb4aa2033a30ae5afb59632f5a35d441bcc6801a3aaca47
PYTHON_WSACCEL_LICENSE = Apache-2.0
PYTHON_WSACCEL_LICENSE_FILES = LICENSE
PYTHON_WSACCEL_SETUP_TYPE = setuptools
2025-01-10 19:31:27 +00:00
PYTHON_WSACCEL_BUILD_OPTS = --skip-dependency-check
$(eval $(python-package))