dev-python/snitun: add 0.39.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
41c07c3187
commit
d8c1eaeafc
@ -606,13 +606,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 1862 Ebuilds in total, 1851 of them have in total 1874 (42 different) licenses assigned.
|
||||
There are 1863 Ebuilds in total, 1852 of them have in total 1875 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1067|
|
||||
|Apache-2.0|414|
|
||||
|GPL-3|109|
|
||||
|GPL-3|110|
|
||||
|BSD|108|
|
||||
|LGPL-3|25|
|
||||
|GPL-2|23|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST snitun-0.36.2.tar.gz 29979 BLAKE2B aa84bac599089d30f2f10ecd7eeed0ae32d3ea37860ec1cbce99b7efa7a7748e0f04dc84b84299dc0524289d71e92aeb2727d875133fef29065511daca9abe1d SHA512 50f76c0f71270f5264b80d77e69a3e41db5010229763fb4b8c26b2fa81e9b5fdb9ba8f612c01f7d4c4211531db14e599a8c29285acb3e619c0873a82c263d118
|
||||
EBUILD snitun-0.36.2.ebuild 761 BLAKE2B 86de00fb8dff08364f71255cecf19271bf5db81b2c7b99ebcaa5280a707d8328cd5b1f6d07c39c40ff5eb9d9832719ca532e18ee1cb8edef6fe96e1896dfcca2 SHA512 bc2b38c0054408886908129d22908a3b4e7ed527f3df67a7e812925f88757db153f9e0ca580c49980505c69d9f37433856e32091d2f3c838fde1e52d6c9df3d7
|
||||
MISC metadata.xml 514 BLAKE2B 8747bde31f8c93e674b0a14fda1737f7f47cec6fdfff8fb4c4c5ef07a69248ed470906486cbd6f216bbb08623af3110fee392bd3386ca1cf1610bc55524b39f6 SHA512 314a44df6c0dc8a9ebdda5d11651a5f8dbddc9304877c5112f7aa6260a0fceceab780d6fe7979ed467600194bb71d0b4e3ed5c1508e3ea7c34b80dc8694009c7
|
||||
DIST snitun-0.39.1.tar.gz 33073 BLAKE2B 713d93f1498d84b05be0c27cbccd80e19967db6b7f357ce5e8e0524614077becb5d63105fe0062f272aa6d76d634c629d5dfcbe67f2b0ac9b6abaf401fb673eb SHA512 20e7d162e7ee8c2c645b0f92d77eedc49bd34bef564648f1d44f972949c59cba74fea376d395afd1108161243c2f4f6908ffc14f6f4c58b9763798b05db8149a
|
||||
EBUILD snitun-0.36.2.ebuild 761 BLAKE2B c40a95415729785d48753f993fedfcdff79e22039bdb839bad75cca8920d0f57f1718473b4374046e8505f534053b5e60eec8e2686b98b402ce59ec681605e75 SHA512 8f803a3e0c4be651937ca0d06b84a6870813e7fdbbd19b98a82d8ac8150f697c43902a141a33fc1413f07c91668d25d7bae23e70a55cab92656877e2dec39cae
|
||||
EBUILD snitun-0.39.1.ebuild 653 BLAKE2B c55be20a9504e7cc487b534fde47244c61045a6c9fcbdf0bdb2baabb13024339ab60886eec1fa9ac47822287c25c27b1ef384b481fb209067ad9e98410a287af SHA512 981a6783f7b8fb0d3ed9f1039e42ab172bcee7e5f33c984e7e5f1717b32f7134b957d7363fdfc0b131dae094b4a0e5a2932a2c30979e8d32e4edc9bd28ebb6e5
|
||||
MISC metadata.xml 520 BLAKE2B 8e49bc86b573ab81bdcf78f08a985d2434d6d1cf01d3e499a6c410fd10b29b19c06348920834f2f1edf38da7b105245189a4ef8b3c45cba7cf51e635a88e6308 SHA512 63724828c4c80949b40c06f205721165bd90b41283239eff852e4a2c1187706b4adbd8df886cf41dc9a91dda7cf8e57bffa933a51ef8d28442bbc03d26f2f78d
|
||||
|
@ -7,10 +7,10 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">snitun</remote-id>
|
||||
<remote-id type="github">NabuCasa/snitun</remote-id>
|
||||
<remote-id type="github">NabuCasa/snitun.git</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>opensource@nabucasa.com</email>
|
||||
<name>Nabu Casa, Inc.</name>
|
||||
<name>"Nabu Casa, Inc."</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
25
dev-python/snitun/snitun-0.39.1.ebuild
Normal file
25
dev-python/snitun/snitun-0.39.1.ebuild
Normal file
@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
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/aiohttp-3.9.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-18.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-2.5[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user