From 296d72d8dcfa185640d123af5bd5cfcdc703574c Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sun, 17 Dec 2023 17:31:37 +0100 Subject: [PATCH] dev-python/locationsharinglib: drop 4.1.5 Signed-off-by: Andreas Billmeier --- README.md | 4 +- dev-python/locationsharinglib/Manifest | 2 - .../locationsharinglib-4.1.5.ebuild | 42 ------------------- 3 files changed, 2 insertions(+), 46 deletions(-) delete mode 100644 dev-python/locationsharinglib/locationsharinglib-4.1.5.ebuild diff --git a/README.md b/README.md index 9275f2cae..32539b4a0 100644 --- a/README.md +++ b/README.md @@ -612,11 +612,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 1678 Ebuilds in total, 1667 of them have in total 1685 (42 different) licenses assigned. +There are 1676 Ebuilds in total, 1665 of them have in total 1683 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|974| +|MIT|972| |Apache-2.0|350| |GPL-3|108| |BSD|92| diff --git a/dev-python/locationsharinglib/Manifest b/dev-python/locationsharinglib/Manifest index e83ae36a5..2f605424d 100644 --- a/dev-python/locationsharinglib/Manifest +++ b/dev-python/locationsharinglib/Manifest @@ -1,5 +1,3 @@ -DIST locationsharinglib-4.1.5.tar.gz 54594 BLAKE2B d42b5cfea9b561c91c0f2f00add393219ce672b6303504c39434a1637e51a37ae5b4e393eac3f3ea71f17d874376686ba6a16cd73ed28ded95ab86e151047484 SHA512 3acbd33e4357748f21cd5f86f8757a91341ab14bf59d7501c08a76671b4e7c63365bc677188665389ba3b58e72663e11f7769445984e9ed7992b1c672c3cdacc DIST locationsharinglib-5.0.1.tar.gz 80670 BLAKE2B fa55a638693ce9b9a20efd0f5be5fa77e1e47ab5ac38bb244d146abd909b88cf01a259516f7d44094699182be5f27f08919bd184d618eb91c6b697943294e7ee SHA512 41dbcaf537782fb3946f0a90db60e53d2a2ef8bb8658640902ffe7eca2295877f842fe1b4a17690332d5a318418d61a0e4691fb280e11a876a871b5f8d16dbc7 -EBUILD locationsharinglib-4.1.5.ebuild 1143 BLAKE2B 387fb01c58195ae9285529c9ff1915cc649f3dd3258fc3f4ddba01d87839276a3910b159656605fd4e087403f5731f0170c5db52238ce4f95c3669d6c134666c SHA512 3f2cf53abbbccdd7b3addc311cb7af081e88dbad7375186f10321a6c4e3161d9d2a487859f883909bb66a6b8aa8525f748141714059e380adfffc0d16db63e50 EBUILD locationsharinglib-5.0.1.ebuild 869 BLAKE2B 1cea999ba223b62121520da7c35b447c5b0cb094279fda9cfc6fd2fc57e9c46dbab93c0c4ff53d85232a6bfe88931af5a942fd6b0a4a1c7c7585e786c0e35312 SHA512 3f5b4da5dc5420e5a34c1fd6d3c9d1f41a7420c74e972de3983e380d6bbe58a4a60a81930d56028209053b551a55c0ca97cfdbaa306e5382e9a456f0ce9a3e6c MISC metadata.xml 536 BLAKE2B 1e7070d8ffd051b183f0b2dee5e748c86de5fe7b18e6eb78afbfb089818ec44a0563afb4817bec469f3e33ac251351c37c26e71aa050bf3f1a562259bbbfad7a SHA512 7e1f62a11736fe452e92e267a7b448f28dcdfbd41f9418f060ca359b3cc11b5c9b2d10122b971364c4b8fbd26fb6f5beee7020a7d9a848f5d4a7f6cb5af0df6d diff --git a/dev-python/locationsharinglib/locationsharinglib-4.1.5.ebuild b/dev-python/locationsharinglib/locationsharinglib-4.1.5.ebuild deleted file mode 100644 index b13e3cbc0..000000000 --- a/dev-python/locationsharinglib/locationsharinglib-4.1.5.ebuild +++ /dev/null @@ -1,42 +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="A library to retrieve coordinates from an google account that has been shared locations of other accounts." -HOMEPAGE="https://github.com/costastf/locationsharinglib https://pypi.org/project/locationsharinglib/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.rst" - -RDEPEND="dev-python/coloredlogs[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/cachetools[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -src_prepare() { - sed -i "s/coloredlogs~=10.0/coloredlogs/g" -i requirements.txt || die - sed -i "s/requests~=2.25.1/requests/g" -i requirements.txt || die - sed -i "s/cachetools~=2.1.0/cachetools/g" -i requirements.txt || die - sed -i "s/pytz~=2020.5/pytz/g" -i requirements.txt || die - eapply_user -} - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest