From: Austin Lane Date: Thu, 20 Nov 2025 00:58:40 +0000 (-0500) Subject: python-pypubsub: switch to PyPi sdist X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1f78d9d7a704bf406699850f9e5011fa05ff8f42;p=feed%2Fpackages.git python-pypubsub: switch to PyPi sdist - PyPi sdist was recently added for this package. Switch to using it. Signed-off-by: Austin Lane --- diff --git a/lang/python/python-pypubsub/Makefile b/lang/python/python-pypubsub/Makefile index 4c3c18b134..eca43bf5c1 100644 --- a/lang/python/python-pypubsub/Makefile +++ b/lang/python/python-pypubsub/Makefile @@ -6,19 +6,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pypubsub PKG_VERSION:=4.0.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 -PYTHON3_PKG_WHEEL_NAME:=Pypubsub +PYPI_NAME:=Pypubsub +PYPI_SOURCE_NAME:=pypubsub +PKG_HASH:=32d662de3ade0fb0880da92df209c62a4803684de5ccb8d19421c92747a258c7 -PKG_SOURCE:=pypubsub-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/schollii/pypubsub/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=0df83daa1cb0021bab858ff6812d836c9712dea59a5172be1888bb554c3a89a2 -PKG_BUILD_DIR:=$(BUILD_DIR)/pypubsub-$(PKG_VERSION) +PKG_BUILD_DEPENDS:=python-setuptools/host PKG_MAINTAINER:=Austin Lane PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=src/pubsub/LICENSE_BSD_Simple.txt +include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk