File: control

package info (click to toggle)
python-seedir 0.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,392 kB
  • sloc: python: 2,758; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,135 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
27
28
Source: python-seedir
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrey Rakhmatullin <wrar@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-natsort <!nocheck>,
               python3-pytest <!nocheck>,
               python3-setuptools,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-seedir
Vcs-Git: https://salsa.debian.org/python-team/packages/python-seedir.git
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/earnestt1234/seedir
Rules-Requires-Root: no

Package: python3-seedir
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Suggests: python3-emoji
Description: Package for creating, editing, and reading folder tree diagrams
 The general logic of seedir is based on representing directories in 3 different
 forms: real directories on a computer, text diagrams of directories, and "fake
 directories" (manipulable Python folder objects). seedir provides tools for
 going in between these formats.