File: control

package info (click to toggle)
py-rnp 0.1.0%2Bgit20221014.01b7129-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 424 kB
  • sloc: python: 3,062; sh: 8; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 805 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
Source: py-rnp
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
	dh-python,
	librnp-dev,
	pybuild-plugin-pyproject,
	python3-all,
	python3-poetry-core,
	python3-pytest,
Standards-Version: 4.1.3
Rules-Requires-Root: no
Homepage: https://github.com/rnpgp/py-rnp
Vcs-Git: https://salsa.debian.org/python-team/packages/py-rnp.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/py-rnp

Package: python3-rnp
Architecture: all
Depends: librnp0,
	${misc:Depends},
	${python3:Depends}
Description: Python bindings for librnp
 RNP is a set of cross-platform tools implementing OpenPGP (RFC 4880)
 and related standards.
 .
 This package contains Python bindings for librnp.