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: pyclipper
Section: fonts
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders:
Jeremy Bicha <jbicha@debian.org>,
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all-dev,
python3-pytest <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-sympy <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/fonttools/pyclipper
Vcs-Git: https://salsa.debian.org/fonts-team/pyclipper.git
Vcs-Browser: https://salsa.debian.org/fonts-team/pyclipper
Package: python3-pyclipper
Architecture: any
Section: python
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Cython wrapper for the Clipper library
Pyclipper is a Cython wrapper exposing public functions and classes of
the C++ translation of Angus Johnson’s Clipper library.
|