Codebase list pysmb / 9448b7d
Drop Python 2 module Sophie Brun 4 years ago
2 changed file(s) with 2 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
11 Section: python
22 Priority: optional
33 Maintainer: Kali Developers <[email protected]>
4 Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
4 Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools
55 Standards-Version: 3.9.8
66 Homepage: https://miketeo.net/wp/index.php/projects/pysmb
7 X-Python-Version: >= 2.6
87 X-Python3-Version: >= 3.2
98 Vcs-Git: https://gitlab.com/kalilinux/packages/pysmb.git
109 Vcs-Browser: https://gitlab.com/kalilinux/packages/pysmb
11
12 Package: python-smb
13 Architecture: all
14 Depends: ${python:Depends}, ${misc:Depends}
15 Suggests: python-smb-doc
16 Description: SMB/CIFS library (Python 2)
17 This package contains an experimental SMB/CIFS library written in Python. It
18 implements the client-side SMB/CIFS protocol which allows your Python
19 application to access and transfer files to/from SMB/CIFS shared folders like
20 your Windows file sharing and Samba folders.
21 .
22 This package installs the library for Python 2.
2310
2411 Package: python3-smb
2512 Architecture: all
55 export PYBUILD_NAME=smb
66
77 %:
8 dh $@ --with python2,python3 --buildsystem=pybuild
8 dh $@ --with python3 --buildsystem=pybuild
99
1010
1111 # Add spinxdoc to the dh --with line