mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
534 B
Makefile
15 lines
534 B
Makefile
################################################################################
|
|
#
|
|
# python-boto3
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BOTO3_VERSION = 1.35.57
|
|
PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
|
|
PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/c5/73/fb880ce301129a7116ff47b1aab1ca7427c7d63a163676701abc168309eb
|
|
PYTHON_BOTO3_SETUP_TYPE = setuptools
|
|
PYTHON_BOTO3_LICENSE = Apache-2.0
|
|
PYTHON_BOTO3_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|