File: control

package info (click to toggle)
smartypants 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: python: 525; makefile: 3
file content (39 lines) | stat: -rw-r--r-- 1,708 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
Source: smartypants
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Andrew Starr-Bochicchio <asb@debian.org>
Build-Depends: debhelper (>= 9.0.0),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.0.0
Homepage: http://web.chad.org/projects/smartypants.py/
Vcs-Browser: https://salsa.debian.org/python-team/modules/smartypants
Vcs-Git: https://salsa.debian.org/python-team/modules/smartypants.git

Package: python3-smartypants
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Replaces: python-smartypants (<< 2.0.0-2)
Breaks: python-smartypants (<< 2.0.0-2)
Description: smart-quotes plugin for pyblosxom (Python 3 version)
 It can perform the following transformations:
 .
  * Straight quotes ( " and ' ) into "curly" quote HTML entities
  * Backticks-style quotes (``like this'') into "curly" quote HTML entities
  * Dashes (-- and ---) into en- and em-dash entities
  * Three consecutive dots (... or . . .) into an ellipsis entity
 .
 This means you can write, edit, and save your posts using plain old ASCII
 straight quotes, plain dashes, and plain dots, but your published posts
 (and final HTML output) will appear with smart quotes, em-dashes, and
 proper ellipses.
 .
 SmartyPants does not modify characters within <pre>, <code>, <kbd>, <math>
 or <script> tag blocks. Typically, these tags are used to display text
 where smart quotes and other "smart punctuation" would not be appropriate,
 such as source code or example markup.
 .
 This is the Python 3 version of the package.