freetype-py 2.2.0-1 source package in Ubuntu

Changelog

freetype-py (2.2.0-1) unstable; urgency=medium

  * Add tests control file
  * Update meta versions
  * Add CI
  * d/control: Build-depend on toml
  * Drop patch
  * Clean .pytest_cache
  * Clean egg-info
  * d/watch: Get upstream from GitHub
  * d/copyright: Add missing info
  * BD on freetype-dev to pass reprotest
  * New upstream version 2.2.0

 -- Bastian Germann <email address hidden>  Sun, 02 Aug 2020 20:32:37 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
freetype-py_2.2.0-1.dsc 2.1 KiB ab2b10182100c0d70b9371d028e33547d2cd279162e21c9fb0fa67d298b8a8b6
freetype-py_2.2.0.orig.tar.gz 756.6 KiB 5deed4170ea58e2c2c32ad0cdc4eb089c6224b0eb7b1e8d8f0402992f0d78955
freetype-py_2.2.0-1.debian.tar.xz 5.4 KiB 25105778a4b2e8603a8c9f4d4e2b7ad1df087d0ac321249f56e93c717a91597e

Available diffs

No changes file available.

Binary packages built by this source

python3-freetype: Freetype Python bindings for Python 3

 Freetype Python provides bindings for the FreeType library.
 Only the high-level API is bound.
 .
 All the font access is done through the FreeType2 library,
 which supports many formats. It can render images of characters with
 high-quality hinting and antialiasing, extract metrics information, and
 extract the outlines of characters in scalable formats like TrueType.
 .
 This is the Python 3 version of the package.