Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-python/pyopenssl/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST pyopenssl-25.0.0.tar.gz 179573 BLAKE2B e5c9c9e4daa590008163b2e67b7c318cf72a0c922b1db41bf8ef31a44aa59f98a7a594ce1b59a887d47ffb0257f1d11faa920d3bf7807a19e6ece819947e5614 SHA512 77f9f03610a4ddaf115d581b873e728a79ba0e8d762ddeffacb600b6bc4a50bde2edfc114aebe12b9e177f3d53c19fe0c2bf0a5821e609489b8640e23c324376
DIST pyopenssl-26.4.0.tar.gz 182046 BLAKE2B 2fdc2003f5236d576b357c89484503a6537ed3342260d3ea5c21f8a790f17e549deea143f7a42551056deae981c526cd832722e0bd15166fb68bbff297e822cc SHA512 6e7a05575b3089e231cfe65664d2ed8c03306983873ed3f75c16fa08950b6b1ecced04d17b8f343665b58d5ba677b48de6f36ff65b1af7f188cdfa38cbef902b
30 changes: 30 additions & 0 deletions dev-python/pyopenssl/pyopenssl-26.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Distributed under the terms of the GNU General Public License v2
# Autogen by MARK Devkit

EAPI=7

PYTHON_COMPAT=( python3+ )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1

DESCRIPTION="Python wrapper module around the OpenSSL library"
HOMEPAGE="https://pyopenssl.org/"
SRC_URI="https://files.pythonhosted.org/packages/3f/e8/7325d258199b159eb2c03fe32107533e2832e70e63f4fb88a6aa00023201/pyopenssl-26.4.0.tar.gz -> pyopenssl-26.4.0.tar.gz
"
DEPEND="


<dev-python/cryptography-51[${PYTHON_USEDEP}]
>=dev-python/cryptography-49.0.0[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.9[${PYTHON_USEDEP}]
"
RDEPEND="

<dev-python/cryptography-51[${PYTHON_USEDEP}]
>=dev-python/cryptography-49.0.0[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.9[${PYTHON_USEDEP}]
"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="*"
S="${WORKDIR}/pyopenssl-26.4.0"