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