commit:     8dada7f9fe93d4e46879d6855e3c97f9d8f6dcfe
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 16:36:04 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 16:36:04 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8dada7f9

dev-python/schema: moved to ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/schema/metadata.xml        | 13 -------------
 dev-python/schema/schema-0.7.4.ebuild | 26 --------------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-python/schema/metadata.xml b/dev-python/schema/metadata.xml
deleted file mode 100644
index 440ea4da1..000000000
--- a/dev-python/schema/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <stabilize-allarches/>
-       <upstream>
-               <remote-id type="pypi">schema</remote-id>
-               <remote-id type="github">keleshev/schema</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/schema/schema-0.7.4.ebuild 
b/dev-python/schema/schema-0.7.4.ebuild
deleted file mode 100644
index faa082e58..000000000
--- a/dev-python/schema/schema-0.7.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 pypy3 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Schema validation just got Pythonic"
-HOMEPAGE="https://pypi.org/project/schema/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       distutils-r1_src_prepare
-
-       # Prevent schema from unconditionally requiring the last-rited 
contextlib2,
-       # which schema actually conditionally requires only under EOL Python 
2.x.
-       sed -i -e '/\binstall_requires=/d' setup.py || die
-}

Reply via email to