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
|
Source: python-xypattern
Section: python
Priority: optional
Maintainer: Roland Mas <lolando@debian.org>
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-all-dev,
python3-poetry-core,
python3-poetry-dynamic-versioning,
python3-pytest,
python3-pytest-cov,
python3-scipy,
python3-setuptools,
python3-wheel,
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/CPrescher/xypattern
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-xypattern
Vcs-Git: https://salsa.debian.org/python-team/packages/python-xypattern.git
Package: python3-xypattern
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Description: Python library to handle x-y patterns
A simple small library to handle x-y patterns, such as are collected
with x-ray diffraction or Raman spectroscopy.
|