Files
rpi-buildroot/package/python-emailproxy/python-emailproxy.mk
Bernd Kuhls 000398d6ac package/python-emailproxy: bump version to 2025.10.4
Release notes: https://github.com/simonrob/email-oauth2-proxy/releases

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-10-06 23:05:30 +02:00

15 lines
581 B
Makefile

################################################################################
#
# python-emailproxy
#
################################################################################
PYTHON_EMAILPROXY_VERSION = 2025.10.4
PYTHON_EMAILPROXY_SOURCE = emailproxy-$(PYTHON_EMAILPROXY_VERSION).tar.gz
PYTHON_EMAILPROXY_SITE = https://files.pythonhosted.org/packages/4f/0d/045028f891c4a83ea7d616a81f0b9af8d290316eb0c958d572b6445232f9
PYTHON_EMAILPROXY_SETUP_TYPE = setuptools
PYTHON_EMAILPROXY_LICENSE = Apache-2.0
PYTHON_EMAILPROXY_LICENSE_FILES = LICENSE
$(eval $(python-package))