Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 747070 - app-portage/repoman-9999 Please update for EAPI7 & Python 3.9
Summary: app-portage/repoman-9999 Please update for EAPI7 & Python 3.9
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-07 12:39 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2020-10-07 17:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2020-10-07 12:39:10 UTC
At this moment, repoman-9999 is less supporting of newer pythons than the last non-9999 version.

> --- repoman-9999.ebuild	2020-04-08 19:27:18.879975181 +1200
> +++ repoman-3.0.1.ebuild	2020-09-19 18:29:17.692153503 +1200
> @@ -1,10 +1,10 @@
>  # Copyright 1999-2020 Gentoo Authors
>  # Distributed under the terms of the GNU General Public License v2
>  
> -EAPI=6
> +EAPI=7
>  
>  DISTUTILS_USE_SETUPTOOLS=no
> -PYTHON_COMPAT=( python3_{6,7} )
> +PYTHON_COMPAT=( python3_{6..9} )
>  PYTHON_REQ_USE='bzip2(+)'
>  
>  inherit distutils-r1
> @@ -14,8 +14,8 @@
>  	EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git"
>  	S="${WORKDIR}/${P}/repoman"
>  else
> -	SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2"
> -	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
> +	SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2"
> +	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
>  fi
>  
>  DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
> @@ -26,7 +26,7 @@
>  IUSE=""
>  
>  RDEPEND="
> -	>=sys-apps/portage-2.3.0_rc[${PYTHON_USEDEP}]
> +	>=sys-apps/portage-3.0.4[${PYTHON_USEDEP}]
>  	>=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
>  	dev-python/pyyaml
Comment 1 Larry the Git Cow gentoo-dev 2020-10-07 17:06:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4735b5cd98c63e416b1dc4eab3d7f6120c38873

commit e4735b5cd98c63e416b1dc4eab3d7f6120c38873
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-10-07 17:03:41 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-10-07 17:06:08 +0000

    app-portage/repoman: Update 9999 ebuild
    
    Reported-by: Kent Fredric <kentnl@gentoo.org>
    Closes: https://bugs.gentoo.org/747070
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-portage/repoman/repoman-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)