mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 10:02:13 +00:00
Upgrade ShredOS to buildroot v24.11
This commit is contained in:
@@ -4,14 +4,17 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_UVLOOP_VERSION = 0.19.0
|
||||
PYTHON_UVLOOP_VERSION = 0.21.0
|
||||
PYTHON_UVLOOP_SOURCE = uvloop-$(PYTHON_UVLOOP_VERSION).tar.gz
|
||||
PYTHON_UVLOOP_SITE = https://files.pythonhosted.org/packages/9c/16/728cc5dde368e6eddb299c5aec4d10eaf25335a5af04e8c0abd68e2e9d32
|
||||
PYTHON_UVLOOP_SITE = https://files.pythonhosted.org/packages/af/c0/854216d09d33c543f12a44b393c402e89a920b1a0a7dc634c42de91b9cf6
|
||||
PYTHON_UVLOOP_SETUP_TYPE = setuptools
|
||||
PYTHON_UVLOOP_LICENSE = Apache-2.0, MIT
|
||||
PYTHON_UVLOOP_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
|
||||
PYTHON_UVLOOP_BUILD_OPTS = build_ext --inplace --use-system-libuv
|
||||
PYTHON_UVLOOP_INSTALL_TARGET_OPTS = build_ext --inplace --use-system-libuv
|
||||
PYTHON_UVLOOP_DEPENDENCIES = libuv
|
||||
PYTHON_UVLOOP_BUILD_OPTS = \
|
||||
--skip-dependency-check \
|
||||
-C--build-option=build_ext \
|
||||
-C--build-option=--inplace \
|
||||
-C--build-option=--use-system-libuv
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user