Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autopage/
Date: Sun, 27 Feb 2022 18:36:01
Message-Id: 1645986845.bd46c245e1a548e09708579daa1890a672e0f088.mgorny@gentoo
1 commit: bd46c245e1a548e09708579daa1890a672e0f088
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:34:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:34:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd46c245
7
8 dev-python/autopage: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/autopage/Manifest | 1 -
13 dev-python/autopage/autopage-0.4.0.ebuild | 32 -------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-python/autopage/Manifest b/dev-python/autopage/Manifest
17 index 2a824204357c..32d43131a845 100644
18 --- a/dev-python/autopage/Manifest
19 +++ b/dev-python/autopage/Manifest
20 @@ -1,2 +1 @@
21 -DIST autopage-0.4.0.gh.tar.gz 14809 BLAKE2B 8b91d76c04f3b6519fe2660cbebb50c9b767346b6313303b757b04bea8e7eb8a48aaeaabe364b1b18cadbd5125c95f77b187f779ef83c913e8db13ca88284311 SHA512 a7573dc5d62559f06b54b4b40ffa916209ab7c3348ac7b0cb20ae840fe841e8f8efab1c1853196b4cad0ce5fbc52b679e651f76f7023af960dd8cc876a6d1f14
22 DIST autopage-0.5.0.gh.tar.gz 21403 BLAKE2B 1c20123bd7ac9dcfc53d5531ea5cec5dcb2d4b8f4c433ab958b96b769540084989ee841f963d24d1b01c3c4deed9933ab213e3838a898a8fc3261096a272d83d SHA512 b40bf0c432a8ecf82f56cf9679191bf13e5fbf478f1236d197df05e29ac27a1d33bffbf3f66fedbf93548e7314ee1a8f1687fa7c696b35f944f8f5dfd2b2dd19
23
24 diff --git a/dev-python/autopage/autopage-0.4.0.ebuild b/dev-python/autopage/autopage-0.4.0.ebuild
25 deleted file mode 100644
26 index 2ad4fafb4c85..000000000000
27 --- a/dev-python/autopage/autopage-0.4.0.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 2021-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -# TODO: teach the eclass that we don't need pp2sp for simple setuptools?
36 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A library to provide automatic paging for console output"
42 -HOMEPAGE="
43 - https://pypi.org/project/autopage/
44 - https://github.com/zaneb/autopage/"
45 -SRC_URI="
46 - https://github.com/zaneb/autopage/archive/v${PV}.tar.gz
47 - -> ${P}.gh.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 sparc x86"
52 -
53 -BDEPEND="
54 - test? ( dev-python/fixtures[${PYTHON_USEDEP}] )"
55 -
56 -distutils_enable_tests unittest
57 -
58 -python_test() {
59 - unset LESS PAGER
60 - eunittest
61 -}