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
|
Source: pyjokes
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-pytest,
python3-setuptools,
python3-vcversioner
Standards-Version: 4.1.1
Homepage: https://pypi.python.org/pypi/pyjokes
Vcs-Git: https://salsa.debian.org/python-team/packages/pyjokes.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyjokes
Package: python3-pyjokes
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: One line jokes for programmers (Python 3)
Import this library to generate random jokes for programmers.
Choose from neutral jokes, adult jokes, and Chuck Norris themed
jokes.
.
This package contains the module for Python 3.
Package: pyjoke
Section: misc
Architecture: all
Depends: python3-pyjokes, ${misc:Depends}, ${python3:Depends}
Description: Command line utility to make programmer jokes
Run this command line utility to generate random jokes for programmers.
Choose from neutral jokes, adult jokes, and Chuck Norris themed
jokes.
.
This package contains the application for Python 3.
|