dev-python/pyh2o - 1 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/pyh2o-1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pyh2o-1

Or alternatively:

emerge --autounmask-write -a =dev-python/pyh2o-1

Package Information

Description:
Python API for sci-libs/libh2o
Homepage:
https://github.com/projg2/pyh2o/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1

DESCRIPTION="Python API for sci-libs/libh2o"
HOMEPAGE="https://github.com/projg2/pyh2o/"
SRC_URI="
	https://github.com/projg2/pyh2o/archive/v${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	>=sci-libs/libh2o-0.2.1:=
"
DEPEND="
	${RDEPEND}
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

DEPEND

	
	>=sci-libs/libh2o-0.2.1:=

RDEPEND

	>=sci-libs/libh2o-0.2.1:=

Manifest for 1

Type File Size Source URLs
DIST pyh2o-1.gh.tar.gz 7327 bytes https://github.com/projg2/pyh2o/archive/v1.tar.gz