diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/svg-path | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/svg-path')
| -rw-r--r-- | dev-python/svg-path/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/svg-path/metadata.xml | 18 | ||||
| -rw-r--r-- | dev-python/svg-path/svg-path-7.0.ebuild | 43 |
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-python/svg-path/Manifest b/dev-python/svg-path/Manifest deleted file mode 100644 index e616b1374730..000000000000 --- a/dev-python/svg-path/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST svg-path-7.0.gh.tar.gz 59063 BLAKE2B 8e404a9c798471c0e661c6d22f2861e981e1ee7fb769a0d71a61a2223791b16f53432e7768c92f81eaa544861f90953aabfbb311e9e009fe7b2a8a1b7aac6c46 SHA512 8294078f8fcac982887aa7262c16342937b424144e0886095589c482e0b388527c8b2ec22885af6356269377ea0081d3c86950869b47f6f0a96ff8fe97925184 diff --git a/dev-python/svg-path/metadata.xml b/dev-python/svg-path/metadata.xml deleted file mode 100644 index 3f09df96bb70..000000000000 --- a/dev-python/svg-path/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> - The svg.path package provides a collection of Python objects that - implement the different path commands in SVG, as well as a parser for - SVG path definitions. - </longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="github">regebro/svg.path</remote-id> - <remote-id type="pypi">svg.path</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/svg-path/svg-path-7.0.ebuild b/dev-python/svg-path/svg-path-7.0.ebuild deleted file mode 100644 index 95f53f88d6ec..000000000000 --- a/dev-python/svg-path/svg-path-7.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -MY_P=${P/-/.} -DESCRIPTION="SVG path objects and parser" -HOMEPAGE=" - https://github.com/regebro/svg.path/ - https://pypi.org/project/svg.path/ -" -# no tests in sdist, as of 6.3 -SRC_URI=" - https://github.com/regebro/svg.path/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ~x86" - -BDEPEND=" - test? ( - dev-python/pillow[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - - # strip explicit namespace - rm src/svg/__init__.py || die - sed -i -e '/namespaces/s:false:true:' pyproject.toml || die -} |
