diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
| commit | 1aaafa6995916beafff236affdb5cac42f7efd43 (patch) | |
| tree | 41b96fd4c123591da1658c544bd47f28bd315680 /dev-python/grpcio | |
| parent | 612872d2f4364137c6d9c687a6ade601439139a0 (diff) | |
| download | baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip | |
Adding metadata
Diffstat (limited to 'dev-python/grpcio')
| -rw-r--r-- | dev-python/grpcio/grpcio-1.74.0.ebuild | 9 | ||||
| -rw-r--r-- | dev-python/grpcio/grpcio-1.75.1.ebuild | 9 | ||||
| -rw-r--r-- | dev-python/grpcio/grpcio-1.76.0.ebuild | 9 | ||||
| -rw-r--r-- | dev-python/grpcio/grpcio-1.78.1.ebuild | 9 | ||||
| -rw-r--r-- | dev-python/grpcio/grpcio-1.80.0.ebuild | 9 |
5 files changed, 10 insertions, 35 deletions
diff --git a/dev-python/grpcio/grpcio-1.74.0.ebuild b/dev-python/grpcio/grpcio-1.74.0.ebuild index 20147a22f2c5..506dc0827d9b 100644 --- a/dev-python/grpcio/grpcio-1.74.0.ebuild +++ b/dev-python/grpcio/grpcio-1.74.0.ebuild @@ -14,10 +14,10 @@ HOMEPAGE="https://grpc.io https://pypi.org/project/grpcio/" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" -IUSE="libressl" +IUSE="" RDEPEND=" - !libressl? ( >=dev-libs/openssl-1.1.1:0=[-bindist(-)] ) + !? ( >=dev-libs/openssl-1.1.1:0=[-bindist(-)] ) >=dev-libs/re2-0.2021.11.01:= dev-python/cython[${PYTHON_USEDEP}] >=dev-libs/protobuf-25.0 @@ -39,13 +39,8 @@ python_prepare_all() { } python_configure_all() { - if use libressl; then - export GRPC_BUILD_WITH_BORING_SSL_ASM=1 - export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=0 - else export GRPC_BUILD_WITH_BORING_SSL_ASM=9 export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 - fi export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY=1 export GRPC_PYTHON_BUILD_SYSTEM_CARES=1 diff --git a/dev-python/grpcio/grpcio-1.75.1.ebuild b/dev-python/grpcio/grpcio-1.75.1.ebuild index 20147a22f2c5..506dc0827d9b 100644 --- a/dev-python/grpcio/grpcio-1.75.1.ebuild +++ b/dev-python/grpcio/grpcio-1.75.1.ebuild @@ -14,10 +14,10 @@ HOMEPAGE="https://grpc.io https://pypi.org/project/grpcio/" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" -IUSE="libressl" +IUSE="" RDEPEND=" - !libressl? ( >=dev-libs/openssl-1.1.1:0=[-bindist(-)] ) + !? ( >=dev-libs/openssl-1.1.1:0=[-bindist(-)] ) >=dev-libs/re2-0.2021.11.01:= dev-python/cython[${PYTHON_USEDEP}] >=dev-libs/protobuf-25.0 @@ -39,13 +39,8 @@ python_prepare_all() { } python_configure_all() { - if use libressl; then - export GRPC_BUILD_WITH_BORING_SSL_ASM=1 - export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=0 - else export GRPC_BUILD_WITH_BORING_SSL_ASM=9 export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 - fi export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY=1 export GRPC_PYTHON_BUILD_SYSTEM_CARES=1 diff --git a/dev-python/grpcio/grpcio-1.76.0.ebuild b/dev-python/grpcio/grpcio-1.76.0.ebuild index 9476f891e9ef..1b54ea581810 100644 --- a/dev-python/grpcio/grpcio-1.76.0.ebuild +++ b/dev-python/grpcio/grpcio-1.76.0.ebuild @@ -14,10 +14,10 @@ HOMEPAGE="https://grpc.io https://pypi.org/project/grpcio/" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" -IUSE="libressl" +IUSE="" RDEPEND=" - !libressl? ( >=dev-libs/openssl-1.1.1:0=[-bindist(-)] ) + !? ( >=dev-libs/openssl-1.1.1:0=[-bindist(-)] ) >=dev-libs/re2-0.2021.11.01:= dev-python/cython[${PYTHON_USEDEP}] >=dev-libs/protobuf-25.0 @@ -39,13 +39,8 @@ python_prepare_all() { } python_configure_all() { - if use libressl; then - export GRPC_BUILD_WITH_BORING_SSL_ASM=1 - export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=0 - else export GRPC_BUILD_WITH_BORING_SSL_ASM=9 export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 - fi export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY=1 export GRPC_PYTHON_BUILD_SYSTEM_CARES=1 diff --git a/dev-python/grpcio/grpcio-1.78.1.ebuild b/dev-python/grpcio/grpcio-1.78.1.ebuild index 0900ce8682f9..ef8c8ab68ce5 100644 --- a/dev-python/grpcio/grpcio-1.78.1.ebuild +++ b/dev-python/grpcio/grpcio-1.78.1.ebuild @@ -14,10 +14,10 @@ HOMEPAGE="https://grpc.io https://pypi.org/project/grpcio/" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" -IUSE="libressl" +IUSE="" RDEPEND=" - !libressl? ( >=dev-libs/openssl-1.1.1:0=[-bindist(-)] ) + !? ( >=dev-libs/openssl-1.1.1:0=[-bindist(-)] ) >=dev-libs/re2-0.2021.11.01:= dev-python/cython[${PYTHON_USEDEP}] >=dev-libs/protobuf-25.0 @@ -39,13 +39,8 @@ python_prepare_all() { } python_configure_all() { - if use libressl; then - export GRPC_BUILD_WITH_BORING_SSL_ASM=1 - export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=0 - else export GRPC_BUILD_WITH_BORING_SSL_ASM=9 export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 - fi export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY=1 export GRPC_PYTHON_BUILD_SYSTEM_CARES=1 diff --git a/dev-python/grpcio/grpcio-1.80.0.ebuild b/dev-python/grpcio/grpcio-1.80.0.ebuild index 0900ce8682f9..ef8c8ab68ce5 100644 --- a/dev-python/grpcio/grpcio-1.80.0.ebuild +++ b/dev-python/grpcio/grpcio-1.80.0.ebuild @@ -14,10 +14,10 @@ HOMEPAGE="https://grpc.io https://pypi.org/project/grpcio/" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" -IUSE="libressl" +IUSE="" RDEPEND=" - !libressl? ( >=dev-libs/openssl-1.1.1:0=[-bindist(-)] ) + !? ( >=dev-libs/openssl-1.1.1:0=[-bindist(-)] ) >=dev-libs/re2-0.2021.11.01:= dev-python/cython[${PYTHON_USEDEP}] >=dev-libs/protobuf-25.0 @@ -39,13 +39,8 @@ python_prepare_all() { } python_configure_all() { - if use libressl; then - export GRPC_BUILD_WITH_BORING_SSL_ASM=1 - export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=0 - else export GRPC_BUILD_WITH_BORING_SSL_ASM=9 export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 - fi export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY=1 export GRPC_PYTHON_BUILD_SYSTEM_CARES=1 |
