mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
15 lines
566 B
Makefile
15 lines
566 B
Makefile
################################################################################
|
|
#
|
|
# python-traitlets
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TRAITLETS_VERSION = 5.14.3
|
|
PYTHON_TRAITLETS_SOURCE = traitlets-$(PYTHON_TRAITLETS_VERSION).tar.gz
|
|
PYTHON_TRAITLETS_SITE = https://files.pythonhosted.org/packages/eb/79/72064e6a701c2183016abbbfedaba506d81e30e232a68c9f0d6f6fcd1574
|
|
PYTHON_TRAITLETS_LICENSE = BSD-3-Clause
|
|
PYTHON_TRAITLETS_LICENSE_FILES = LICENSE
|
|
PYTHON_TRAITLETS_SETUP_TYPE = hatch
|
|
|
|
$(eval $(python-package))
|