dev-python/ezdxf - 1.4.4 (guru)

Search

Install

Install this version:

emerge -a =dev-python/ezdxf-1.4.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/ezdxf-1.4.4

Or alternatively:

emerge --autounmask-write -a =dev-python/ezdxf-1.4.4

Package Information

Description:
Python library for creating and manipulating DXF drawings
Homepage:
https://ezdxf.mozman.at/ https://github.com/mozman/ezdxf
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.4.4 8 ~amd64 ~arm64 0
View Raw Ebuild
# 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}]
"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/pyparsing-2.0.1[]
	>=dev-python/typing-extensions-4.6.0[]
	dev-python/numpy[]
	dev-python/fonttools[]

BDEPEND

	
	>=dev-python/pyparsing-2.0.1[]
	>=dev-python/typing-extensions-4.6.0[]
	dev-python/numpy[]
	dev-python/fonttools[]

	dev-python/cython[]