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: Fri, 12 Apr 2019 10:10:20
Message-Id: 1555063737.d19050bf212ff625854cba8c00df5f02041ac65f.sbraz@gentoo
1 commit: d19050bf212ff625854cba8c00df5f02041ac65f
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 12 10:06:20 2019 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 12 10:08:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19050bf
7
8 dev-python/tempora: remove old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/tempora/Manifest | 1 -
14 dev-python/tempora/tempora-1.13.ebuild | 54 ----------------------------------
15 2 files changed, 55 deletions(-)
16
17 diff --git a/dev-python/tempora/Manifest b/dev-python/tempora/Manifest
18 index 9eaae984488..bfc547462d1 100644
19 --- a/dev-python/tempora/Manifest
20 +++ b/dev-python/tempora/Manifest
21 @@ -1,5 +1,4 @@
22 DIST tempora-1.12.tar.gz 15208 BLAKE2B ced6e5d069780b516ff791ee598683f59d02588d45282f1b6b6c2b8b61d354bc399d10c961b5a112c7ef1185c3661cbe9b1b9c95ab28d42ed2429fa4f504917e SHA512 4acd38fb464e858db371fc4ac6d2082f4f0c676016cdb95d8415895b7d0bdd3c787c2678737e437d1f5861368dd54040ce289407cfeea3ca43b130c56da133b6
23 -DIST tempora-1.13.tar.gz 15956 BLAKE2B 7b00c4cf04628c1bb6a84b7044a22921f81bd77ff340342d7256acf8bb8b1b427fb15b9c10c28cfa4c99b02e4cee6e2b26ae53be0ed7ef67e3d6f528fb2e9a3d SHA512 98927024f07196a51b8d61017786cfc258db289ab9c98942cca2501074c1675bf1213770ad00db1d38829017bb9928cccde7fb344c170b2f485fc68505737485
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
28 diff --git a/dev-python/tempora/tempora-1.13.ebuild b/dev-python/tempora/tempora-1.13.ebuild
29 deleted file mode 100644
30 index 0d46a295b0f..00000000000
31 --- a/dev-python/tempora/tempora-1.13.ebuild
32 +++ /dev/null
33 @@ -1,54 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6,7}} )
40 -
41 -inherit distutils-r1
42 -
43 -MY_PN="${PN/-/.}"
44 -DESCRIPTION="Objects and routines pertaining to date and time"
45 -HOMEPAGE="https://github.com/jaraco/tempora"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="doc test"
52 -
53 -RDEPEND="
54 - >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]
55 - dev-python/pytz[${PYTHON_USEDEP}]
56 - dev-python/six[${PYTHON_USEDEP}]
57 -"
58 -DEPEND="
59 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
60 - dev-python/setuptools[${PYTHON_USEDEP}]
61 - doc? (
62 - >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
63 - >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
64 - dev-python/sphinx[${PYTHON_USEDEP}]
65 - )
66 - test? (
67 - ${RDEPEND}
68 - >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
69 - dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
70 - dev-python/freezegun[${PYTHON_USEDEP}]
71 - )
72 -"
73 -
74 -S="${WORKDIR}/${MY_PN}-${PV}"
75 -
76 -python_compile_all() {
77 - if use doc; then
78 - sphinx-build docs docs/_build/html || die
79 - HTML_DOCS=( docs/_build/html/. )
80 - fi
81 -}
82 -
83 -python_test() {
84 - # Override pytest options to skip flake8
85 - PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
86 - || die "tests failed with ${EPYTHON}"
87 -}