dev-python/ezdxf - 0.16.5 (science)

Search

Install

Install this version:

emerge -a =dev-python/ezdxf-0.16.5

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

autounmask =dev-python/ezdxf-0.16.5

Or alternatively:

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

Package Information

Description:
Python interface to DXF
Homepage:
https://pypi.org/project/ezdxf/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.16.5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
#FIXME: Upstream explicitly supports "pypy3", but Gentoo dependencies do not.
PYTHON_COMPAT=( python3_13 )
inherit distutils-r1 pypi

DESCRIPTION="Python interface to DXF"
HOMEPAGE="https://pypi.org/project/ezdxf/"
SRC_URI="$(pypi_sdist_url ${PN} ${PV} .zip)"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cython matplotlib qt5"

BDEPEND="
	cython? ( dev-python/cython[${PYTHON_USEDEP}] )
	app-arch/unzip
"
DEPEND="
	dev-python/typing-extensions[${PYTHON_USEDEP}]
	>=dev-python/pyparsing-2.0.1[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}
	matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	qt5? ( dev-python/pyqt5[${PYTHON_USEDEP}] )
"

#FIXME: Enabling tests requires packaging additional packages (e.g., "geomdl").
RESTRICT="test"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/ezdxf | euse -E <flag> -p dev-python/ezdxf | euse -D <flag> -p dev-python/ezdxf

Global/Standard Flags

qt5

Inherited Eclasses

Dependencies

DEPEND

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

RDEPEND

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

	matplotlib? ( dev-python/matplotlib[] )
	qt5? ( dev-python/pyqt5[] )

BDEPEND

	cython? ( dev-python/cython[] )
	app-arch/unzip