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/warlock/
Date: Sun, 29 Mar 2020 11:51:15
Message-Id: 1585482615.140d5aa0ed0387095435ee676b1266c62accc390.mgorny@gentoo
1 commit: 140d5aa0ed0387095435ee676b1266c62accc390
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 11:36:11 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 11:50:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140d5aa0
7
8 dev-python/warlock: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/warlock/Manifest | 2 --
13 dev-python/warlock/warlock-1.1.0.ebuild | 33 ---------------------------------
14 dev-python/warlock/warlock-1.2.0.ebuild | 33 ---------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-python/warlock/Manifest b/dev-python/warlock/Manifest
18 index 363e74843d5..25985766e2c 100644
19 --- a/dev-python/warlock/Manifest
20 +++ b/dev-python/warlock/Manifest
21 @@ -1,3 +1 @@
22 -DIST warlock-1.1.0.tar.gz 7879 BLAKE2B e132cad7d2d89845f255dca0ab16760c403c375ff89c2f2e465047dfdbe56677c5e52490dab056af6b8131758eaf9abae80c779da96db697de1173901ce4f143 SHA512 57353cb21ee7245cb27f29193d8c0987971535f1bc9f7a8914738ec15cd5712cf7001eae379041c0188e489365f23b0190dc13799b57a117b0bd3ed62cc2e30a
23 -DIST warlock-1.2.0.tar.gz 8210 BLAKE2B 61e7dc9e033d0893b93eb2e9e82310366dfbc6aa37a15bddbe72cd3a48329be6d5a1b44dd095235f8f828a4e365dbb9f6964e064ef2025c91ca46e6bf119ab91 SHA512 775362a80be7ab37d3a856947cc930e6be74d2b86e59ce44c9e24e54e111288dddae17f7d8b8885ea3d4cfa5674d327149d725a3acf4fc7bb48b2f63f5db63dd
24 DIST warlock-1.3.0.tar.gz 8853 BLAKE2B 51b313f81cc7009b2b336d6ea7ecf5b78adfe33b3efee3abd9b2296f90716db25fcd4a06eb6946c26c3700ccf5d090da716bd4c5a7864f285e26bd2504700c3c SHA512 0c60c624e89782009a79a0174e6855a9d3a084403f5fa8fc676ad28c42184ff44c43684d6ab68262045f75588932ab4679dffb05f7762c290741ca645d90f32a
25
26 diff --git a/dev-python/warlock/warlock-1.1.0.ebuild b/dev-python/warlock/warlock-1.1.0.ebuild
27 deleted file mode 100644
28 index e013eafd054..00000000000
29 --- a/dev-python/warlock/warlock-1.1.0.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -PYTHON_COMPAT=( python3_6 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python object model built on JSON schema and JSON patch"
41 -HOMEPAGE="https://github.com/bcwaldon/warlock"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 - test? ( dev-python/six[${PYTHON_USEDEP}]
52 - >=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
53 - <dev-python/jsonpatch-2[${PYTHON_USEDEP}]
54 - >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
55 - <dev-python/jsonschema-3[${PYTHON_USEDEP}] )"
56 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]
57 - >=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
58 - <dev-python/jsonpatch-2[${PYTHON_USEDEP}]
59 - >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
60 - <dev-python/jsonschema-3[${PYTHON_USEDEP}]"
61 -
62 -python_test() {
63 - "${PYTHON}" test/test_core.py || die
64 -}
65
66 diff --git a/dev-python/warlock/warlock-1.2.0.ebuild b/dev-python/warlock/warlock-1.2.0.ebuild
67 deleted file mode 100644
68 index e013eafd054..00000000000
69 --- a/dev-python/warlock/warlock-1.2.0.ebuild
70 +++ /dev/null
71 @@ -1,33 +0,0 @@
72 -# Copyright 1999-2020 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=5
76 -PYTHON_COMPAT=( python3_6 )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="Python object model built on JSON schema and JSON patch"
81 -HOMEPAGE="https://github.com/bcwaldon/warlock"
82 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
83 -
84 -LICENSE="Apache-2.0"
85 -SLOT="0"
86 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
87 -IUSE="test"
88 -RESTRICT="!test? ( test )"
89 -
90 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
91 - test? ( dev-python/six[${PYTHON_USEDEP}]
92 - >=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
93 - <dev-python/jsonpatch-2[${PYTHON_USEDEP}]
94 - >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
95 - <dev-python/jsonschema-3[${PYTHON_USEDEP}] )"
96 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]
97 - >=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
98 - <dev-python/jsonpatch-2[${PYTHON_USEDEP}]
99 - >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
100 - <dev-python/jsonschema-3[${PYTHON_USEDEP}]"
101 -
102 -python_test() {
103 - "${PYTHON}" test/test_core.py || die
104 -}