mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
556 B
Makefile
15 lines
556 B
Makefile
################################################################################
|
|
#
|
|
# python-mwclient
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MWCLIENT_VERSION = 0.11.0
|
|
PYTHON_MWCLIENT_SOURCE = mwclient-$(PYTHON_MWCLIENT_VERSION).tar.gz
|
|
PYTHON_MWCLIENT_SITE = https://files.pythonhosted.org/packages/5e/b3/0f77b8838a22e99b9cb64aef15fb96a4a8315fe890dbe3bff6f8364e8940
|
|
PYTHON_MWCLIENT_LICENSE = MIT
|
|
PYTHON_MWCLIENT_LICENSE_FILES = LICENSE.md
|
|
PYTHON_MWCLIENT_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|