File: control

package info (click to toggle)
python-slugify 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: python: 389; makefile: 15; sh: 1
file content (32 lines) | stat: -rw-r--r-- 1,127 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
29
30
31
32
Source: python-slugify
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-unidecode (>= 1.1.1)
Standards-Version: 4.4.1
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/un33k/python-slugify
Vcs-Git: https://salsa.debian.org/python-team/modules/python-slugify.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-slugify

Package: python3-slugify
Architecture: all
Depends: python3-unidecode (>= 1.1.1),
         ${misc:Depends},
         ${python3:Depends}
Description: Python module that provides tools for slugifying unicode strings
 Python module for slugifying unicode strings.

Package: slugify
Architecture: all
Section: text
Depends: python3-slugify,
         ${misc:Depends},
         ${python3:Depends}
Description: Python slugify application that handles unicode
 Python application that returns slugs from unicode strings.