File: control

package info (click to toggle)
python-setuptools-gettext 0.1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 343; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 894 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
Rules-Requires-Root: no
Standards-Version: 4.6.1.0
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools (>= 46.1),
               python3-pytest
Testsuite: autopkgtest-pkg-python
Source: python-setuptools-gettext
Homepage: https://github.com/breezy-team/setuptools-gettext
Priority: optional
Section: python
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Vcs-Git: https://salsa.debian.org/jelmer/python-setuptools-gettext.git
Vcs-Browser: https://salsa.debian.org/jelmer/python-setuptools-gettext

Package: python3-setuptools-gettext
Depends: ${python3:Depends}, ${misc:Depends}, python3-setuptools
Architecture: all
Description: Setuptools gettext extension plugin
 This extension for Python setuptools searches for
 gettext .po files in the source directory, compiles them
 to .mo files and installs them.