mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
544 B
Makefile
15 lines
544 B
Makefile
################################################################################
|
|
#
|
|
# python-wcwidth
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WCWIDTH_VERSION = 0.2.14
|
|
PYTHON_WCWIDTH_SOURCE = wcwidth-$(PYTHON_WCWIDTH_VERSION).tar.gz
|
|
PYTHON_WCWIDTH_SITE = https://files.pythonhosted.org/packages/24/30/6b0809f4510673dc723187aeaf24c7f5459922d01e2f794277a3dfb90345
|
|
PYTHON_WCWIDTH_SETUP_TYPE = setuptools
|
|
PYTHON_WCWIDTH_LICENSE = MIT
|
|
PYTHON_WCWIDTH_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|