dev-python/freezegun: drop 1.4.0, 1.5.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
6df5c226bd
commit
3663996b75
@ -606,12 +606,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 2384 Ebuilds in total, 2366 of them have in total 2404 (43 different) licenses assigned.
|
||||
There are 2382 Ebuilds in total, 2364 of them have in total 2402 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1360|
|
||||
|Apache-2.0|546|
|
||||
|Apache-2.0|544|
|
||||
|GPL-3|150|
|
||||
|BSD|124|
|
||||
|GPL-2|28|
|
||||
|
@ -1,7 +1,3 @@
|
||||
DIST freezegun-1.4.0.tar.gz 31748 BLAKE2B a7ea433ea8e5f0137fc5d88a5375e3fc0e2f307a04684ab5b844168ed214fd9dd1d1ed2a0e0c91ed20ee1fc32c8e3e75fb9dc73de64723efe881e843a38269a1 SHA512 bbdad19b7fc2da9a2851d6b4c14427ccda1f2e06617993cf7173ded65cced9b98d36e1da05a2718b70653a69986cd81d84317003271eda2075177ccf63495b7a
|
||||
DIST freezegun-1.5.0.tar.gz 33167 BLAKE2B 3cf05a41c4d66ded61a67385faa07ad80348ad7620db6076f1371d1707b9f6229d85bf2f87ff3533a9529f9d6c30e5f5bcdaf0a499b1e73760070ee5706936b9 SHA512 65d3c95e4992d80c104d52e1164662308aea0884e4a0bb1343f028e514519548dd295dca7dd97d06aaa57a61c0c71fae0bd040f944936858e0f72b2a08860694
|
||||
DIST freezegun-1.5.2.tar.gz 34855 BLAKE2B e1d3a17bdddccd91fcf99efdf18a6ebbeb7a01f74139c1086f51a149f2704cedc7773c229091d85f13d3c6f306a2813a7a73d5fd59d956c8e48011c9fb092a1c SHA512 63826a9b578dd7f90432c41aeca168a729e5c2fcaf6f8dac84c26d811147678f7416454115aa940e90f6902c6c38984939e28a8bcd04e139c2fc0c2a2d473274
|
||||
EBUILD freezegun-1.4.0.ebuild 645 BLAKE2B c8f2f17d50e0f08a8f8196c3983005559255d0ecf43ea5f76d72792093aa373412bb99b04d1127145d5f680327f8cf9d0bb85939bce8c9e05a9288488e0c26a1 SHA512 a5d2a072f51f0cb6ad74f42afd63591bf061418d375b98d5ebebeb0ad83d32dd77e26c5f6012e709e26a05e4ca7a6a7ccdd6fe3a8ce6138225f85154fde2529e
|
||||
EBUILD freezegun-1.5.0.ebuild 1152 BLAKE2B bd86351de29dcbce3456ab299d49c3ea2e53e94ef83240c7055429edfe4721c65191e435f4f225df15d4d462370b808546cbec49f07cd5ee59df2bdbcc5cb386 SHA512 b44e09d19ca9c3618952816d83f0e8969ddab440b3d1f855c1058d0ae449398a116f1a07411c4e6f22f36adcafdadfef53469dcce65b1a43c0953f33a37b9e91
|
||||
EBUILD freezegun-1.5.2.ebuild 1156 BLAKE2B 1efc61fb48efa34dc1a2953ec31b74e02450bd67117f393f769e5cacf5700055851e5aec2cd980a761123f182463f954c1cdc1644aea24f9ce8e51e0fc53a2b4 SHA512 eddb5eed0b5e1a1adaa2c4d3c44ea8a204d5d9dd205580c5dae8ecf8306feba6ffa132f6bceb61df777ab39e7aed8b687c7f63e8f4bdd0d2b974bda97e9f2b9f
|
||||
MISC metadata.xml 507 BLAKE2B e30cf172447077c12f3e7ea9cc7f3ebd24a0ebaf9c7c1a3eed8959e2ec38c01df641a14dbdc6cfc6c6189a88982274e03c6fb68829b61ce95e6b1663cc850bd1 SHA512 1da2e65ed01c4ff3540b31433d8c1e94c34f7e0597e9d1bfe373e720b1bd15256af25ea9d51bfaad3aab9cbe01177161cdf263c92fde8db880189ff3f89e89db
|
||||
|
@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
|
||||
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
|
||||
}
|
@ -1,47 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
|
||||
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 EPYTEST_DESELECT=()
|
||||
case ${EPYTHON} in
|
||||
python3.13)
|
||||
EPYTEST_DESELECT+=(
|
||||
# https://github.com/spulec/freezegun/issues/547
|
||||
tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_frozen_time
|
||||
tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_frozen_time_with_func
|
||||
tests/test_datetimes.py::TestUnitTestMethodDecorator::test_method_decorator_works_on_unittest_kwarg_hello
|
||||
)
|
||||
;;
|
||||
esac
|
||||
|
||||
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
|
||||
epytest
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user