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 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: python-schwifty
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Matthias Geiger <werdahias@riseup.net>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
furo <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-hatch-vcs,
python3-iso3166,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-pycountry,
python3-pytest <!nocheck>,
python3-rstr <!nocheck>,
python3-pydantic <!nocheck>,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2
Homepage: https://github.com/mdomke/schwifty
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-schwifty
Vcs-Git: https://salsa.debian.org/python-team/packages/python-schwifty.git
Description: library to work with IBANs and BIC
schwifty is a Python library that lets you easily work with IBANs and BICs
as specified by the ISO. IBAN is the International Bank Account Number and BIC
the Business Identifier Code. Both are used for international money transfer.
Package: python3-schwifty
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Suggests:
python-schwifty-doc,
Description: ${source:Synopsis} (Python 3)
${source:Extended-Description}
.
This package installs the library for Python 3.
Package: python-schwifty-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${sphinxdoc:Depends},
${misc:Depends},
Description: ${source:Synopsis} (common documentation)
${source:Extended-Description}
.
This is the common documentation package.
|