Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tls_parser #2189

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-python/tls_parser/Manifest
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion dev-python/tls_parser/tls_parser-2.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading