tls_parser-2.0.2.ebuild

This commit is contained in:
Anton Bolshakov 2025-05-23 12:28:11 +08:00
parent ad80874b5c
commit 3c68b9217b
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 26 additions and 1 deletions

View file

@ -1 +1,2 @@
DIST tls_parser-2.0.1.gh.tar.gz 20822 BLAKE2B 33168cab35b3ae1cfc90a89239af2c0da4bafd47303af6709d0ed5743a302454f5d3d0fb1f1a9b12911e5edfa35683c23d21abe59a01cf93fa34587d965a4765 SHA512 fee59c572dee8b2d9ae94cbd9117e3668d570bebd3e47edac369c06eb32c415d48ccbfbfd3568be76c20cd27cf6400681dd654adc07af121d0c472251107acf3
DIST tls_parser-2.0.2.gh.tar.gz 20818 BLAKE2B 165c750b522aa7a743a7bfc2ce83f0fe544a5b7202237722f1715104effaa0f90d3e741d0b38392e171aa4a64827d5706ec592f27c9d514cb3a73cd63b1bacb4 SHA512 f4d8f6093b2937a83238f62fd45aa8d531ef9a14022ee57190fbe3232645eb4585212621f31713da947fb2b60f99bb3fb63c605cf95dae2bab94c677bf8a3330

View file

@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="github">nabla-c0d3/tls_parser</remote-id>
<remote-id type="pypi">tls_parser</remote-id>
<!-- remote-id type="pypi">tls_parser</remote-id -->
</upstream>
</pkgmetadata>

View file

@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
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"
KEYWORDS="amd64 arm64 x86"
IUSE="test"
DEPEND="${RDEPEND}
test? ( dev-python/pytest )"
distutils_enable_tests pytest