mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/oscrypto:
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-python/oscrypto/Manifest
Normal file
1
dev-python/oscrypto/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST oscrypto-1.2.1.tar.gz 305629 BLAKE2B 55f035ca021971c0fa541edcdf73367e2524793ad908cec3073867ea8a90d939649b9c7242f5030a2db7057b8142cb3ce450fbc98b5803a069a196a55f0fa1d1 SHA512 bf858f59bf6e54d1ac962df4b90eb674844e50f47b217d73d94b05e27280b78671dc04f4211276c04e71b48f92b446bc11f964b7223def24f5d0d878166547f3
|
||||
8
dev-python/oscrypto/metadata.xml
Normal file
8
dev-python/oscrypto/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
34
dev-python/oscrypto/oscrypto-1.2.1.ebuild
Normal file
34
dev-python/oscrypto/oscrypto-1.2.1.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="TLS sockets, key generation, encryption, decryption, signing, verification"
|
||||
HOMEPAGE="
|
||||
https://github.com/wbond/oscrypto
|
||||
https://pypi.org/project/oscrypto/
|
||||
"
|
||||
SRC_URI="https://github.com/wbond/oscrypto/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
#tests requires network
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND=">=dev-python/asn1crypto-1.0.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" run.py tests || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
dodoc -r docs/*
|
||||
}
|
||||
Reference in New Issue
Block a user