summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
commit1aaafa6995916beafff236affdb5cac42f7efd43 (patch)
tree41b96fd4c123591da1658c544bd47f28bd315680 /dev-python
parent612872d2f4364137c6d9c687a6ade601439139a0 (diff)
downloadbaldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip
Adding metadata
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/aioquic/aioquic-1.2.0.ebuild9
-rw-r--r--dev-python/aioquic/aioquic-1.3.0.ebuild6
-rw-r--r--dev-python/cryptography/cryptography-47.0.0.ebuild6
-rw-r--r--dev-python/cryptography/cryptography-48.0.0.ebuild6
-rw-r--r--dev-python/cypari2/Manifest1
-rw-r--r--dev-python/cypari2/cypari2-2.2.2.ebuild34
-rw-r--r--dev-python/cypari2/files/cypari2-2.2.0-regen-bindings-for-each-python.patch25
-rw-r--r--dev-python/ensurepip-pip/ensurepip-pip-26.1.2.ebuild2
-rw-r--r--dev-python/grpcio/grpcio-1.74.0.ebuild9
-rw-r--r--dev-python/grpcio/grpcio-1.75.1.ebuild9
-rw-r--r--dev-python/grpcio/grpcio-1.76.0.ebuild9
-rw-r--r--dev-python/grpcio/grpcio-1.78.1.ebuild9
-rw-r--r--dev-python/grpcio/grpcio-1.80.0.ebuild9
-rw-r--r--dev-python/nautilus-python/nautilus-python-4.1.0.ebuild2
-rw-r--r--dev-python/pip/pip-26.1.2.ebuild2
-rw-r--r--dev-python/pplpy/Manifest1
-rw-r--r--dev-python/pplpy/pplpy-0.8.10-r1.ebuild50
-rw-r--r--dev-python/pypy/pypy-7.3.22.ebuild6
-rw-r--r--dev-python/pypy/pypy-7.3.23.ebuild6
-rw-r--r--dev-python/scrypt/scrypt-0.8.29.ebuild6
-rw-r--r--dev-python/scrypt/scrypt-0.9.4.ebuild6
21 files changed, 37 insertions, 176 deletions
diff --git a/dev-python/aioquic/aioquic-1.2.0.ebuild b/dev-python/aioquic/aioquic-1.2.0.ebuild
index 4ad3e523cb4d..f5f4b954ecef 100644
--- a/dev-python/aioquic/aioquic-1.2.0.ebuild
+++ b/dev-python/aioquic/aioquic-1.2.0.ebuild
@@ -17,11 +17,11 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64"
-IUSE="libressl"
+IUSE=""
DEPEND="
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:=
+
"
RDEPEND="
${DEPEND}
@@ -34,9 +34,6 @@ RDEPEND="
"
src_prepare() {
- if use libressl; then
- eapply -p0 ${FILESDIR}/patch-src_aioquic__crypto_c
- fi
default
}
diff --git a/dev-python/aioquic/aioquic-1.3.0.ebuild b/dev-python/aioquic/aioquic-1.3.0.ebuild
index ee3acd94c11a..54c2fbb189ed 100644
--- a/dev-python/aioquic/aioquic-1.3.0.ebuild
+++ b/dev-python/aioquic/aioquic-1.3.0.ebuild
@@ -17,11 +17,11 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64"
-IUSE="libressl"
+IUSE=""
DEPEND="
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:=
+
"
RDEPEND="
${DEPEND}
diff --git a/dev-python/cryptography/cryptography-47.0.0.ebuild b/dev-python/cryptography/cryptography-47.0.0.ebuild
index 43f122a12a10..ece8bb4a9807 100644
--- a/dev-python/cryptography/cryptography-47.0.0.ebuild
+++ b/dev-python/cryptography/cryptography-47.0.0.ebuild
@@ -63,11 +63,11 @@ LICENSE+="
"
SLOT="0"
KEYWORDS="~amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="libressl"
+IUSE=""
RDEPEND="
- !libressl? ( >=dev-libs/openssl-1.0.2o-r6:0= )
- libressl? ( >=dev-libs/libressl-4.2.1:= )
+ >=dev-libs/openssl-1.0.2o-r6:0=
+
$(python_gen_cond_dep '
>=dev-python/cffi-2.0.0:=[${PYTHON_USEDEP}]
' 'python*')
diff --git a/dev-python/cryptography/cryptography-48.0.0.ebuild b/dev-python/cryptography/cryptography-48.0.0.ebuild
index 281e39d4b30e..3046c6e6553e 100644
--- a/dev-python/cryptography/cryptography-48.0.0.ebuild
+++ b/dev-python/cryptography/cryptography-48.0.0.ebuild
@@ -63,11 +63,11 @@ LICENSE+="
"
SLOT="0"
KEYWORDS="~amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="libressl"
+IUSE=""
RDEPEND="
- !libressl? ( >=dev-libs/openssl-1.0.2o-r6:0= )
- libressl? ( >=dev-libs/libressl-4.2.1:= )
+ >=dev-libs/openssl-1.0.2o-r6:0=
+
$(python_gen_cond_dep '
>=dev-python/cffi-2.0.0:=[${PYTHON_USEDEP}]
' 'python*')
diff --git a/dev-python/cypari2/Manifest b/dev-python/cypari2/Manifest
index 8fbbcafc4e8e..09c2cfeb6869 100644
--- a/dev-python/cypari2/Manifest
+++ b/dev-python/cypari2/Manifest
@@ -1,2 +1 @@
-DIST cypari2-2.2.2.tar.gz 127375 BLAKE2B 01481a74c892fdfab1192a1f7cd50fcb73bdbb59d8c3f15a23c01f3c17a55099c0f20d867f065a2007c53b4c0635880899550c252abe4171f6dfc61ccbfb6531 SHA512 b9f1d7aaba5fca71a78a41b10a7f98b61d0e0076d73f97c3fda003b81260e5f8f79c6489d8c75a7d12ea8c2715fe45cb6687984b4b448d1c6b2d3ee9616791db
DIST cypari2-2.2.4.tar.gz 692543 BLAKE2B bd146958dd5b9e7da4a419f6b58307a09872ad0f13f5a7ab81d65d24c7cd54f9124a8373a74614103d11dac8064ae1d7d45279e4c59411ebcc46bb2fecaa8299 SHA512 f1e42448b392ac5d58523a281c7613ea6153715e425285f31e01dd3514988108ddb2ba76a2bd40a1628a1ce42b8a7d9e88c51de272258c47d9e6fbc307925ea4
diff --git a/dev-python/cypari2/cypari2-2.2.2.ebuild b/dev-python/cypari2/cypari2-2.2.2.ebuild
deleted file mode 100644
index 158940e68cfe..000000000000
--- a/dev-python/cypari2/cypari2-2.2.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-DISTUTILS_USE_PEP517=standalone
-DISTUTILS_EXT=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Cython interface to PARI"
-HOMEPAGE="https://github.com/sagemath/cypari2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-DEPEND=">=sci-mathematics/pari-2.17.1:=[gmp,doc]
- dev-python/cysignals[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-python/cython-3[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}/cypari2-2.2.0-regen-bindings-for-each-python.patch" )
-
-python_test(){
- cd "${S}"/tests || die
- "${EPYTHON}" rundoctest.py || die
-}
-
-python_install() {
- distutils-r1_python_install
- python_optimize
-}
diff --git a/dev-python/cypari2/files/cypari2-2.2.0-regen-bindings-for-each-python.patch b/dev-python/cypari2/files/cypari2-2.2.0-regen-bindings-for-each-python.patch
deleted file mode 100644
index 9e69c6e43121..000000000000
--- a/dev-python/cypari2/files/cypari2-2.2.0-regen-bindings-for-each-python.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/setup.py b/setup.py
-index c1775b5..5051c6b 100755
---- a/setup.py
-+++ b/setup.py
-@@ -12,6 +12,10 @@ from autogen.paths import include_dirs, library_dirs
-
- ext_kwds = dict(include_dirs=include_dirs(), library_dirs=library_dirs())
-
-+# Generate auto-generated sources from pari.desc
-+# This needs to be done before build/build_ext so the generated pxd is moved
-+# to the build directory and installed with newer setuptools.
-+rebuild()
-
- if "READTHEDOCS" in os.environ:
- # When building with readthedocs, disable optimizations to decrease
-@@ -28,9 +32,6 @@ if "READTHEDOCS" in os.environ:
- # Adapted from Cython's new_build_ext
- class build_ext(_build_ext):
- def finalize_options(self):
-- # Generate auto-generated sources from pari.desc
-- rebuild()
--
- self.directives = {
- "autotestdict.cdef": True,
- "binding": True,
diff --git a/dev-python/ensurepip-pip/ensurepip-pip-26.1.2.ebuild b/dev-python/ensurepip-pip/ensurepip-pip-26.1.2.ebuild
index 849c25e462f3..e2497ced142a 100644
--- a/dev-python/ensurepip-pip/ensurepip-pip-26.1.2.ebuild
+++ b/dev-python/ensurepip-pip/ensurepip-pip-26.1.2.ebuild
@@ -29,7 +29,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="test test-rust"
RESTRICT="!test? ( test )"
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
diff --git a/dev-python/nautilus-python/nautilus-python-4.1.0.ebuild b/dev-python/nautilus-python/nautilus-python-4.1.0.ebuild
index 6591bf5cb1f3..0e5af80f2af0 100644
--- a/dev-python/nautilus-python/nautilus-python-4.1.0.ebuild
+++ b/dev-python/nautilus-python/nautilus-python-4.1.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/nautilus-python"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
IUSE="gtk-doc"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
diff --git a/dev-python/pip/pip-26.1.2.ebuild b/dev-python/pip/pip-26.1.2.ebuild
index 18be08d8b324..e411244f843a 100644
--- a/dev-python/pip/pip-26.1.2.ebuild
+++ b/dev-python/pip/pip-26.1.2.ebuild
@@ -28,7 +28,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
IUSE="test test-rust"
RESTRICT="!test? ( test )"
diff --git a/dev-python/pplpy/Manifest b/dev-python/pplpy/Manifest
index 46a1885dec7e..8da0252e472d 100644
--- a/dev-python/pplpy/Manifest
+++ b/dev-python/pplpy/Manifest
@@ -1,2 +1 @@
-DIST pplpy-0.8.10.tar.gz 64203 BLAKE2B b0735722a051ef33b7415528147a84a163ac49bf5d07e2f6599a7bbf004140abf5e6a09b7f0555ac57b55614a1c059bba20cc7ac7fe47a83f429e33d7f0dd1bc SHA512 982d36291cd0108786e47cb1ff73127ba2b2a619edc697e28360a87ace743e7fc6dd04e32aab38d41724d455de4861065f9ac3d409fd2f68114b07f4d1328c23
DIST pplpy-0.9.0.tar.gz 69232 BLAKE2B 3453e0aa2961393766a152b0d5e1ff1d794da415436c04ed8fa88d9d522337db042c3d568079dbde856600f6aa9d13113295196b8a49c705c089e1f5ea9bd77c SHA512 ba0390c9e3a82c8cb896299e663969862cec3b4f82bbe3ea48499af011c498436037a1435948839168abac127ed6560efabeda0e6f2ad66ae7242cd638dc5b21
diff --git a/dev-python/pplpy/pplpy-0.8.10-r1.ebuild b/dev-python/pplpy/pplpy-0.8.10-r1.ebuild
deleted file mode 100644
index fc400c6fb3ca..000000000000
--- a/dev-python/pplpy/pplpy-0.8.10-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python bindings for the Parma Polyhedra Library (PPL)"
-HOMEPAGE="
- https://github.com/sagemath/pplpy/
- https://pypi.org/project/pplpy/
-"
-
-# The file headers under ppl/ contain the "or later" bit
-LICENSE="GPL-3+"
-# API/ABI changes in point releases
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~riscv"
-IUSE="doc"
-
-DEPEND="
- dev-libs/ppl
- dev-python/cysignals[${PYTHON_USEDEP}]
- >=dev-python/gmpy2-2.1.0_beta1[${PYTHON_USEDEP}]
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_compile() {
- # https://bugs.gentoo.org/927770
- distutils-r1_python_compile -j1
-}
-
-python_compile_all() {
- rm -r ppl || die
- use doc && build_sphinx docs/source
-}
-
-python_test(){
- "${EPYTHON}" tests/runtests.py || die
-}
diff --git a/dev-python/pypy/pypy-7.3.22.ebuild b/dev-python/pypy/pypy-7.3.22.ebuild
index 1e8a0d8be220..84c08db72b89 100644
--- a/dev-python/pypy/pypy-7.3.22.ebuild
+++ b/dev-python/pypy/pypy-7.3.22.ebuild
@@ -22,7 +22,7 @@ LICENSE="MIT"
# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
SLOT="0/73"
KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 full-stdlib gdbm +jit libressl ncurses sqlite tk"
+IUSE="bzip2 full-stdlib gdbm +jit ncurses sqlite tk"
RESTRICT="test"
RDEPEND="
@@ -30,8 +30,8 @@ RDEPEND="
>=dev-python/pypy-exe-bin-${PYPY_PV}:${PYPY_PV}
>=dev-python/pypy-exe-${PYPY_PV}:${PYPY_PV}[bzip2?,ncurses?]
)
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( >=dev-libs/libressl-3.6.0:0= )
+ dev-libs/openssl:0=
+
gdbm? ( sys-libs/gdbm:0= )
sqlite? ( dev-db/sqlite:3= )
tk? (
diff --git a/dev-python/pypy/pypy-7.3.23.ebuild b/dev-python/pypy/pypy-7.3.23.ebuild
index 1e8a0d8be220..84c08db72b89 100644
--- a/dev-python/pypy/pypy-7.3.23.ebuild
+++ b/dev-python/pypy/pypy-7.3.23.ebuild
@@ -22,7 +22,7 @@ LICENSE="MIT"
# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
SLOT="0/73"
KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 full-stdlib gdbm +jit libressl ncurses sqlite tk"
+IUSE="bzip2 full-stdlib gdbm +jit ncurses sqlite tk"
RESTRICT="test"
RDEPEND="
@@ -30,8 +30,8 @@ RDEPEND="
>=dev-python/pypy-exe-bin-${PYPY_PV}:${PYPY_PV}
>=dev-python/pypy-exe-${PYPY_PV}:${PYPY_PV}[bzip2?,ncurses?]
)
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( >=dev-libs/libressl-3.6.0:0= )
+ dev-libs/openssl:0=
+
gdbm? ( sys-libs/gdbm:0= )
sqlite? ( dev-db/sqlite:3= )
tk? (
diff --git a/dev-python/scrypt/scrypt-0.8.29.ebuild b/dev-python/scrypt/scrypt-0.8.29.ebuild
index c6fb12ec0c38..1e6bcd7d5543 100644
--- a/dev-python/scrypt/scrypt-0.8.29.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.29.ebuild
@@ -15,11 +15,11 @@ SRC_URI="https://github.com/holgern/py-scrypt/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="BSD-2"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
SLOT="0"
-IUSE="libressl"
+IUSE=""
RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
+
"
DEPEND="${RDEPEND}"
diff --git a/dev-python/scrypt/scrypt-0.9.4.ebuild b/dev-python/scrypt/scrypt-0.9.4.ebuild
index 5196b1a734b2..39c0898cf376 100644
--- a/dev-python/scrypt/scrypt-0.9.4.ebuild
+++ b/dev-python/scrypt/scrypt-0.9.4.ebuild
@@ -15,11 +15,11 @@ SRC_URI="https://github.com/holgern/py-scrypt/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="BSD-2"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
SLOT="0"
-IUSE="libressl"
+IUSE=""
RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
+
"
DEPEND="${RDEPEND}"