From e93da473d8f16c028739a0b642d2b88779741138 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Tue, 7 Jan 2025 11:56:53 +0800 Subject: [PATCH] tls_parser: switch back to gh, fixing test --- dev-python/tls_parser/Manifest | 2 +- dev-python/tls_parser/tls_parser-2.0.1.ebuild | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/tls_parser/Manifest b/dev-python/tls_parser/Manifest index f8318c5af9..b264744d4e 100644 --- a/dev-python/tls_parser/Manifest +++ b/dev-python/tls_parser/Manifest @@ -1 +1 @@ -DIST tls_parser-2.0.1.tar.gz 20822 BLAKE2B 33168cab35b3ae1cfc90a89239af2c0da4bafd47303af6709d0ed5743a302454f5d3d0fb1f1a9b12911e5edfa35683c23d21abe59a01cf93fa34587d965a4765 SHA512 fee59c572dee8b2d9ae94cbd9117e3668d570bebd3e47edac369c06eb32c415d48ccbfbfd3568be76c20cd27cf6400681dd654adc07af121d0c472251107acf3 +DIST tls_parser-2.0.1.gh.tar.gz 20822 BLAKE2B 33168cab35b3ae1cfc90a89239af2c0da4bafd47303af6709d0ed5743a302454f5d3d0fb1f1a9b12911e5edfa35683c23d21abe59a01cf93fa34587d965a4765 SHA512 fee59c572dee8b2d9ae94cbd9117e3668d570bebd3e47edac369c06eb32c415d48ccbfbfd3568be76c20cd27cf6400681dd654adc07af121d0c472251107acf3 diff --git a/dev-python/tls_parser/tls_parser-2.0.1.ebuild b/dev-python/tls_parser/tls_parser-2.0.1.ebuild index 0a0ecf79cb..ac08f817d8 100644 --- a/dev-python/tls_parser/tls_parser-2.0.1.ebuild +++ b/dev-python/tls_parser/tls_parser-2.0.1.ebuild @@ -6,10 +6,12 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..13} ) -inherit distutils-r1 pypi +inherit distutils-r1 DESCRIPTION="Small library to parse TLS records." HOMEPAGE="https://github.com/nabla-c0d3/tls_parser" +# github includes "tests" +SRC_URI="https://github.com/nabla-c0d3/tls_parser/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0"