mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-13 18:31:08 +02:00
tls_parser: python 3.9
This commit is contained in:
parent
b39679fbfe
commit
09fa8ec7e0
3 changed files with 2 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}]"
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue