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
|
Source: bepasty
Section: net
Priority: optional
Maintainer: Elena Grandi <valhalla@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-setuptools-scm,
python3-flask,
python3-pygments (>= 2.12.0),
python3-pytest,
python3-selenium,
python3-sphinx,
Standards-Version: 4.6.0.1
Rules-Requires-Root: no
Homepage: https://github.com/bepasty/bepasty-server/
Vcs-Git: https://salsa.debian.org/python-team/packages/bepasty.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/bepasty
Package: bepasty
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
fonts-font-awesome,
libjs-bootbox,
libjs-bootstrap4,
libjs-bootswatch,
libjs-jquery,
libjs-jquery-ui,
libjs-jquery-file-upload,
python3-flask,
python3-pygments (>= 2.12.0),
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: binary pastebin / file upload service
bepasty is like a pastebin for all kinds of files (text, image, audio, video,
documents, ..., binary).
|