commit:     a35abcedc15e9db429854b9472a5ad65e2c0531b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 14 15:45:08 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 16:47:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35abced

dev-python/warlock: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/warlock/Manifest                |  2 --
 dev-python/warlock/warlock-1.3.3-r3.ebuild | 37 ------------------------------
 dev-python/warlock/warlock-2.0.1.ebuild    | 37 ------------------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-python/warlock/Manifest b/dev-python/warlock/Manifest
index 1bd5007b0c81..c950b8fce525 100644
--- a/dev-python/warlock/Manifest
+++ b/dev-python/warlock/Manifest
@@ -1,3 +1 @@
-DIST warlock-1.3.3.gh.tar.gz 11147 BLAKE2B 
1281348076500315c5aa105691b8e5a50ccf2ba79335fb8581a0b89bfc96bb3076a797c4ebe011f6c347667a0971bbbdd2b1bf413d0692ae5977216c524cbee0
 SHA512 
8a9135a17ccc0d0939ad98eee16100ec68b911d672b3af549f7629edcd6e08129f9e4ab707082593274fc896bc405ab6d6ba9e4bf6fc40b8522ec99327c983ec
-DIST warlock-2.0.1.gh.tar.gz 19850 BLAKE2B 
3ac4f92a68b4e1142a2baf0a0b5670c8b6ee89f22b0b48c061dc5bad8ccbb818ee8a4d7d27f2300562c6e3369662a1d1c8f12135eac1046b87187d1aed42cc54
 SHA512 
f354f0dd2af524a9e09ed03b072e1f68859fc70bf5ec083f8853fde2f1cec3172bef42318df176a3cf5fa48d93f030010db81d710961f2b05a092a4ee25041c1
 DIST warlock-2.1.0.gh.tar.gz 12835 BLAKE2B 
ce9c2d9f0e1a6db64367129394bb3237b06882add32cac999e8b4aa2ef200564ab3c6829b2c3b18dfe3b40bc0d09f705cc71dee7fed22b2033697a25ff39ac78
 SHA512 
11ec5755d22a73bfdf60798f814c58333ce94168ef3eda0f784bbf16fd267edf14ff6cb1388467a2f40b97dec7a35072793cea9819bfbdb9e94ac7141830614f

diff --git a/dev-python/warlock/warlock-1.3.3-r3.ebuild 
b/dev-python/warlock/warlock-1.3.3-r3.ebuild
deleted file mode 100644
index 0edd5f9c4683..000000000000
--- a/dev-python/warlock/warlock-1.3.3-r3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Python object model built on JSON schema and JSON patch"
-HOMEPAGE="https://github.com/bcwaldon/warlock";
-SRC_URI="https://github.com/bcwaldon/${PN}/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-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-5[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       # broken by jsonschema-4 but this package is dead and glanceclient
-       # (its only dep) does not seem to be affected
-       tests/test_core.py::TestCore::test_recursive_models
-)
-
-src_prepare() {
-       sed -i -e '/--cov/d' pytest.ini || die
-       sed -i -e '/jsonschema/s:,<4::' requirements.txt || die
-       distutils-r1_src_prepare
-}

diff --git a/dev-python/warlock/warlock-2.0.1.ebuild 
b/dev-python/warlock/warlock-2.0.1.ebuild
deleted file mode 100644
index fe6ccaefb353..000000000000
--- a/dev-python/warlock/warlock-2.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python object model built on JSON schema and JSON patch"
-HOMEPAGE="
-       https://github.com/bcwaldon/warlock/
-       https://pypi.org/project/warlock/
-"
-SRC_URI="
-       https://github.com/bcwaldon/warlock/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-       >=dev-python/jsonpatch-1[${PYTHON_USEDEP}]
-       <dev-python/jsonpatch-2[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
-       <dev-python/jsonschema-5[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -i -e '/--cov/d' pytest.ini || die
-       distutils-r1_src_prepare
-}

Reply via email to