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/yattag | |
| 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/yattag')
| -rw-r--r-- | dev-python/yattag/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/yattag/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-python/yattag/yattag-1.16.1.ebuild | 27 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/yattag/Manifest b/dev-python/yattag/Manifest deleted file mode 100644 index 06f67cc25c14..000000000000 --- a/dev-python/yattag/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yattag-1.16.1.tar.gz 29069 BLAKE2B c35be7b3f9171f5ee5c40edb9bbcf7ce1277cd6703f690eceb2c0366bb43d2975f84598e70d3b7480cd68e055ae0221d8482a3ca92fc9a75dd4e1b58e9aa70e0 SHA512 afdd5ed7921a98a50d4f0139121014a25730f4051a21f189f6543df8a9da92790b290d0ddb65248f94b9947622f0ac256f1d5eec5fc82fcbbc7195f18d69a540 diff --git a/dev-python/yattag/metadata.xml b/dev-python/yattag/metadata.xml deleted file mode 100644 index e58d968b88e0..000000000000 --- a/dev-python/yattag/metadata.xml +++ /dev/null @@ -1,13 +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> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">yattag</remote-id> - <remote-id type="github">leforestier/yattag</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/yattag/yattag-1.16.1.ebuild b/dev-python/yattag/yattag-1.16.1.ebuild deleted file mode 100644 index 3934283a114d..000000000000 --- a/dev-python/yattag/yattag-1.16.1.ebuild +++ /dev/null @@ -1,27 +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 pypi - -DESCRIPTION="Python library to generate HTML or XML in a readable, concise and pythonic way" -HOMEPAGE=" - https://www.yattag.org/ - https://github.com/leforestier/yattag/ - https://pypi.org/project/yattag/ -" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv ~x86" - -distutils_enable_tests unittest - -python_test() { - cd test || die - eunittest -} |
