summaryrefslogtreecommitdiff
path: root/dev-python/schema
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/schema')
-rw-r--r--dev-python/schema/Manifest1
-rw-r--r--dev-python/schema/metadata.xml12
-rw-r--r--dev-python/schema/schema-0.7.8.ebuild22
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/schema/Manifest b/dev-python/schema/Manifest
deleted file mode 100644
index b960c86be669..000000000000
--- a/dev-python/schema/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST schema-0.7.8.tar.gz 45540 BLAKE2B 06e6825e391d7bd0d09e7e200cd73f9c59a002c6672a0acb20e59fc7f1b7d360707003a6fd9ee243f78e90b310183d85600bc2fdbb2b07946dfefe0c5c819d75 SHA512 fef9c47a0759c61947bf3d8dfbf07dc440498f0908b3860d66e2f958a706ce0e5710a0c716f453c1de282e6038bb8901aa83fe2439b9261f4fee58266e0653c1
diff --git a/dev-python/schema/metadata.xml b/dev-python/schema/metadata.xml
deleted file mode 100644
index 44897a815387..000000000000
--- a/dev-python/schema/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">keleshev/schema</remote-id>
- <remote-id type="pypi">schema</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/schema/schema-0.7.8.ebuild b/dev-python/schema/schema-0.7.8.ebuild
deleted file mode 100644
index c6f7d14c75a5..000000000000
--- a/dev-python/schema/schema-0.7.8.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Simple data validation library"
-HOMEPAGE="
- https://github.com/keleshev/schema/
- https://pypi.org/project/schema/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest