1
0
Fork 0

dev-python/annexremote: PYTHON_COMPAT and EAPI bump

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2021-10-02 03:45:22 -04:00
parent 9f7263056d
commit d0b02f6298
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
02 Oct 2021; <chymera@gentoo.org> annexremote-1.5.0.ebuild:
dev-python/annexremote: PYTHON_COMPAT and EAPI bump
*annexremote-1.5.0 (20 Sep 2021)
20 Sep 2021; <chymera@gentoo.org> +annexremote-1.5.0.ebuild, +metadata.xml:

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
MY_PN="AnnexRemote"