commit: 10c36ea29ed84fdf516ec177ff80e81cb65cd14f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 09:08:03 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 09:08:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10c36ea2
dev-python/oscrypto: add 1.3.0, drop 1.2.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oscrypto/Manifest | 2 +-
.../{oscrypto-1.2.1.ebuild => oscrypto-1.3.0.ebuild} | 13 +++++++------
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-python/oscrypto/Manifest b/dev-python/oscrypto/Manifest
index 91f0a66cd..45a95bdae 100644
--- a/dev-python/oscrypto/Manifest
+++ b/dev-python/oscrypto/Manifest
@@ -1 +1 @@
-DIST oscrypto-1.2.1.tar.gz 305629 BLAKE2B
55f035ca021971c0fa541edcdf73367e2524793ad908cec3073867ea8a90d939649b9c7242f5030a2db7057b8142cb3ce450fbc98b5803a069a196a55f0fa1d1
SHA512
bf858f59bf6e54d1ac962df4b90eb674844e50f47b217d73d94b05e27280b78671dc04f4211276c04e71b48f92b446bc11f964b7223def24f5d0d878166547f3
+DIST oscrypto-1.3.0.tar.gz 313874 BLAKE2B
6dd3331978d0ca8e63a136988d55bd6e1314078256f6c5141f26d49382e8908b58974c8f8d281a98a7e5efff2e477488baf7a37e3ea4a17bf887c92f9b1d9985
SHA512
b5baf72e1a09615b267be4d1c4baf2375bb939b5bd3d717ca9ca70776541f590a8608bef95991967e23f3794e6220709ed2fe5acdedfe9bfce1921c879a74bec
diff --git a/dev-python/oscrypto/oscrypto-1.2.1.ebuild
b/dev-python/oscrypto/oscrypto-1.3.0.ebuild
similarity index 77%
rename from dev-python/oscrypto/oscrypto-1.2.1.ebuild
rename to dev-python/oscrypto/oscrypto-1.3.0.ebuild
index 90499d0d8..ee4f4e142 100644
--- a/dev-python/oscrypto/oscrypto-1.2.1.ebuild
+++ b/dev-python/oscrypto/oscrypto-1.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
-PYTHON_COMPAT=( python3_{8,9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
@@ -18,12 +18,13 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-#tests requires network
-RESTRICT="test"
-RDEPEND=">=dev-python/asn1crypto-1.0.0[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/asn1crypto-1.5.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
+RESTRICT="test"
+PROPERTIES="test_network"
+
python_test() {
"${EPYTHON}" run.py tests || die
}