dev-python/freezegun: re-add 1.3.1 (from main repo)

Closes: #2685
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 17:29:02 +01:00
parent 00f919f2bd
commit 643d6c295a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 41 additions and 4 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 1647 Ebuilds in total, 1636 of them have in total 1652 (42 different) licenses assigned.
There are 1648 Ebuilds in total, 1637 of them have in total 1653 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|941|
|Apache-2.0|354|
|Apache-2.0|355|
|GPL-3|107|
|BSD|92|
|LGPL-3|23|

View File

@ -1,4 +1,6 @@
AUX freezegun-1.1.0-py310.patch 1056 BLAKE2B f1ffc2ed1d03d014c5d2e7c5ac41f75c62763e325fcb6004ac835336a461df7edbedb55278b2583a4153057a018ab16f4618f85be7e394886e1faf6de97cc7c4 SHA512 cd23ff28e9b05674ae58b7d8086d16be14277ec932628731ef7ae6c6149a0ac2ce32f75f18d6ec6f6dca4770fa9c0d225e02f2b680a6f71f131f9bcbdec6ac8a
DIST freezegun-1.2.2.tar.gz 30670 BLAKE2B 88941ccd9694c842e4999da47e1a8fbe9b82c1fa512467de174715e627c213167cf3c7f943b35d039ff118bae9d1bca4b64ceaa5683db818727cd9ad2533a827 SHA512 c6dc3da66a2d3063f819a104b6bc98eb3d4b772b8edb06bde130a6e355d96e1861e650c44eb691be892223150a652a528fda4237bd77b1bdcee1fcfad74f307c
EBUILD freezegun-1.2.2.ebuild 715 BLAKE2B c220d8f07618a8480526ccdec5d92f979aed60ae18d9a9495bc47b70ba9d23f0f3f163c6cb5c25d7ab430319d99345c696d90e71eac86b3c1b8ed6d23467cf4c SHA512 9c2b77e7278ab411e4c302fbd919df6842391a0aef334452c32ea4203c2f9943b4d7733339a7c0cdd27a8ed877dae5c3ab8573cb174fd27e72e87763cc46442d
DIST freezegun-1.3.1.tar.gz 31535 BLAKE2B 5601f7359668dac186b8d76d203b7b5844af3f3171133fe25eba3182793dd68eeb14a1485d42ab50da316bf710e42d9fb4b6ebfc7afe9f86e6f4e5f3354997e8 SHA512 7524c85ad4d49fdf86d132085845ec9c67d06600cfa25e0d650cc0a565d1830f9f83315930fd6516ae924c2395721473a04c1ecfeb1735ee31e894370267ef95
EBUILD freezegun-1.2.2.ebuild 715 BLAKE2B f1bd60a2dc1d246fddb46f772162381090682e30f2ee3a55e664c70587ded195268c766c3c49e79f704c55b15f055389aa1b024e987d6f594e9d638a5a3e04d3 SHA512 f6eb981cdf9ea74c4d6ceb196aedab2307d31bcbe83e78e98b069e420c4e8eb9edb501cbaecf870b5b7ca9500a70ea90928ded3913824fdef1b447c6594f85a0
EBUILD freezegun-1.3.1.ebuild 636 BLAKE2B 75b528b184ba9b4e19c07c9d915f1f090da7661fac22670218515468cf357d32eb3b577c70b798e94ffa4aadc5e029df906881e076af42521b7ad0eff1fc1e0f SHA512 c980ce8204b211b701feaaffa8d2e79b64d903d096ba55a02428880343e6410795e6c57c58a1972c837f1f034174903e1c85af2e2b093c229e223ac0818216eb
MISC metadata.xml 507 BLAKE2B e30cf172447077c12f3e7ea9cc7f3ebd24a0ebaf9c7c1a3eed8959e2ec38c01df641a14dbdc6cfc6c6189a88982274e03c6fb68829b61ce95e6b1663cc850bd1 SHA512 1da2e65ed01c4ff3540b31433d8c1e94c34f7e0597e9d1bfe373e720b1bd15256af25ea9d51bfaad3aab9cbe01177161cdf263c92fde8db880189ff3f89e89db

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,35 @@
# Copyright 1999-2024 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/
https://pypi.org/project/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
python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest
}