From 09fa8ec7e08188ca76a6c4ee68dbdb2e94a151b7 Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 19 Jan 2021 11:59:24 +0800 Subject: [PATCH] tls_parser: python 3.9 --- dev-python/tls_parser/Manifest | 1 - dev-python/tls_parser/tls_parser-1.2.1.ebuild | 21 ------------------- dev-python/tls_parser/tls_parser-1.2.2.ebuild | 4 ++-- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 dev-python/tls_parser/tls_parser-1.2.1.ebuild diff --git a/dev-python/tls_parser/Manifest b/dev-python/tls_parser/Manifest index 69f3b93ba..6446cd3f6 100644 --- a/dev-python/tls_parser/Manifest +++ b/dev-python/tls_parser/Manifest @@ -1,2 +1 @@ -DIST tls_parser-1.2.1.tar.gz 21038 BLAKE2B 08ab3808a11b8d866e07733e0c36926f455efed47d3a5c74c2db51fda2fcee5f9058b091f1a80826dad77540f104117b72ff7f74287992d580a1b7a2dde4f16f SHA512 090510c147f57820c7121919ca4ec9188fef215f2d5630fcd2aead7f4cc800e20f7746a7ab6e88658edeaf2f838bd351bd393659dce934dd54d988f9532b4627 DIST tls_parser-1.2.2.tar.gz 21234 BLAKE2B f85e4d64c0f712262c8a11ce9724b3393b74b2690b947477077386d8abce1a26af5c39278aac6b27be90b40a5c048eea3522d5819ab7da41a0251a29d47cdb11 SHA512 9bf22dfe27dfb23faae2b1638c82346dc7ac7ebc91e19280ccd72196f791ea4d032f10a0912f4de4793be85d3cc1e411c2a3c37620b67c6a721f251feb417091 diff --git a/dev-python/tls_parser/tls_parser-1.2.1.ebuild b/dev-python/tls_parser/tls_parser-1.2.1.ebuild deleted file mode 100644 index f2b2f4037..000000000 --- a/dev-python/tls_parser/tls_parser-1.2.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Small library to parse TLS records." -HOMEPAGE="https://github.com/nabla-c0d3/tls_parser" -SRC_URI="https://github.com/nabla-c0d3/tls_parser/archive/${PV}.tar.gz -> ${P}.tar.gz" -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="${DEPEND}" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/tls_parser/tls_parser-1.2.2.ebuild b/dev-python/tls_parser/tls_parser-1.2.2.ebuild index 8c56d925a..cf0b401b2 100644 --- a/dev-python/tls_parser/tls_parser-1.2.2.ebuild +++ b/dev-python/tls_parser/tls_parser-1.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1