dev-python/ezdxf: add 1.4.4

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2026-05-25 12:29:44 +08:00
parent 87d11afbb2
commit 0481a4a727
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST ezdxf-1.4.3.tar.gz 1816226 BLAKE2B b77d8b43295623504f2eabf702692dd6e58b9d52b138bbc64e33043649d6ab51dfcdfea95c684e7341172a6a208d7d0665a00579df93c18a66f74f2b908fe26f SHA512 31d19313e1a7599378532363287a69b076db6ba4545048d97f3f80ebc2ed2253f1ec119ce19e3aaddba31623ba0b58e5c89111a5dc0024f18ea7911463eeb9d5
DIST ezdxf-1.4.4.tar.gz 1866886 BLAKE2B ad2dc9c65792edee17b5683e62e38ab87e099e54e9fba6561ad232c04b91a15b630242f4fe49931f6c67b41b8d776c2b69f3d13944c9c1b5866d474d27005285 SHA512 d51264d859edbf09ddcfc886a8a488d13b06d861ac716e43537d96cc1af7958818a6b82cab2781d5b0a34711c8eab99122ead5b4da498dfe2b0860c926bf6cba

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python library for creating and manipulating DXF drawings"
HOMEPAGE="https://ezdxf.mozman.at/ https://github.com/mozman/ezdxf"
LICENSE="MIT"
SLOT=0
KEYWORDS="~amd64 ~arm64"
# Tests require fonts from repository ./fonts folder
# https://github.com/mozman/ezdxf/blob/master/tests/README.md
RESTRICT="test"
RDEPEND="
>=dev-python/pyparsing-2.0.1[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.6.0[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/fonttools[${PYTHON_USEDEP}]
"
BDEPEND="
${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]
"