Files
gentoo/dev-python/pyh2o/pyh2o-9999.ebuild
Michał Górny dd2be49631 dev-python/pyh2o: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-04-25 16:07:50 +02:00

21 lines
429 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 git-r3
DESCRIPTION="Python API for sci-libs/libh2o"
HOMEPAGE="https://github.com/mgorny/pyh2o/"
SRC_URI=""
EGIT_REPO_URI="https://github.com/mgorny/pyh2o.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND=">=sci-libs/libh2o-0.2.1:="
DEPEND="${RDEPEND}"