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/autopage | |
| 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/autopage')
| -rw-r--r-- | dev-python/autopage/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/autopage/autopage-0.6.0.ebuild | 43 | ||||
| -rw-r--r-- | dev-python/autopage/metadata.xml | 10 |
3 files changed, 0 insertions, 54 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 5e95859f915a..000000000000 --- a/dev-python/autopage/metadata.xml +++ /dev/null @@ -1,10 +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> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
