diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-15 16:25:10 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-15 16:25:10 -0500 |
| commit | 709cefca42ef2a976a9aff8afb44a95ffc545b79 (patch) | |
| tree | 4a0c9baada24031c4187bce895ad742f7f5eb85f /dev-python/svgpathtools/svgpathtools-1.8.0.ebuild | |
| parent | c012d247f03a893c117c88f73bcf6cb6494dcd22 (diff) | |
| download | baldeagleos-repo-709cefca42ef2a976a9aff8afb44a95ffc545b79.tar.gz baldeagleos-repo-709cefca42ef2a976a9aff8afb44a95ffc545b79.tar.xz baldeagleos-repo-709cefca42ef2a976a9aff8afb44a95ffc545b79.zip | |
Adding metadata
Diffstat (limited to 'dev-python/svgpathtools/svgpathtools-1.8.0.ebuild')
| -rw-r--r-- | dev-python/svgpathtools/svgpathtools-1.8.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/svgpathtools/svgpathtools-1.8.0.ebuild b/dev-python/svgpathtools/svgpathtools-1.8.0.ebuild new file mode 100644 index 000000000000..34c9db62d707 --- /dev/null +++ b/dev-python/svgpathtools/svgpathtools-1.8.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{13..14} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Tools for manipulating and analyzing SVG Path objects and Bezier curves" +HOMEPAGE="https://github.com/mathandy/svgpathtools https://pypi.org/project/svgpathtools/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/svgwrite[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}" + +EPYTEST_PLUGINS=( ) +distutils_enable_tests pytest |
