mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
581 B
Makefile
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))
|