summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-24 16:04:23 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-24 16:04:23 +0100
commitbb2ac23ce0df6b1c0f9488d1894ef17d4b10b7cb (patch)
tree86d9a0305e0c52faa41d5fd2c4120f53aa2a3ea9 /dev-python/schema/schema-0.7.5.ebuild
parentdev-python/anyio: Remove old (diff)
downloadgentoo-bb2ac23ce0df6b1c0f9488d1894ef17d4b10b7cb.tar.gz
gentoo-bb2ac23ce0df6b1c0f9488d1894ef17d4b10b7cb.tar.bz2
gentoo-bb2ac23ce0df6b1c0f9488d1894ef17d4b10b7cb.zip
dev-python/schema: Fix install_requires
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/schema/schema-0.7.5.ebuild')
-rw-r--r--dev-python/schema/schema-0.7.5.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/schema/schema-0.7.5.ebuild b/dev-python/schema/schema-0.7.5.ebuild
deleted file mode 100644
index 61220e35ea2b..000000000000
--- a/dev-python/schema/schema-0.7.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-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"
-
-distutils_enable_tests pytest