1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: whichcraft
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper-compat (= 9), dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.1.1
Homepage: https://github.com/pydanny/whichcraft
Vcs-Git: https://salsa.debian.org/python-team/modules/whichcraft.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/whichcraft
Testsuite: autopkgtest-pkg-python
Package: python3-whichcraft
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: whichcraft
Description: cross-platform cross-python shutil.which functionality (Python 3 module)
This is a shim of the "shutil.which" function that's designed to work across
multiple versions of Python and inside of Windows. The code for Python 2.x is
based on Python 3 code.
.
This package contains the Python 3 module.
|