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.
This commit is contained in:
parent
b2ca724bab
commit
a529341b4a
1
dev-python/pure-protobuf/Manifest
Normal file
1
dev-python/pure-protobuf/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST pure_protobuf-2.3.0.tar.gz 16481 BLAKE2B b56d024b13ef4711c9b53ffc47029fb4e49e025d8c096b547926d44a89769a26d180420698dbf51c2db4b58f8b8df6825d368c921babdd9774e4c3a4f0d72e7e SHA512 2b2eb372cde5b7c765fa878b06fe1a82f57061d0887f560aa84799db09d506a4947b54feffff51391ebf2c87923845f93badbab19e1cf45f998c79f6df75fb05
|
12
dev-python/pure-protobuf/metadata.xml
Normal file
12
dev-python/pure-protobuf/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>flewkey@2a03.party</email>
|
||||
<name>Ryan Fox</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pure-protobuf</remote-id>
|
||||
<remote-id type="github">eigenein/protobuf</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
20
dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild
Normal file
20
dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# 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}]"
|
Loading…
Reference in New Issue
Block a user