mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 10:02:13 +00:00
14 lines
484 B
Makefile
14 lines
484 B
Makefile
################################################################################
|
|
#
|
|
# python-crontab
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CRONTAB_VERSION = 3.0.0
|
|
PYTHON_CRONTAB_SITE = https://files.pythonhosted.org/packages/fb/6f/14adf2570e83c90f3f5af1af5225a70f914ba9e7ab9d08e675c5f6887102
|
|
PYTHON_CRONTAB_SETUP_TYPE = setuptools
|
|
PYTHON_CRONTAB_LICENSE = LGPL-3.0+
|
|
PYTHON_CRONTAB_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(python-package))
|