dev-python/freezegun: drop 1.2.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-30 20:31:53 +01:00
parent 0e5bb82a8c
commit 8c8d71c55a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 30 deletions

View File

@ -612,12 +612,12 @@ 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 1576 Ebuilds in total, 1565 of them have in total 1582 (42 different) licenses assigned.
There are 1575 Ebuilds in total, 1564 of them have in total 1581 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|904|
|Apache-2.0|336|
|Apache-2.0|335|
|GPL-3|100|
|BSD|87|
|LGPL-3|22|

View File

@ -1,6 +1,4 @@
AUX freezegun-1.1.0-py310.patch 1056 BLAKE2B f1ffc2ed1d03d014c5d2e7c5ac41f75c62763e325fcb6004ac835336a461df7edbedb55278b2583a4153057a018ab16f4618f85be7e394886e1faf6de97cc7c4 SHA512 cd23ff28e9b05674ae58b7d8086d16be14277ec932628731ef7ae6c6149a0ac2ce32f75f18d6ec6f6dca4770fa9c0d225e02f2b680a6f71f131f9bcbdec6ac8a
DIST freezegun-1.2.1.tar.gz 29740 BLAKE2B 780b0573602df157b9b195c3fbd76c81c893a4558355bdf26661f8ec1fb4b6a265c0b684f1c812a6a52ca7beed4dd36b1cc0fb675acf3c7e10a8e264ad0a3b6d SHA512 5f8334a66dc33cbffa8f22d41e101d66c99a1ac4b7a0c24ee6da62b58dab2b0b340ade48b8dd0020d4fb4cb6e082071869a2757bbd05eff703f66f167050d4e1
DIST freezegun-1.2.2.tar.gz 30670 BLAKE2B 88941ccd9694c842e4999da47e1a8fbe9b82c1fa512467de174715e627c213167cf3c7f943b35d039ff118bae9d1bca4b64ceaa5683db818727cd9ad2533a827 SHA512 c6dc3da66a2d3063f819a104b6bc98eb3d4b772b8edb06bde130a6e355d96e1861e650c44eb691be892223150a652a528fda4237bd77b1bdcee1fcfad74f307c
EBUILD freezegun-1.2.1.ebuild 569 BLAKE2B b5f9489a41b5aed9380ca8e822c3fddc61345bf6d8bdd187b044d081806dbb1252b65df97e0a10b13847d9db73e36438560c538ee1dc4fc6347e4f1f11182469 SHA512 a83e5f2ade4b0d3776d060f4bcb2dc0990306f751018832b6ea26b57a929860649ebb11af6f83c8b5533332c00d2c04a3104c5f0ff573dd4f39ed59ebad7ef11
EBUILD freezegun-1.2.2.ebuild 715 BLAKE2B c220d8f07618a8480526ccdec5d92f979aed60ae18d9a9495bc47b70ba9d23f0f3f163c6cb5c25d7ab430319d99345c696d90e71eac86b3c1b8ed6d23467cf4c SHA512 9c2b77e7278ab411e4c302fbd919df6842391a0aef334452c32ea4203c2f9943b4d7733339a7c0cdd27a8ed877dae5c3ab8573cb174fd27e72e87763cc46442d
MISC metadata.xml 507 BLAKE2B e30cf172447077c12f3e7ea9cc7f3ebd24a0ebaf9c7c1a3eed8959e2ec38c01df641a14dbdc6cfc6c6189a88982274e03c6fb68829b61ce95e6b1663cc850bd1 SHA512 1da2e65ed01c4ff3540b31433d8c1e94c34f7e0597e9d1bfe373e720b1bd15256af25ea9d51bfaad3aab9cbe01177161cdf263c92fde8db880189ff3f89e89db

View File

@ -1,26 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Let your Python tests travel through time"
HOMEPAGE="https://github.com/spulec/freezegun"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND=">dev-python/python-dateutil-2.7[${PYTHON_USEDEP}]"
BDEPEND="
test? (
$(python_gen_impl_dep sqlite)
)
"
distutils_enable_tests pytest
PATCHES=("${FILESDIR}/${PN}-1.1.0-py310.patch")