summaryrefslogtreecommitdiff
path: root/dev-python/thriftpy2
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-17 00:44:21 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-17 00:44:21 +0000
commit66776ae25ff4bfbf8c897669a4b10d54ba988907 (patch)
treea4d7393c80e7d92168728edcc95a50ab4c279945 /dev-python/thriftpy2
parent895e8ad50ac8aa3bf6567d6c9893fd0a56e54eaf (diff)
downloadbaldeagleos-repo-66776ae25ff4bfbf8c897669a4b10d54ba988907.tar.gz
baldeagleos-repo-66776ae25ff4bfbf8c897669a4b10d54ba988907.tar.xz
baldeagleos-repo-66776ae25ff4bfbf8c897669a4b10d54ba988907.zip
Adding metadata
Diffstat (limited to 'dev-python/thriftpy2')
-rw-r--r--dev-python/thriftpy2/Manifest2
-rw-r--r--dev-python/thriftpy2/thriftpy2-0.4.14-r1.ebuild (renamed from dev-python/thriftpy2/thriftpy2-0.4.14.ebuild)9
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/thriftpy2/Manifest b/dev-python/thriftpy2/Manifest
index e844d9323692..907734570ece 100644
--- a/dev-python/thriftpy2/Manifest
+++ b/dev-python/thriftpy2/Manifest
@@ -1 +1 @@
-DIST thriftpy2-0.4.14.tar.gz 127552 BLAKE2B 4061642fb14b60ba53e0c4e6342ead25f781ee923b718a6c557235fcbfe4219b4d8944894afe9783062e7950b689b909af6be5cefe3b634a476ec582adfefbed SHA512 0b248c4999b0a97287d8db3e5b79ac687bc7e25a5478ef125b479e0baf9be9d0aa5f9eaadf0612c228133295743ba913bfe69e7fe59a8d5f854a682da9d31c50
+DIST thriftpy2-0.4.14.gh.tar.gz 127552 BLAKE2B 4061642fb14b60ba53e0c4e6342ead25f781ee923b718a6c557235fcbfe4219b4d8944894afe9783062e7950b689b909af6be5cefe3b634a476ec582adfefbed SHA512 0b248c4999b0a97287d8db3e5b79ac687bc7e25a5478ef125b479e0baf9be9d0aa5f9eaadf0612c228133295743ba913bfe69e7fe59a8d5f854a682da9d31c50
diff --git a/dev-python/thriftpy2/thriftpy2-0.4.14.ebuild b/dev-python/thriftpy2/thriftpy2-0.4.14-r1.ebuild
index a302eff18026..198c62ff548c 100644
--- a/dev-python/thriftpy2/thriftpy2-0.4.14.ebuild
+++ b/dev-python/thriftpy2/thriftpy2-0.4.14-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1
DESCRIPTION="Pure python approach of Apache Thrift"
HOMEPAGE="https://github.com/Thriftpy/thriftpy2"
-SRC_URI="https://github.com/Thriftpy/thriftpy2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/Thriftpy/thriftpy2/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -27,7 +27,8 @@ BDEPEND="
distutils_enable_tests --install pytest
python_prepare_all() {
- rm tests/test_tornado.py || die
+ # tests that need network access
+ rm tests/test_{tornado,rpc,sslsocket}.py || die
distutils-r1_python_prepare_all
}