mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/pure-protobuf: treeclean
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST pure_protobuf-3.0.1.tar.gz 18228 BLAKE2B c714bcd78763e854e9e690b98d4166cf8395511ad8fa8a37692daeec86463e99a884069b3da927a594b6204a5c8b3810b2fac5d7d1075794891d1843a232a2ba SHA512 f08005d2fbeda2d5cfc0f066cb88da350ba3ff7d8ee8922c58b77936360782c5e5ac40f8a5a98377c65c7a0d0df5e10d16fafa082f0a6caddbf6450782551ab0
|
||||
@@ -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" }
|
||||
@@ -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>
|
||||
@@ -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" )
|
||||
Reference in New Issue
Block a user