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 27 28 29 30 31 32
|
Source: python-pystow
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Alexandre Detiste <tchet@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-click,
python3-requests,
python3-setuptools,
python3-tqdm,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/cthoyt/pystow/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pystow.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pystow
Testsuite: autopkgtest-pkg-pybuild
X-Style: black
Package: python3-pystow
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: management utility library for Python programs
This library can replace the boilerplate code
one is needed to write in order to maintain
files in $HOME.
|