ed899d9f18
https://github.com/miketeo/pysmb/blob/pysmb-1.2.13/CHANGELOG Added comments to Config.in computed by scanpypi. Updated project URL, old URL is broken. All hashes were computed by scanpypi. Updated license hash due to copyright year bump: https://github.com/miketeo/pysmb/commit/e9d59f356455ab29c03ccaa0a1e0219e3ad3c2e9 Updated _SITE to URL computed by scanpypi. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
595 B
Plaintext
17 lines
595 B
Plaintext
config BR2_PACKAGE_PYTHON_PYSMB
|
|
bool "python-pysmb"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_PYTHON_PYASN1 # runtime
|
|
select BR2_PACKAGE_PYTHON_TQDM # runtime
|
|
help
|
|
pysmb is an experimental SMB/CIFS library written in Python.
|
|
It implements the client-side SMB/CIFS protocol (SMB1 and
|
|
SMB2) which allows your Python application to access and
|
|
transfer files to/from SMB/CIFS shared folders like your
|
|
Windows file sharing and Samba folders.
|
|
|
|
https://miketeo.net/blog/projects/pysmb
|
|
|
|
comment "python-pysmb needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|