Skip to content

Commit 9c8fdad

Browse files
committed
dev-python/tailscale: update SRC_URI
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent f62c0e4 commit 9c8fdad

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,9 +657,9 @@ There are 1895 Ebuilds in total, 1884 of them have in total 1903 (40 different)
657657
|GPL-2+|1|
658658
|GPL-2-with-linking-exception|1|
659659

660-
(Last counted: 02/11/2023)
660+
(Last counted: 03/11/2023)
661661

662662
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
663663

664664
A big thanks goes to Iris for reviewing this README.
665-
Last updated: 02/11/2023
665+
Last updated: 03/11/2023

dev-python/tailscale/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DIST tailscale-0.2.0.tar.gz 8274 BLAKE2B 5977f233ef440b5d614444c302b8aad7b440fd77eb04469ee26d2277260ccf3cb98969139e3181fb6656e625019f8208a25f6c48f1b9d9bac920777bb8eac921 SHA512 7ccde85a6d03c6812de5faa4146c291a62716a595e597bf529c2b65121fc4036901a2f9f3caca4c84a3cf553efba03db49e25c7e8672ddfe5f1d6b5b6dd5669f
2-
EBUILD tailscale-0.2.0.ebuild 888 BLAKE2B 2eb9cd6ffd194bfb779ef43ded82ffe1d02fd460bb522360027e2853709113ef7df41b5e1f18f7f30c9310f85f9f76e69d33762d366faa30a9feb0473e93563b SHA512 952a5624ca785e5873da60dc442f11ac0b74c72e71ede8931ba0d916ee4f80c7f4774511dbf5cb31b2d9a8a1e2189c6bc9298f89a18a8ffacaf5d2bcca38519a
2+
EBUILD tailscale-0.2.0.ebuild 828 BLAKE2B 5267fd4b663a474f758f6c9f3cfe1f515fab2219bd3f82754c475c317a229eb8767ea400c26bab8bdf224dd8a14ff925ba4439dfccf417900451e9ae6b3b1422 SHA512 4fc150a608527666bf96cc67f4d0a54fe4a7b21cdde73e598f23bd01c099151ea07a13e2c02b42768879da53e4fb73a4a5ed76a1a9b67f317fde3886eab9f21c
33
MISC metadata.xml 521 BLAKE2B 0d31885275f9c40b789f481da1da768d84fd0a2b9391cc60a27abba8c5abb776c63775d8756cf68a1296a557f1ec5fee673726b4df29ff51d81c1001a7f9404d SHA512 1111404fc710889d11131b88f9efeb26517e53e9bfa4554f4c0d32f297a647e54fa672fe0f9ca780c0362ef0f72783165b319c0bbb9a857ce934be978b5ef62b

dev-python/tailscale/tailscale-0.2.0.ebuild

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
6-
PYTHON_COMPAT=( python3_{9..11} )
7-
8-
inherit distutils-r1
5+
PYTHON_COMPAT=( python3_{10..12} )
6+
DISTUTILS_USE_PEP517=poetry
7+
inherit distutils-r1 pypi
98

109
DESCRIPTION="Asynchronous client for the Tailscale API."
1110
HOMEPAGE="https://github.com/frenck/python-tailscale https://pypi.org/project/tailscale/"
12-
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
1311

1412
LICENSE="MIT"
1513
SLOT="0"
@@ -23,7 +21,6 @@ RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
2321
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
2422
>=dev-python/pydantic-1.8.0[${PYTHON_USEDEP}]"
2523
BDEPEND="
26-
dev-python/setuptools[${PYTHON_USEDEP}]
2724
test? (
2825
dev-python/pytest[${PYTHON_USEDEP}]
2926
dev-python/pytest-cov[${PYTHON_USEDEP}]

0 commit comments

Comments
 (0)