dev-python/pure-protobuf: treeclean

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-07-04 23:37:01 +09:00
parent c3392aabf3
commit 5891f0a5b3
5 changed files with 0 additions and 58 deletions

View File

@@ -1 +0,0 @@
DIST pure_protobuf-3.0.1.tar.gz 18228 BLAKE2B c714bcd78763e854e9e690b98d4166cf8395511ad8fa8a37692daeec86463e99a884069b3da927a594b6204a5c8b3810b2fac5d7d1075794891d1843a232a2ba SHA512 f08005d2fbeda2d5cfc0f066cb88da350ba3ff7d8ee8922c58b77936360782c5e5ac40f8a5a98377c65c7a0d0df5e10d16fafa082f0a6caddbf6450782551ab0

View File

@@ -1,12 +0,0 @@
We don't need dynamic versioning, replace with default backend.
--- a/pyproject.toml 2024-03-06 20:59:32.071133500 +0900
+++ b/pyproject.toml 2024-03-06 21:00:01.002037882 +0900
@@ -31,7 +31,7 @@
[build-system]
requires = ["poetry-core", "poetry-dynamic-versioning"]
-build-backend = "poetry_dynamic_versioning.backend"
+build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
get-annotations = { version = "^0.1.2", python = "<3.10" }

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>pastalian46@gmail.com</email>
<name>Takuya Wakazono</name>
</maintainer>
<upstream>
<remote-id type="github">eigenein/protobuf</remote-id>
<remote-id type="pypi">pure-protobuf</remote-id>
<maintainer>
<name>Pavel Perestoronin</name>
<email>eigenein@gmail.com</email>
</maintainer>
<bugs-to>https://github.com/eigenein/protobuf/issues</bugs-to>
<changelog>https://github.com/eigenein/protobuf/blob/master/CHANGELOG.md</changelog>
</upstream>
</pkgmetadata>

View File

@@ -1,22 +0,0 @@
# 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=poetry
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"
RDEPEND="dev-python/typing-extensions[${PYTHON_USEDEP}]"
PATCHES=( "${FILESDIR}/${P}-static-version.patch" )