File: control

package info (click to toggle)
python-slugify 8.0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 822; makefile: 5; sh: 1
file content (40 lines) | stat: -rw-r--r-- 1,673 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
33
34
35
36
37
38
39
40
Source: python-slugify
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Arian Ott <arian.ott@ieee.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools
Build-Depends-Indep: python3-text-unidecode | python3-unidecode,
                     python3-pytest <!nocheck>
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/un33k/python-slugify
Vcs-Git: https://salsa.debian.org/python-team/packages/python-slugify.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-slugify

Package: python3-slugify
Architecture: all
Depends: python3-text-unidecode | python3-unidecode,
         ${misc:Depends},
         python3:any,
Description: Python module that generates clean, URL-safe slugs
 Python3-slugify is a Python 3 library that generates clean, URL-safe slugs from
 Unicode strings. It is designed to be simple and flexible, providing a
 best-effort approach to slug generation while offering extensive customisation.
 python3-slugify provides the core Python 3 library for generating clean,
 URL-safe slugs from Unicode strings.

Package: slugify
Architecture: all
Section: text
Depends: python3-slugify,
         ${misc:Depends},
         ${python3:Depends},
Description: Python utility that generates clean, URL-safe slugs
 Slugify is a Python 3 utility that generates clean, URL-safe slugs from
 Unicode strings. It is designed to be simple and flexible, providing a
 best-effort approach to slug generation while offering extensive customisation.