mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/jborean93/smbprotocol/blob/v1.16.1/CHANGELOG.md Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
580 B
Makefile
15 lines
580 B
Makefile
################################################################################
|
|
#
|
|
# python-smbprotocol
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SMBPROTOCOL_VERSION = 1.16.1
|
|
PYTHON_SMBPROTOCOL_SOURCE = smbprotocol-$(PYTHON_SMBPROTOCOL_VERSION).tar.gz
|
|
PYTHON_SMBPROTOCOL_SITE = https://files.pythonhosted.org/packages/33/76/c32681e925fc859578d4e41e4bd3ef7e2b9e7d06141f703eec032875b28a
|
|
PYTHON_SMBPROTOCOL_SETUP_TYPE = setuptools
|
|
PYTHON_SMBPROTOCOL_LICENSE = MIT
|
|
PYTHON_SMBPROTOCOL_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|