File: control

package info (click to toggle)
python-slugify 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 73
  • sloc: python: 297; makefile: 17; sh: 1
file content (45 lines) | stat: -rw-r--r-- 1,567 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
41
42
43
44
45
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 (>=9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-unidecode (>= 0.04.16),
               python3-all,
               python3-setuptools,
               python3-unidecode (>= 0.04.16)
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: https://github.com/un33k/python-slugify
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-slugify.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-slugify.git

Package: python-slugify
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: Python module that provides tools for slugifying unicode strings
 Python module for slugifying unicode strings.
 .
 This package installs the library for Python 2.

Package: python3-slugify
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python module that provides tools for slugifying unicode strings (Python 3)
 Python module for slugifying unicode strings.
 .
 This package installs the library for Python 3.

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