summaryrefslogtreecommitdiff
path: root/dev-python/autopage
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/autopage
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/autopage')
-rw-r--r--dev-python/autopage/Manifest4
-rw-r--r--dev-python/autopage/autopage-0.4.0.ebuild32
-rw-r--r--dev-python/autopage/autopage-0.5.0.ebuild2
3 files changed, 2 insertions, 36 deletions
diff --git a/dev-python/autopage/Manifest b/dev-python/autopage/Manifest
index 4acc6c0160f0..151c3490ffe1 100644
--- a/dev-python/autopage/Manifest
+++ b/dev-python/autopage/Manifest
@@ -1,5 +1,3 @@
-DIST autopage-0.4.0.gh.tar.gz 14809 BLAKE2B 8b91d76c04f3b6519fe2660cbebb50c9b767346b6313303b757b04bea8e7eb8a48aaeaabe364b1b18cadbd5125c95f77b187f779ef83c913e8db13ca88284311 SHA512 a7573dc5d62559f06b54b4b40ffa916209ab7c3348ac7b0cb20ae840fe841e8f8efab1c1853196b4cad0ce5fbc52b679e651f76f7023af960dd8cc876a6d1f14
DIST autopage-0.5.0.gh.tar.gz 21403 BLAKE2B 1c20123bd7ac9dcfc53d5531ea5cec5dcb2d4b8f4c433ab958b96b769540084989ee841f963d24d1b01c3c4deed9933ab213e3838a898a8fc3261096a272d83d SHA512 b40bf0c432a8ecf82f56cf9679191bf13e5fbf478f1236d197df05e29ac27a1d33bffbf3f66fedbf93548e7314ee1a8f1687fa7c696b35f944f8f5dfd2b2dd19
-EBUILD autopage-0.4.0.ebuild 775 BLAKE2B 1df2c73a3d4f2aa931bc309512d19c38a7fae95eeba7dbb86e9e3294994dd14f564525bfcec3120a9150cdfaf6491ca464c8fc6c61f8407836f29dc14ac85168 SHA512 9644108ad3505e776c2cd8d144a8976a5477f281caf2fd99b62ff76cf87baf86f06a3dd081e630dd3ec292dc6a76adf5d2c89b34159624ac568c179da6c6befb
-EBUILD autopage-0.5.0.ebuild 697 BLAKE2B 61cfa416e2162392fa7ffabc48db4ace7bcfda81890c78823630f80b496fbaaaeb4bacd41827e9a43a71c180c77f7b5d691c7ac989e577dd28a61272bba89dba SHA512 6b6ab08cc651dfa479f9b0cc6b5b36f46b8f077c66bd94f9f186297a9b3762e275440d1d0eee00ccfe9afbb87593cd93e95fa14aeb96e0e222a4bbd034873d76
+EBUILD autopage-0.5.0.ebuild 693 BLAKE2B d96b147c11ab6171146efe85077ad01a009786321131971abf201fb997cff62941cf8621c7f04591719b7aad9135ca12a9833122750b1fd253117175b95c0649 SHA512 1547d199345f1069ed39913456b4252c0c9ec48780baafcbae8a43a98e8512c1b48dcb8230c3c382ee66148dba12c30e02d12984e747efd5b87cee7a4a523b45
MISC metadata.xml 390 BLAKE2B 6be679e40e58985a6ad622fcb85f130bcc6b8039accd14243e6dcba458a0af721eaf9e7928bfe0d29f62477df6e437143865b68a61820b88dfd61a6e760992ea SHA512 3d76be1ae51467569281305138475733f9ce9b89b7d2a41f496c69bebd86e205019d1e75d1de22267d36aa2822ebe8bf94f5722d46ec27a8a79f349e38dad3b4
diff --git a/dev-python/autopage/autopage-0.4.0.ebuild b/dev-python/autopage/autopage-0.4.0.ebuild
deleted file mode 100644
index 2ad4fafb4c85..000000000000
--- a/dev-python/autopage/autopage-0.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# TODO: teach the eclass that we don't need pp2sp for simple setuptools?
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library to provide automatic paging for console output"
-HOMEPAGE="
- https://pypi.org/project/autopage/
- https://github.com/zaneb/autopage/"
-SRC_URI="
- https://github.com/zaneb/autopage/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 sparc x86"
-
-BDEPEND="
- test? ( dev-python/fixtures[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest
-
-python_test() {
- unset LESS PAGER
- eunittest
-}
diff --git a/dev-python/autopage/autopage-0.5.0.ebuild b/dev-python/autopage/autopage-0.5.0.ebuild
index 48760da42e5b..d0b1df26cfa9 100644
--- a/dev-python/autopage/autopage-0.5.0.ebuild
+++ b/dev-python/autopage/autopage-0.5.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 sparc x86"
BDEPEND="
test? ( dev-python/fixtures[${PYTHON_USEDEP}] )"