summaryrefslogtreecommitdiff
path: root/dev-python/pyfiglet
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pyfiglet
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pyfiglet')
-rw-r--r--dev-python/pyfiglet/Manifest1
-rw-r--r--dev-python/pyfiglet/files/pyfiglet-1.0.2-fix-test.patch70
-rw-r--r--dev-python/pyfiglet/metadata.xml13
-rw-r--r--dev-python/pyfiglet/pyfiglet-1.0.2.ebuild37
4 files changed, 0 insertions, 121 deletions
diff --git a/dev-python/pyfiglet/Manifest b/dev-python/pyfiglet/Manifest
deleted file mode 100644
index 5d57c1a19a9a..000000000000
--- a/dev-python/pyfiglet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyfiglet-1.0.2.gh.tar.gz 1660490 BLAKE2B 72fc4ddff5901fbb5eb70d677bfdbbf8f16e042305c9e91a350268a450f71bed2af0192c88211c86f80ba0d2815eae7ff5dd89585144207ef7c89f2f9540c2bd SHA512 fdfe2e52bcf49635cf41067c1438eaccae685216ae32e9b443730222077aff8f5834014766df80ba8435d5fca5df0e0338573f2a423aa21202966562fc2d4f28
diff --git a/dev-python/pyfiglet/files/pyfiglet-1.0.2-fix-test.patch b/dev-python/pyfiglet/files/pyfiglet-1.0.2-fix-test.patch
deleted file mode 100644
index a1b97bed1413..000000000000
--- a/dev-python/pyfiglet/files/pyfiglet-1.0.2-fix-test.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-https://github.com/pwaller/pyfiglet/commit/b5bb37142ce49ac5376b7f89a0b5508962c6672e
-From: Lyes Saadi <dev@lyes.eu>
-Date: Wed, 27 Dec 2023 20:18:32 +0100
-Subject: [PATCH] Use slant instead of doh to use only fonts-contrib
-
---- a/pyfiglet/tests/test_cli.py
-+++ b/pyfiglet/tests/test_cli.py
-@@ -11,24 +11,13 @@ def test_font_dir():
-
-
- def test_strip():
-- command = "pyfiglet -f doh -s 0"
-+ command = "pyfiglet -f slant -s 0"
- expected = '''\
-- 000000000
-- 00:::::::::00
-- 00:::::::::::::00
--0:::::::000:::::::0
--0::::::0 0::::::0
--0:::::0 0:::::0
--0:::::0 0:::::0
--0:::::0 000 0:::::0
--0:::::0 000 0:::::0
--0:::::0 0:::::0
--0:::::0 0:::::0
--0::::::0 0::::::0
--0:::::::000:::::::0
-- 00:::::::::::::00
-- 00:::::::::00
-- 000000000
-+ ____
-+ / __ \\
-+ / / / /
-+/ /_/ /
-+\\____/
- '''
- result = subprocess.run(command, shell=True, stdout=subprocess.PIPE)
- assert result.stdout.decode() == expected
-@@ -58,25 +47,14 @@ def test_strip_strange_font(test_font_dir):
-
- # normalize is just strip with padding
- def test_normalize():
-- command = "pyfiglet -f doh -n 0"
-+ command = "pyfiglet -f slant -n 0"
- expected = '''\
-
-- 000000000
-- 00:::::::::00
-- 00:::::::::::::00
--0:::::::000:::::::0
--0::::::0 0::::::0
--0:::::0 0:::::0
--0:::::0 0:::::0
--0:::::0 000 0:::::0
--0:::::0 000 0:::::0
--0:::::0 0:::::0
--0:::::0 0:::::0
--0::::::0 0::::::0
--0:::::::000:::::::0
-- 00:::::::::::::00
-- 00:::::::::00
-- 000000000
-+ ____
-+ / __ \\
-+ / / / /
-+/ /_/ /
-+\\____/
-
- '''
- result = subprocess.run(command, shell=True, stdout=subprocess.PIPE)
diff --git a/dev-python/pyfiglet/metadata.xml b/dev-python/pyfiglet/metadata.xml
deleted file mode 100644
index 711dbe0b03dd..000000000000
--- a/dev-python/pyfiglet/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-needed -->
- <upstream>
- <remote-id type="github">pwaller/pyfiglet</remote-id>
- <remote-id type="pypi">pyfiglet</remote-id>
- <bugs-to>https://github.com/pwaller/pyfiglet/issues</bugs-to>
- </upstream>
- <use>
- <flag name="contrib">Install fonts that don't have a clear license</flag>
- </use>
-</pkgmetadata>
diff --git a/dev-python/pyfiglet/pyfiglet-1.0.2.ebuild b/dev-python/pyfiglet/pyfiglet-1.0.2.ebuild
deleted file mode 100644
index 95bd747edb14..000000000000
--- a/dev-python/pyfiglet/pyfiglet-1.0.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2025 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
-
-DESCRIPTION="Pure-python FIGlet implementation"
-HOMEPAGE="
- https://pypi.org/project/pyfiglet/
- https://github.com/pwaller/pyfiglet
-"
-# no tests in pypi sdist
-SRC_URI="https://github.com/pwaller/pyfiglet/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-# bundled fonts: https://src.fedoraproject.org/rpms/python-pyfiglet/blob/rawhide/f/python-pyfiglet.spec
-LICENSE+=" BSD HPND MIT NTP contrib? ( all-rights-reserved )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="contrib"
-
-PATCHES=(
- "${FILESDIR}/${P}-fix-test.patch"
-)
-
-distutils_enable_tests pytest
-
-src_prepare() {
- mv pyfiglet/fonts-standard pyfiglet/fonts || die
- if use contrib; then
- mv pyfiglet/fonts-contrib/* pyfiglet/fonts || die
- fi
- distutils-r1_src_prepare
-}