diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-08-27 18:11:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-08-27 18:11:09 +0000 |
| commit | 2de95a8fe28f98e03460757fcecf25abaff88fde (patch) | |
| tree | 26b6ba1b64671083adc6d3c60e1c83aec48c825d /dev-python/protobuf-python/protobuf-python-4.24.0.ebuild | |
| parent | 1bc77670138a7f3df05007bcc9c31e0ad43e5593 (diff) | |
| download | baldeagleos-repo-2de95a8fe28f98e03460757fcecf25abaff88fde.tar.gz baldeagleos-repo-2de95a8fe28f98e03460757fcecf25abaff88fde.tar.xz baldeagleos-repo-2de95a8fe28f98e03460757fcecf25abaff88fde.zip | |
Adding metadata
Diffstat (limited to 'dev-python/protobuf-python/protobuf-python-4.24.0.ebuild')
| -rw-r--r-- | dev-python/protobuf-python/protobuf-python-4.24.0.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-4.24.0.ebuild b/dev-python/protobuf-python/protobuf-python-4.24.0.ebuild deleted file mode 100644 index 8ed6f97461ae..000000000000 --- a/dev-python/protobuf-python/protobuf-python-4.24.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2023 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11} ) - -inherit distutils-r1 flag-o-matic - -PARENT_PN="${PN/-python/}" -PARENT_PV="$(ver_cut 2-)" -PARENT_P="${PARENT_PN}-${PARENT_PV}" - -SRC_URI=" - https://github.com/protocolbuffers/protobuf/archive/v${PARENT_PV}.tar.gz -> ${PARENT_P}.tar.gz -" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -DESCRIPTION="Google's Protocol Buffers - Python bindings" -HOMEPAGE=" - https://developers.google.com/protocol-buffers/ - https://pypi.org/project/protobuf/ -" - -LICENSE="BSD" -SLOT="0/23" - -S="${WORKDIR}/${PARENT_P}/python" - -BDEPEND=" -" -DEPEND=" - ${PYTHON_DEPS} -" -RDEPEND=" - ${BDEPEND} - dev-libs/protobuf:${SLOT} -" - -distutils_enable_tests setup.py - -python_prepare_all() { - eapply -p2 ${FILESDIR}/editions.patch - eapply_user - - distutils-r1_python_prepare_all -} - -src_configure() { - append-cxxflags -std=c++17 - DISTUTILS_ARGS=( --cpp_implementation ) -} - -python_compile() { - distutils-r1_python_compile - find "${BUILD_DIR}/install" -name "*.pth" -type f -delete || die -} |
