Skip to content

Commit

Permalink
app-misc/resolve-march-native: py3.10 + DISTUTILS_USE_SETUPTOOLS
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/814032
Signed-off-by: Sebastian Pipping <[email protected]>
Package-Manager: Portage-3.0.23, Repoman-3.0.3
  • Loading branch information
hartwork committed Sep 20, 2021
1 parent 605ac82 commit e7a2791
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

PYTHON_COMPAT=( python3_{7..10} )

inherit distutils-r1

DESCRIPTION="Resolve GCC flag -march=native"
HOMEPAGE="https://github.com/hartwork/resolve-march-native"
SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=">=sys-devel/gcc-4.2"

distutils_enable_tests pytest

0 comments on commit e7a2791

Please sign in to comment.