Files
guru/dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild
Takuya Wakazono 0d8152fbc6 dev-python/pure-protobuf: enable py3.12
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-01-26 19:04:34 +09:00

21 lines
482 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Python implementation of Protocol Buffers data types with dataclasses support"
HOMEPAGE="
https://github.com/eigenein/protobuf
https://pypi.org/project/pure-protobuf/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"