mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
oscrypto-1.3.0.ebuild
This commit is contained in:
parent
c985b5a7bc
commit
a67188437a
3 changed files with 21 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST oscrypto-1.2.1.tar.gz 180998 BLAKE2B ac440c75c36958b7779bd8dc030b135be190dd0e6adc3e7f7138336a3e6a59f45ff13596786a27c59589dfd262df6a06d287947a936045836d53f27fa4bcca2f SHA512 5c2229bafe8ba3666a557b592d4ca640318c7775bd201966e3ba3afb4e15fc4960143fd39409843c0ce455b40299d98cc4f4460636bf7ae51015be4f8f525a22
|
||||
DIST oscrypto-1.3.0.tar.gz 184590 BLAKE2B e54fded25e6e3c14ff0048175725ab567a2b19807ec41bce950c37be5ba50515caa6ac79a18f1857cfe227f4013ceab9f1393ac92fa4d4f45dcc1ec69fc16320 SHA512 da88fa7ad7530909e7face20b122d54fa9e7cea497c6727f655c9c5605496d57add4c21b63dbdfe0692e4ab7e0ba25647b14c2f611098f3227c98666eeca27f0
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=" >=dev-python/asn1crypto-1.0.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
|
|
|
|||
20
dev-python/oscrypto/oscrypto-1.3.0.ebuild
Normal file
20
dev-python/oscrypto/oscrypto-1.3.0.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="TLS sockets, key generation, encryption, decryption, signing, verification"
|
||||
HOMEPAGE="https://github.com/wbond/oscrypto"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
|
||||
RDEPEND=" >=dev-python/asn1crypto-1.5.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
Loading…
Reference in a new issue