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-wrapt
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WRAPT_VERSION = 2.0.0
|
|
PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz
|
|
PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/49/19/5e5bcd855d808892fe02d49219f97a50f64cd6d8313d75df3494ee97b1a3
|
|
PYTHON_WRAPT_SETUP_TYPE = setuptools
|
|
PYTHON_WRAPT_LICENSE = BSD-2-Clause
|
|
PYTHON_WRAPT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|