dev-python/snitun: drop 0.34.0, 0.35.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:11:27 +01:00 committed by Andreas Billmeier
parent c2c7656ac8
commit 9f902516c1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 72 deletions

View File

@ -612,13 +612,13 @@ 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 1584 Ebuilds in total, 1573 of them have in total 1590 (42 different) licenses assigned.
There are 1582 Ebuilds in total, 1571 of them have in total 1588 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|909|
|Apache-2.0|339|
|GPL-3|99|
|GPL-3|97|
|BSD|87|
|LGPL-3|23|
|GPL-2|20|

View File

@ -1,7 +1,3 @@
DIST snitun-0.34.0.tar.gz 29523 BLAKE2B 573e53b99dfcf8081837d2547e78e7afa1b18860ea42a4d9580a6c0a69ad43914d3099f9b2657cf80770d12cf0f6831b4600204f86fa074e4cfdfff7f3df0ea5 SHA512 d70d285a52eadad8f6b69b217b942468bb28a7d3965415b5cb35994cc80038dae08685d04c954da651f45fc3f1c4ae682d53565e93004ace362b2f409d31cede
DIST snitun-0.35.0.tar.gz 29711 BLAKE2B ef2fe03f149e07d2284b9df5c281018fdb5ad199c743fbdacf9ebe726d39557ca4b1d4de5b663b7430d6204645faf973a572bd60ddf2fea45ed2ea02c461816e SHA512 b948224101d86aa3b6cdcccab2a84c2f9350f0461af47eb5148e65c48440df24efd277b79c39a27f96554f35136afda6e395b932319b5455f0d48724f101e33f
DIST snitun-0.36.2.tar.gz 29979 BLAKE2B aa84bac599089d30f2f10ecd7eeed0ae32d3ea37860ec1cbce99b7efa7a7748e0f04dc84b84299dc0524289d71e92aeb2727d875133fef29065511daca9abe1d SHA512 50f76c0f71270f5264b80d77e69a3e41db5010229763fb4b8c26b2fa81e9b5fdb9ba8f612c01f7d4c4211531db14e599a8c29285acb3e619c0873a82c263d118
EBUILD snitun-0.34.0.ebuild 761 BLAKE2B 86de00fb8dff08364f71255cecf19271bf5db81b2c7b99ebcaa5280a707d8328cd5b1f6d07c39c40ff5eb9d9832719ca532e18ee1cb8edef6fe96e1896dfcca2 SHA512 bc2b38c0054408886908129d22908a3b4e7ed527f3df67a7e812925f88757db153f9e0ca580c49980505c69d9f37433856e32091d2f3c838fde1e52d6c9df3d7
EBUILD snitun-0.35.0.ebuild 761 BLAKE2B 86de00fb8dff08364f71255cecf19271bf5db81b2c7b99ebcaa5280a707d8328cd5b1f6d07c39c40ff5eb9d9832719ca532e18ee1cb8edef6fe96e1896dfcca2 SHA512 bc2b38c0054408886908129d22908a3b4e7ed527f3df67a7e812925f88757db153f9e0ca580c49980505c69d9f37433856e32091d2f3c838fde1e52d6c9df3d7
EBUILD snitun-0.36.2.ebuild 761 BLAKE2B 86de00fb8dff08364f71255cecf19271bf5db81b2c7b99ebcaa5280a707d8328cd5b1f6d07c39c40ff5eb9d9832719ca532e18ee1cb8edef6fe96e1896dfcca2 SHA512 bc2b38c0054408886908129d22908a3b4e7ed527f3df67a7e812925f88757db153f9e0ca580c49980505c69d9f37433856e32091d2f3c838fde1e52d6c9df3d7
MISC metadata.xml 514 BLAKE2B 8747bde31f8c93e674b0a14fda1737f7f47cec6fdfff8fb4c4c5ef07a69248ed470906486cbd6f216bbb08623af3110fee392bd3386ca1cf1610bc55524b39f6 SHA512 314a44df6c0dc8a9ebdda5d11651a5f8dbddc9304877c5112f7aa6260a0fceceab780d6fe7979ed467600194bb71d0b4e3ed5c1508e3ea7c34b80dc8694009c7

View File

@ -1,33 +0,0 @@
# 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="SNI proxy with TCP multiplexer"
HOMEPAGE="https://github.com/NabuCasa/snitun/ https://www.nabucasa.com/ https://pypi.org/project/snitun/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/attrs-18.2.0[${PYTHON_USEDEP}]
>=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.5[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,33 +0,0 @@
# 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="SNI proxy with TCP multiplexer"
HOMEPAGE="https://github.com/NabuCasa/snitun/ https://www.nabucasa.com/ https://pypi.org/project/snitun/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/attrs-18.2.0[${PYTHON_USEDEP}]
>=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.5[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest