File: control

package info (click to toggle)
xdg-base-dirs 6.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: python: 151; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
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: xdg-base-dirs
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/srstevenson/xdg-base-dirs
Vcs-Browser: https://forgejo.debian.net/posting/xdg-base-dirs
Vcs-Git: https://forgejo.debian.net/posting/xdg-base-dirs

Package: python3-xdg-base-dirs
Section: python
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: accessing XDG Base Directory paths (Python module)
 xdg-base-dirs is a Python module that provides functions to return paths to the
 directories defined by the XDG Base Directory Specification, simplifying
 handling of user cache, configuration, and data files.