mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-03 11:58:07 -07:00
dev-vcs/git-pw: add 2.8.1, drop 2.7.0
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST git-pw-2.7.0.tar.gz 35676 BLAKE2B d02afc06381eb402693024c10f9e8a2bb7b2e1758da8afa7b9a10bedaeb4cb3248ce5de6af0443ca791204f00e366734323cc682a42aed10e5c34abd5becd862 SHA512 a3b345b3e7f13ea5facfd48a9a1c5ba1d6281757afb97bd3fab6a106ad3f5450a3e57d8e836486f4401d56d3123ce4a0592f2419f43ecc99ba2690a84e829a8f
|
||||
DIST git-pw-2.7.1.tar.gz 35890 BLAKE2B 2c8fea238be9e2012cec5e013663dbaf5981089e2a17c890f30beff3f71e0e22a6258e9d7cbe1ac614b9a2d9a3b0378fa00add06b99f9f4d667ffe81c31283bd SHA512 c9b3a868e0aaeb0f0849300a49952ea9c03a6402c8fb78d0767ecc61bea8ce9907d9a02bcdf3e6ab7421699bfdc8b6a9a8b4aeb526a5c7092125b214c8dac220
|
||||
DIST git-pw-2.8.1.tar.gz 36990 BLAKE2B 33c91a74cb1ef8c332b2a4da7b16c98d869eeee13457d8eb00394457853844720e2c0785fe37afaefef42b9d039040348ba66a09c23aeab5dd5b385937750991 SHA512 b8f4e25a890c5a0a066e2f3d054e971bfb75da77715c2caee4a190ddc7e2020c942abf0a64e53d770b805451f45ff794d2742a676ea6a6517d02eb9d4ebce512
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pbr
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_COMPAT=( python3_{10..14} )
|
||||
|
||||
inherit distutils-r1
|
||||
if [[ "${PV}" == 9999 ]] ; then
|
||||
@@ -23,7 +23,7 @@ SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/arrow-0.10[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-8.0[${PYTHON_USEDEP}]
|
||||
dev-python/pbr[${PYTHON_USEDEP}]
|
||||
<dev-python/requests-3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/tabulate-0.8[${PYTHON_USEDEP}]
|
||||
Reference in New Issue
Block a user