diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-python/pypng | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pypng')
| -rw-r--r-- | dev-python/pypng/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pypng/metadata.xml | 15 | ||||
| -rw-r--r-- | dev-python/pypng/pypng-0.20220715.0.ebuild | 30 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/pypng/Manifest b/dev-python/pypng/Manifest deleted file mode 100644 index ef0e01cd5d5e..000000000000 --- a/dev-python/pypng/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pypng-pypng-0.20220715.0.tar.bz2 103437 BLAKE2B 4079df64f54a2f7f38ac0515c6be7d1b1048d5662c4bee78d0d1cbc014b3a560c7458845b8be07d499644e112a5b92aac890d887c0165577daeded09ca69a69d SHA512 48e254be1631c626bea366bcac5d8123bda14378d27ee95b4b80ae172821a9b194f136be315ae3539a6d1ad3e712a795f5cc60938b55941e441c64ec40feccb0 diff --git a/dev-python/pypng/metadata.xml b/dev-python/pypng/metadata.xml deleted file mode 100644 index d66d3750bc6a..000000000000 --- a/dev-python/pypng/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <maintainer> - <email>drj@pobox.com</email> - <name>David Jones</name> - </maintainer> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/dev-python/pypng/pypng-0.20220715.0.ebuild b/dev-python/pypng/pypng-0.20220715.0.ebuild deleted file mode 100644 index 831622aa030d..000000000000 --- a/dev-python/pypng/pypng-0.20220715.0.ebuild +++ /dev/null @@ -1,30 +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=pypng-${P} -DESCRIPTION="Pure Python PNG image encoder/decoder" -HOMEPAGE=" - https://gitlab.com/drj11/pypng/ - https://pypi.org/project/pypng/ -" -SRC_URI=" - https://gitlab.com/drj11/pypng/-/archive/${P}/${MY_P}.tar.bz2 -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ~riscv x86" - -python_test() { - # let's talk about code quality - local -x PYTHONPATH=code PATH=code:${PATH} - "${EPYTHON}" code/test_png.py -v || die "Tests fail with ${EPYTHON}" -} |
