dev-python/ocpsvg - 0.5.0 (vowstar)

Search

Install

Install this version:

emerge -a =dev-python/ocpsvg-0.5.0

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

autounmask =dev-python/ocpsvg-0.5.0

Or alternatively:

emerge --autounmask-write -a =dev-python/ocpsvg-0.5.0

Package Information

Description:
SVG import and export for OCP (Open CASCADE) using svgelements
Homepage:
https://github.com/snoyer/ocpsvg https://pypi.org/project/ocpsvg/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.5.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO="https://github.com/snoyer/ocpsvg"
inherit distutils-r1 pypi

DESCRIPTION="SVG import and export for OCP (Open CASCADE) using svgelements"
HOMEPAGE="https://github.com/snoyer/ocpsvg https://pypi.org/project/ocpsvg/"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/cadquery-ocp-novtk-7.8.1[${PYTHON_USEDEP}]
	>=dev-python/svgelements-1.9.1[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"

EPYTEST_PLUGINS=( )
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/cadquery-ocp-novtk-7.8.1[]
	>=dev-python/svgelements-1.9.1[]

BDEPEND

	>=dev-python/cadquery-ocp-novtk-7.8.1[]
	>=dev-python/svgelements-1.9.1[]