summaryrefslogtreecommitdiff
path: root/dev-python/autopage
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/autopage
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/autopage')
-rw-r--r--dev-python/autopage/Manifest1
-rw-r--r--dev-python/autopage/autopage-0.6.0.ebuild43
-rw-r--r--dev-python/autopage/metadata.xml13
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/autopage/Manifest b/dev-python/autopage/Manifest
deleted file mode 100644
index cdff2fe1294e..000000000000
--- a/dev-python/autopage/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST autopage-0.6.0.tar.gz 26797 BLAKE2B c52a99e70cf4a311b36e5a1a401b028d817ea65f1fff976782b2604635bd93f5f7586278add673c2eef001a9861bba4e73ad9d116948319db972b4a4a1eec596 SHA512 f063100ee81bba9da967c1543acfa8d17658c0fdc4d63e8b0f50eea142b6dd08279347aa247f8bba5b5dbcd4904575c733860cae6df2e41fd5580bc0e6cbe983
diff --git a/dev-python/autopage/autopage-0.6.0.ebuild b/dev-python/autopage/autopage-0.6.0.ebuild
deleted file mode 100644
index 759c804fe937..000000000000
--- a/dev-python/autopage/autopage-0.6.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2026 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="A library to provide automatic paging for console output"
-HOMEPAGE="
- https://github.com/zaneb/autopage/
- https://pypi.org/project/autopage/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- dev-python/fixtures[${PYTHON_USEDEP}]
- dev-python/testtools[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- sed -e 's/test_short_streaming_output/_&/' \
- -e 's/test_interrupt_early/_&/' \
- -i autopage/tests/test_end_to_end.py || die
-
- distutils-r1_src_prepare
-}
-
-python_test() {
- unset LESS PAGER
- eunittest
-}
diff --git a/dev-python/autopage/metadata.xml b/dev-python/autopage/metadata.xml
deleted file mode 100644
index e06106f47c89..000000000000
--- a/dev-python/autopage/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="github">zaneb/autopage</remote-id>
- <remote-id type="pypi">autopage</remote-id>
- </upstream>
-</pkgmetadata>