Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/freezegun/
Date: Sat, 09 Apr 2022 18:39:25
Message-Id: 1649529517.c466416f42201fc6c3d555993fa353f7824ec25a.mgorny@gentoo
1 commit: c466416f42201fc6c3d555993fa353f7824ec25a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 18:38:37 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 18:38:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c466416f
7
8 dev-python/freezegun: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/freezegun/Manifest | 2 --
13 dev-python/freezegun/freezegun-1.1.0-r1.ebuild | 31 --------------------------
14 dev-python/freezegun/freezegun-1.2.0.ebuild | 31 --------------------------
15 3 files changed, 64 deletions(-)
16
17 diff --git a/dev-python/freezegun/Manifest b/dev-python/freezegun/Manifest
18 index 3a6a1795e44e..810c5172761f 100644
19 --- a/dev-python/freezegun/Manifest
20 +++ b/dev-python/freezegun/Manifest
21 @@ -1,3 +1 @@
22 -DIST freezegun-1.1.0.tar.gz 29923 BLAKE2B 8a49bcb2e2e89e09ab14b6b48f90c145ddba2a7e0d005e33a002316c01b29899766b0b011e47f510be737011752044a7cc5967fdff3e0e14dc77da92f5bb5b27 SHA512 41d2bd18c5115416679602c53aff10891dd8e97402f641eeb3819a3b84d34351c238dece8e68fe267d572693ea08b421510726b6d7c9fdb1d6d70ddc96954d54
23 -DIST freezegun-1.2.0.tar.gz 29039 BLAKE2B ad4f6f794dad4006a05e7b791e8d2b4d7992034e7d2aaae416c125a7109b2ef6771169462c166653699bc6658e754c5cce2e4ca1918d46bfb8e5d5287a9dcf2e SHA512 d39f2b58694ed2612859eeb4a10e23268a63aa9e62595b2227c9851c53d42f4810b9194c8f26242bb1bcac105e5ddd66eb3de7aecf35e6a3025f2359ee444765
24 DIST freezegun-1.2.1.tar.gz 29740 BLAKE2B 780b0573602df157b9b195c3fbd76c81c893a4558355bdf26661f8ec1fb4b6a265c0b684f1c812a6a52ca7beed4dd36b1cc0fb675acf3c7e10a8e264ad0a3b6d SHA512 5f8334a66dc33cbffa8f22d41e101d66c99a1ac4b7a0c24ee6da62b58dab2b0b340ade48b8dd0020d4fb4cb6e082071869a2757bbd05eff703f66f167050d4e1
25
26 diff --git a/dev-python/freezegun/freezegun-1.1.0-r1.ebuild b/dev-python/freezegun/freezegun-1.1.0-r1.ebuild
27 deleted file mode 100644
28 index 9d2ed5fc3d25..000000000000
29 --- a/dev-python/freezegun/freezegun-1.1.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Let your Python tests travel through time"
41 -HOMEPAGE="https://github.com/spulec/freezegun"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
47 -
48 -RDEPEND="
49 - >dev-python/python-dateutil-2.7[${PYTHON_USEDEP}]
50 -"
51 -BDEPEND="
52 - test? (
53 - $(python_gen_impl_dep sqlite)
54 - dev-python/nose[${PYTHON_USEDEP}]
55 - )
56 -"
57 -
58 -distutils_enable_tests pytest
59 -
60 -PATCHES=(
61 - "${FILESDIR}"/${P}-py310.patch
62 -)
63
64 diff --git a/dev-python/freezegun/freezegun-1.2.0.ebuild b/dev-python/freezegun/freezegun-1.2.0.ebuild
65 deleted file mode 100644
66 index f8929a4737a7..000000000000
67 --- a/dev-python/freezegun/freezegun-1.2.0.ebuild
68 +++ /dev/null
69 @@ -1,31 +0,0 @@
70 -# Copyright 1999-2022 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Let your Python tests travel through time"
79 -HOMEPAGE="https://github.com/spulec/freezegun"
80 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="Apache-2.0"
83 -SLOT="0"
84 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
85 -
86 -RDEPEND="
87 - >dev-python/python-dateutil-2.7[${PYTHON_USEDEP}]
88 -"
89 -BDEPEND="
90 - test? (
91 - $(python_gen_impl_dep sqlite)
92 - dev-python/nose[${PYTHON_USEDEP}]
93 - )
94 -"
95 -
96 -distutils_enable_tests pytest
97 -
98 -PATCHES=(
99 - "${FILESDIR}"/${PN}-1.1.0-py310.patch
100 -)