summaryrefslogtreecommitdiff
path: root/dev-python/protobuf-python/protobuf-python-5.27.4.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-13 21:30:40 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-13 21:41:07 +0100
commit3eefb831a4e63a9c8c75c6e64ae2894d6478973e (patch)
tree3be306511eee9477ffe4839813d828e45918a4df /dev-python/protobuf-python/protobuf-python-5.27.4.ebuild
parent2b4f2f8d19aa7d56a3ff3f093f0d2db436d1cf64 (diff)
downloadgentoo-3eefb831a4e63a9c8c75c6e64ae2894d6478973e.tar.gz
gentoo-3eefb831a4e63a9c8c75c6e64ae2894d6478973e.tar.bz2
gentoo-3eefb831a4e63a9c8c75c6e64ae2894d6478973e.zip
Rename dev-python/{protobuf-python → protobuf}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/protobuf-python/protobuf-python-5.27.4.ebuild')
-rw-r--r--dev-python/protobuf-python/protobuf-python-5.27.4.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-5.27.4.ebuild b/dev-python/protobuf-python/protobuf-python-5.27.4.ebuild
deleted file mode 100644
index 3ce286ddf0db..000000000000
--- a/dev-python/protobuf-python/protobuf-python-5.27.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2008-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Default implementation currently is upb, which doesn't match dev-libs/protobuf
-# https://github.com/protocolbuffers/protobuf/blob/main/python/README.md#implementation-backends
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYPI_PN="protobuf"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Google's Protocol Buffers - Python bindings"
-HOMEPAGE="
- https://protobuf.dev/
- https://pypi.org/project/protobuf/
-"
-
-# Rename sdist to avoid conflicts with dev-libs/protobuf
-SRC_URI="
- $(pypi_sdist_url) -> protobuf-python-${PV}.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0/$(ver_cut 1-3)"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"