dev-python/pytile: drop 2023.4.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-08-24 15:33:55 +02:00
parent cdc982a535
commit 56b1b83b07
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 deletions

View File

@ -606,11 +606,11 @@ 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 2384 Ebuilds in total, 2366 of them have in total 2404 (43 different) licenses assigned.
There are 2383 Ebuilds in total, 2365 of them have in total 2403 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1362|
|MIT|1361|
|Apache-2.0|545|
|GPL-3|150|
|BSD|123|

View File

@ -1,7 +1,5 @@
DIST pytile-2023.12.0.tar.gz 10498 BLAKE2B 040bc376faa7ad931397fb28561a39c594faf8acb20f0ba6403d479e07a840b152a283a15c51a2b8606911a55798943823411233045a8637a1cdff64c5acfeea SHA512 48237541bd422a57f69a2ac2004fa475e20491ff6e5ea30e6a884b62c4dce1fdb85ab27e149c81f9f55546b7ba933fd2fb4be3d3ab0fa5b951cd1448cde6a111
DIST pytile-2023.4.0.tar.gz 10376 BLAKE2B 12532b7c5c75fb5cf691ed5cb403a636f897c0827b5c20acf241dbb312dbaea4116cc338a9e4326896bba6f2be38f5874b61f081ee88e2e257082e59b97b2653 SHA512 c80bbee904c5eb5bc39049ebe44771c86773baf6e726377031940239138d4c690542c8d6e40f58d33b28be6c255982c36226729316febabe8a0a539260b55dde
DIST pytile-2024.12.0.tar.gz 10501 BLAKE2B 1127dcdab93322aaf2a439aeae9c856aa16d2a06dcc1a0b241e7e342cac5053a3ceb71c96ab810fa3165949ffcdc4ce93798341b5010bb3afa08d6f59f98037d SHA512 14485a2834cc1fd62957b259eeffd7024ce98329adc8ceee960d9222c09052a56518369784e4dc6fd44ee3b2b04db9553e416114d24fa6955d8e399d7274b9b1
EBUILD pytile-2023.12.0.ebuild 644 BLAKE2B 3792c9a852d133d99ca114ba1ffe4c3f3cefb3c481f8a9a627f9b610e701e595d51555ee072c60657f7177cdd455cf10fc12f30619be4b90b34f356448966180 SHA512 98de63c117573c1ec0737f8d9b73b13e02abd40532f63d08964e796eafb00ed7bf8eb3d4b5605fb66e38710470e8d5ac1961d77456cf72f0bcae1bc045dd0554
EBUILD pytile-2023.4.0.ebuild 652 BLAKE2B bee5f3d134ad12af48d8026d71c45ca59267b519d411a0b0629c205f848f1c0a588c3956ed14e4529cc982bcf68890b45352a7a5e67c81a401b99ba04e90f649 SHA512 f366aefa4ba2a3f738fd4e422225c6e96156a726245eafe07cdd2bc06bf5081bc3ed020355cbc477e3facc61a396f4d09504180cdcecb9ac94a320aef0da162f
EBUILD pytile-2024.12.0.ebuild 708 BLAKE2B 96ffdfc085b2ef6327c42047dc4e744c85c6576c3349eff14b2a4235c1ffaa5207b337c4fc0b94e13d772e47b17d8d25d4341de7b93a58719d96d0c56f6e7088 SHA512 3b08d6b538f73e2226d1e5825e17832e786c4fe937be2a0142dbb6d0b37c01cf0e5571cbec79f410f83cba70ad8ac58316f8233f3e13e808e94ed9c22d34214a
MISC metadata.xml 504 BLAKE2B 7321b5453aabaecb9ee65fb44b93423ed312e40e128cacd42f7c2d452e9c560df4d9f3114106b3201ab15e43153979ea5e4411a9a67e1a87b78c5fa6d3613711 SHA512 c757fb826eee32520534f699a32e7705fad84c78319a896afa2289838243bf4bb41a9ab40ac0f85fd2f3d5173ca60881cea10bcf0c850a7d2c686fa4a126f9ff

View File

@ -1,31 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A simple Python API for Tile Bluetooth trackers"
HOMEPAGE="https://github.com/bachya/pytile https://pypi.org/project/pytile/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest