From b1b008f42ff0a6da96b801e2eaf68be4e2f2b5bb Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 6 Mar 2023 22:29:15 +0800 Subject: python-packages: Clean up build variables * Rename PYTHON3_PKG_SETUP_VARS to PYTHON3_PKG_BUILD_VARS, and PYTHON3_PKG_SETUP_DIR to PYTHON3_PKG_BUILD_PATH The new variable names emphasize that these values apply to the new build process. * Remove PYTHON3_PKG_SETUP_ARGS set to the empty string These were set to override the default arguments in the old build process and not applicable to the new build process. Signed-off-by: Jeffery To --- lang/python/python-stem/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lang/python/python-stem') diff --git a/lang/python/python-stem/Makefile b/lang/python/python-stem/Makefile index e1b486afe..03ef35633 100644 --- a/lang/python/python-stem/Makefile +++ b/lang/python/python-stem/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-stem PKG_VERSION:=1.8.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PYPI_NAME:=stem PKG_HASH:=81d43a7c668ba9d7bc1103b2e7a911e9d148294b373d27a59ae8da79ef7a3e2f @@ -11,8 +11,6 @@ PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=LGPL-3.0-only PKG_LICENSE_FILES:=LICENSE -PYTHON3_PKG_SETUP_ARGS:= - include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk -- cgit v1.2.3