1
0
flewkey-overlay/dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild
Ryan Fox a529341b4a
dev-python/pure-protobuf: new package, add 2.3.0
Dependency for Komikku.

Old version because packaing poetry-dynamic-versioning proved to be
really annoying, and I don't want to deal with it right now.
2023-12-14 16:43:36 -08:00

21 lines
439 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Protobufs with dataclass support"
HOMEPAGE="https://eigenein.github.io/protobuf/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"