From 985738b3991611be3b0b85e2b47cfb3ef0bbc335 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Wed, 13 Sep 2023 04:27:11 +0800 Subject: [PATCH 1/3] rust: Move RUST_ARCH_DEPENDS into rust-values.mk This allows other packages access to RUST_ARCH_DEPENDS by including rust-values.mk, instead of rust-package.mk which also sets Build/Compile. Signed-off-by: Jeffery To --- lang/rust/rust-package.mk | 3 --- lang/rust/rust-values.mk | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/rust/rust-package.mk b/lang/rust/rust-package.mk index 955b37c29..e8cf7d712 100644 --- a/lang/rust/rust-package.mk +++ b/lang/rust/rust-package.mk @@ -15,9 +15,6 @@ ifeq ($(origin RUST_INCLUDE_DIR),undefined) endif include $(RUST_INCLUDE_DIR)/rust-values.mk -# Support only a subset for now. -RUST_ARCH_DEPENDS:=@(aarch64||arm||i386||i686||mips||mipsel||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64) - # $(1) path to the package (optional) # $(2) additional arguments to cargo (optional) define Build/Compile/Cargo diff --git a/lang/rust/rust-values.mk b/lang/rust/rust-values.mk index 26935c0f6..58ce2f16d 100644 --- a/lang/rust/rust-values.mk +++ b/lang/rust/rust-values.mk @@ -57,3 +57,6 @@ endif ifeq ($(ARCH),aarch64) RUST_CFLAGS:=-mno-outline-atomics endif + +# Support only a subset for now. +RUST_ARCH_DEPENDS:=@(aarch64||arm||i386||i686||mips||mipsel||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64) From 21eb9b7456d0137383e8f41fccaa21bf55046b61 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 11 Sep 2023 11:19:24 +0800 Subject: [PATCH 2/3] python-build: Update to 1.0.3 Signed-off-by: Jeffery To --- lang/python/python-build/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-build/Makefile b/lang/python/python-build/Makefile index 39a35565a..3b2ab65cb 100644 --- a/lang/python/python-build/Makefile +++ b/lang/python/python-build/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-build -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.0.3 PKG_RELEASE:=1 PYPI_NAME:=build -PKG_HASH:=49a60f212df4d9925727c2118e1cbe3abf30b393eff7d0e7287d2170eb36844d +PKG_HASH:=538aab1b64f9828977f84bc63ae570b060a8ed1be419e7870b8b4fc5e6ea553b PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE From e309346104ed9303f68d253141ae00f790e0d71e Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 11 Sep 2023 11:21:39 +0800 Subject: [PATCH 3/3] python-setuptools: Update to 68.2.0 Signed-off-by: Jeffery To --- lang/python/python-setuptools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-setuptools/Makefile b/lang/python/python-setuptools/Makefile index 5cbd64039..08cb7124f 100644 --- a/lang/python/python-setuptools/Makefile +++ b/lang/python/python-setuptools/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-setuptools -PKG_VERSION:=68.1.2 +PKG_VERSION:=68.2.0 PKG_RELEASE:=1 PYPI_NAME:=setuptools -PKG_HASH:=3d4dfa6d95f1b101d695a6160a7626e15583af71a5f52176efa5d39a054d475d +PKG_HASH:=00478ca80aeebeecb2f288d3206b0de568df5cd2b8fada1209843cc9a8d88a48 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE