Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tempora/
Date: Tue, 31 Dec 2019 15:18:40
Message-Id: 1577805504.0eafb330238e6c6b09fe7aafa44d7443903877bc.sbraz@gentoo
1 commit: 0eafb330238e6c6b09fe7aafa44d7443903877bc
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 14:41:46 2019 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 15:18:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eafb330
7
8 dev-python/tempora: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/tempora/Manifest | 1 -
14 dev-python/tempora/tempora-1.14.1.ebuild | 55 --------------------------------
15 dev-python/tempora/tempora-1.14.ebuild | 55 --------------------------------
16 3 files changed, 111 deletions(-)
17
18 diff --git a/dev-python/tempora/Manifest b/dev-python/tempora/Manifest
19 index 06d2d1290a9..10728302ea7 100644
20 --- a/dev-python/tempora/Manifest
21 +++ b/dev-python/tempora/Manifest
22 @@ -1,5 +1,4 @@
23 DIST tempora-1.12.tar.gz 15208 BLAKE2B ced6e5d069780b516ff791ee598683f59d02588d45282f1b6b6c2b8b61d354bc399d10c961b5a112c7ef1185c3661cbe9b1b9c95ab28d42ed2429fa4f504917e SHA512 4acd38fb464e858db371fc4ac6d2082f4f0c676016cdb95d8415895b7d0bdd3c787c2678737e437d1f5861368dd54040ce289407cfeea3ca43b130c56da133b6
24 DIST tempora-1.14.1.tar.gz 19383 BLAKE2B f65896391e839c3da43bb42715459b9ab870a724722bfc83c129f18032e731d69b2d12635a519226ef4ce99e77a3418e7e1a05a116a80c222b4e8138f9966f9e SHA512 4ecd5430d4d90959b0985908a1e4f239a56ce0026cd315ef6b8c204b645caccb135db76bb2ca9cb95bc65bdf337b61e7c31514eb9c85036771469b6a058edfbb
25 -DIST tempora-1.14.tar.gz 16009 BLAKE2B 2f4c90da2aed42c2eaa24e5764c0ec163eeda3f5d7db908f5dfa9057eabaaa67654c100d049a389d43c0f8286c0dea12db3cc3cb9a8eea098925d2d7b011c1c5 SHA512 dea359fcb5eebda2db6b0de2e615ef6681860e9b8ecdb6041316623b9072067f08cd19d72d9a9e1fc792da7c5760f5e2382bedcbe09467109557448bae1fd8cf
26 DIST tempora-1.7.tar.gz 11645 BLAKE2B d354fb863a8d30bd9e603ad942d7c7f61a70c24e7f1fe94fffd59982431190e2807c2dc577ff83eb90ffc5fd2b2f8415965de1d77e4dca0dd02291733bfbb97c SHA512 2420e32a9b8c990609d8f09225004e0b1c445cad1fe3c3c74625cb8317b552469acf2d3b28aa56633a87260a93c77d73b02178cb662016c514bc740aa01399e5
27 DIST tempora-2.0.0.tar.gz 19828 BLAKE2B af06f7cfd6742c41fa08333da30bd2b6173affe4d368024122d0464856fa3e2264c85d34505cae023167b4266ed0e927a5a8d620101c02c352cf08b269c8c6b4 SHA512 9f488ecca0673a0071503475378bc8f5ddcfabb32fcc548392434df45767fbeb8b914117622ec6f9dc6a8de90e5bfe6e5571a9a18ddecf7c25e94fc1f7fff102
28
29 diff --git a/dev-python/tempora/tempora-1.14.1.ebuild b/dev-python/tempora/tempora-1.14.1.ebuild
30 deleted file mode 100644
31 index 2914a9aa1bb..00000000000
32 --- a/dev-python/tempora/tempora-1.14.1.ebuild
33 +++ /dev/null
34 @@ -1,55 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( pypy3 python{2_7,3_{5,6,7}} )
41 -
42 -inherit distutils-r1
43 -
44 -MY_PN="${PN/-/.}"
45 -DESCRIPTION="Objects and routines pertaining to date and time"
46 -HOMEPAGE="https://github.com/jaraco/tempora"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
52 -IUSE="doc test"
53 -RESTRICT="!test? ( test )"
54 -
55 -RDEPEND="
56 - >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]
57 - dev-python/pytz[${PYTHON_USEDEP}]
58 - dev-python/six[${PYTHON_USEDEP}]
59 -"
60 -DEPEND="
61 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
62 - dev-python/setuptools[${PYTHON_USEDEP}]
63 - doc? (
64 - >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
65 - >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
66 - dev-python/sphinx[${PYTHON_USEDEP}]
67 - )
68 - test? (
69 - ${RDEPEND}
70 - >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
71 - dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
72 - dev-python/freezegun[${PYTHON_USEDEP}]
73 - )
74 -"
75 -
76 -S="${WORKDIR}/${MY_PN}-${PV}"
77 -
78 -python_compile_all() {
79 - if use doc; then
80 - sphinx-build docs docs/_build/html || die
81 - HTML_DOCS=( docs/_build/html/. )
82 - fi
83 -}
84 -
85 -python_test() {
86 - # Override pytest options to skip flake8
87 - PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
88 - || die "tests failed with ${EPYTHON}"
89 -}
90
91 diff --git a/dev-python/tempora/tempora-1.14.ebuild b/dev-python/tempora/tempora-1.14.ebuild
92 deleted file mode 100644
93 index ca308edec77..00000000000
94 --- a/dev-python/tempora/tempora-1.14.ebuild
95 +++ /dev/null
96 @@ -1,55 +0,0 @@
97 -# Copyright 1999-2019 Gentoo Authors
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=7
101 -
102 -PYTHON_COMPAT=( pypy3 python{2_7,3_{5,6,7}} )
103 -
104 -inherit distutils-r1
105 -
106 -MY_PN="${PN/-/.}"
107 -DESCRIPTION="Objects and routines pertaining to date and time"
108 -HOMEPAGE="https://github.com/jaraco/tempora"
109 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
110 -
111 -LICENSE="MIT"
112 -SLOT="0"
113 -KEYWORDS="~amd64 ~x86"
114 -IUSE="doc test"
115 -RESTRICT="!test? ( test )"
116 -
117 -RDEPEND="
118 - >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]
119 - dev-python/pytz[${PYTHON_USEDEP}]
120 - dev-python/six[${PYTHON_USEDEP}]
121 -"
122 -DEPEND="
123 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
124 - dev-python/setuptools[${PYTHON_USEDEP}]
125 - doc? (
126 - >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
127 - >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
128 - dev-python/sphinx[${PYTHON_USEDEP}]
129 - )
130 - test? (
131 - ${RDEPEND}
132 - >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
133 - dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
134 - dev-python/freezegun[${PYTHON_USEDEP}]
135 - )
136 -"
137 -
138 -S="${WORKDIR}/${MY_PN}-${PV}"
139 -
140 -python_compile_all() {
141 - if use doc; then
142 - sphinx-build docs docs/_build/html || die
143 - HTML_DOCS=( docs/_build/html/. )
144 - fi
145 -}
146 -
147 -python_test() {
148 - # Override pytest options to skip flake8
149 - PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
150 - || die "tests failed with ${EPYTHON}"
151 -}