mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
550 B
Makefile
15 lines
550 B
Makefile
################################################################################
|
|
#
|
|
# python-aiojobs
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_AIOJOBS_VERSION = 1.3.0
|
|
PYTHON_AIOJOBS_SOURCE = aiojobs-$(PYTHON_AIOJOBS_VERSION).tar.gz
|
|
PYTHON_AIOJOBS_SITE = https://files.pythonhosted.org/packages/c4/0b/d612a769c28bd22bcc52b369a9a10c63eb6e7b5e2e0cfb35e3be7357fe29
|
|
PYTHON_AIOJOBS_SETUP_TYPE = setuptools
|
|
PYTHON_AIOJOBS_LICENSE = Apache-2.0
|
|
PYTHON_AIOJOBS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|