dev-python/dpkt: new package, add 1.9.8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-28 16:53:35 +01:00
parent 705e9ffcfc
commit a00812742a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 38 additions and 4 deletions

View File

@ -612,14 +612,14 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1562 Ebuilds in total, 1551 of them have in total 1568 (42 different) licenses assigned.
There are 1565 Ebuilds in total, 1554 of them have in total 1571 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|902|
|MIT|903|
|Apache-2.0|332|
|GPL-3|95|
|BSD|86|
|GPL-3|96|
|BSD|87|
|LGPL-3|22|
|GPL-2|20|
|all-rights-reserved|15|

3
dev-python/dpkt/Manifest Normal file
View File

@ -0,0 +1,3 @@
DIST dpkt-1.9.8.tar.gz 180073 BLAKE2B ee12721f9b500c773350f9f88567dd5b9e656173e5e4e91bb38f294ae54c47a2a61a03707980d0e257b709a82cd2906267bb043f7d98a26f5dcf2f3659d4ecf1 SHA512 c72d96ab31225424f0911898cf80a48a0a4bff039761e4e89253b5f2cc89cc4ef2f7899359a0d978dd3e25ded22b35e98ccfb9b0deef0461be4e52619e091b02
EBUILD dpkt-1.9.8.ebuild 495 BLAKE2B 1c810291df8c8df84be55b5e11fc8b4f71c7517ed89dd734991597b60fad3201574140e76efd54286773279d174fd8bf175b3b31f8aa2bfeaaf0740f61620681 SHA512 e869aca18ef989d364faac4ed5cf3ebb1d0c90a629a159d0e027d6dcc3b6775ad1d7ee1fb9448286f0a8425504ba564ef81a527e797fd69ea377de1476bde1f9
MISC metadata.xml 377 BLAKE2B 63e7d83aceb763bba34d317d7b2972635f8d6b3999e931460d99f6ad7f685ede4d3586a5b9db2449039d247a26086568cf2df95704c70311428cfc7f0fb0ccb5 SHA512 4a36f4ef3c7805e028c05a90206e588f246ac43bec2e8b76517d70fa17f1a717caa6ee5d7fd7187973127913723269688074da8b077f239d3f4e8ff7aab4e3db

View File

@ -0,0 +1,19 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols"
HOMEPAGE="https://github.com/kbandla/dpkt https://pypi.org/project/dpkt/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"

View File

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">dpkt</remote-id>
<remote-id type="github">kbandla/dpkt</remote-id>
</upstream>
</pkgmetadata>