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
  
     | 
    
      Source: fpyutils
Section: net
Priority: optional
Maintainer: Sakirnth Nagarasa <sakirnth@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python-ilorest-doc,
 python3-all,
 python3-pydata-sphinx-theme,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-book-theme,
 python3-sphinx-copybutton,
 python3-wheel,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/frnmst/fpyutils
Vcs-Browser: https://salsa.debian.org/saki/fpyutils
Vcs-Git: https://salsa.debian.org/saki/fpyutils.git
Package: python-fpyutils-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: collection of useful non-standard Python functions (docs)
 A collection of useful non-standard Python functions which aim to be
 simple to use, highly readable but not efficient.
 .
 This package provides the documentation for fpyutils.
Package: python3-fpyutils
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-fpyutils-doc,
Description: collection of useful non-standard Python functions (Python 3)
 A collection of useful non-standard Python functions which aim to be
 simple to use, highly readable but not efficient.
 .
 This package contains the Python 3.x module.
 
     |