Files
gentoo/dev-python/pyre2/pyre2-1.0.7.ebuild
Zamarin Arthur ca731361cd dev-python/pyre2: bump to python 3.10
passes tests

Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-05-19 09:23:03 +02:00

21 lines
463 B
Bash

# Copyright 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="Python bindings for dev-libs/re2"
HOMEPAGE="https://github.com/facebook/pyre2/"
SRC_URI="https://github.com/facebook/pyre2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-libs/re2:="
RDEPEND="${DEPEND}"
distutils_enable_tests setup.py