dev-python/sslcrypto - 5.3 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/sslcrypto-5.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/sslcrypto-5.3

Or alternatively:

emerge --autounmask-write -a =dev-python/sslcrypto-5.3

Package Information

Description:
ECIES, AES and RSA OpenSSL-based implementation with fallback
Homepage:
https://pypi.org/project/sslcrypto/
License:
MIT BSD-2

Ebuild Details

Version EAPI Keywords Slot
5.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="ECIES, AES and RSA OpenSSL-based implementation with fallback"
HOMEPAGE="
	https://pypi.org/project/sslcrypto/
"

LICENSE="MIT BSD-2"
SLOT="0"
KEYWORDS="~amd64"

#Missing some files in test/ ?
RESTRICT="test"

DEPEND="dev-python/base58
	dev-python/pyaes
"
RDEPEND="${RDPEND}"

distutils_enable_tests pytest

src_prepare() {
	#ends up stray and doesn't work anyway due to missing files
	rm -rf "${S}/test"
	distutils-r1_src_prepare
}

Inherited Eclasses

Dependencies

DEPEND

dev-python/base58
	dev-python/pyaes