dev-python/warlock: Remove redundant versions
authorMichał Górny <mgorny@gentoo.org>
Sun, 29 Mar 2020 11:36:11 +0000 (13:36 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 29 Mar 2020 11:50:15 +0000 (13:50 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/warlock/Manifest
dev-python/warlock/warlock-1.1.0.ebuild [deleted file]
dev-python/warlock/warlock-1.2.0.ebuild [deleted file]

index 363e74843d5f2079075ba3f949128945e2e9cde8..25985766e2c9843ab1ccdb5ed86511c19e96067d 100644 (file)
@@ -1,3 +1 @@
-DIST warlock-1.1.0.tar.gz 7879 BLAKE2B e132cad7d2d89845f255dca0ab16760c403c375ff89c2f2e465047dfdbe56677c5e52490dab056af6b8131758eaf9abae80c779da96db697de1173901ce4f143 SHA512 57353cb21ee7245cb27f29193d8c0987971535f1bc9f7a8914738ec15cd5712cf7001eae379041c0188e489365f23b0190dc13799b57a117b0bd3ed62cc2e30a
-DIST warlock-1.2.0.tar.gz 8210 BLAKE2B 61e7dc9e033d0893b93eb2e9e82310366dfbc6aa37a15bddbe72cd3a48329be6d5a1b44dd095235f8f828a4e365dbb9f6964e064ef2025c91ca46e6bf119ab91 SHA512 775362a80be7ab37d3a856947cc930e6be74d2b86e59ce44c9e24e54e111288dddae17f7d8b8885ea3d4cfa5674d327149d725a3acf4fc7bb48b2f63f5db63dd
 DIST warlock-1.3.0.tar.gz 8853 BLAKE2B 51b313f81cc7009b2b336d6ea7ecf5b78adfe33b3efee3abd9b2296f90716db25fcd4a06eb6946c26c3700ccf5d090da716bd4c5a7864f285e26bd2504700c3c SHA512 0c60c624e89782009a79a0174e6855a9d3a084403f5fa8fc676ad28c42184ff44c43684d6ab68262045f75588932ab4679dffb05f7762c290741ca645d90f32a
diff --git a/dev-python/warlock/warlock-1.1.0.ebuild b/dev-python/warlock/warlock-1.1.0.ebuild
deleted file mode 100644 (file)
index e013eaf..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python object model built on JSON schema and JSON patch"
-HOMEPAGE="https://github.com/bcwaldon/warlock"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-               test? ( dev-python/six[${PYTHON_USEDEP}]
-                               >=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
-                               <dev-python/jsonpatch-2[${PYTHON_USEDEP}]
-                               >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
-                               <dev-python/jsonschema-3[${PYTHON_USEDEP}] )"
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
-               >=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
-               <dev-python/jsonpatch-2[${PYTHON_USEDEP}]
-               >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
-               <dev-python/jsonschema-3[${PYTHON_USEDEP}]"
-
-python_test() {
-       "${PYTHON}" test/test_core.py || die
-}
diff --git a/dev-python/warlock/warlock-1.2.0.ebuild b/dev-python/warlock/warlock-1.2.0.ebuild
deleted file mode 100644 (file)
index e013eaf..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python object model built on JSON schema and JSON patch"
-HOMEPAGE="https://github.com/bcwaldon/warlock"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-               test? ( dev-python/six[${PYTHON_USEDEP}]
-                               >=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
-                               <dev-python/jsonpatch-2[${PYTHON_USEDEP}]
-                               >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
-                               <dev-python/jsonschema-3[${PYTHON_USEDEP}] )"
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
-               >=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
-               <dev-python/jsonpatch-2[${PYTHON_USEDEP}]
-               >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
-               <dev-python/jsonschema-3[${PYTHON_USEDEP}]"
-
-python_test() {
-       "${PYTHON}" test/test_core.py || die
-}