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: 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-python,
python3-all-dev,
python3-pytest <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-sympy <!nocheck>,
python3-unittest2 <!nocheck>
Standards-Version: 4.5.1
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.
|