summaryrefslogtreecommitdiff
path: root/dev-python/validators/validators-0.30.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-27 19:29:17 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-27 19:29:17 +0000
commite959516252778c00a4724156eb371d6b4e606601 (patch)
tree709a5cbdd6220e91a5f8ecd45dd542ab3f3eacec /dev-python/validators/validators-0.30.0.ebuild
parente05a7ce3c08704eae3b7b24ee14dd180025780f4 (diff)
downloadbaldeagleos-repo-e959516252778c00a4724156eb371d6b4e606601.tar.gz
baldeagleos-repo-e959516252778c00a4724156eb371d6b4e606601.tar.xz
baldeagleos-repo-e959516252778c00a4724156eb371d6b4e606601.zip
Adding metadata
Diffstat (limited to 'dev-python/validators/validators-0.30.0.ebuild')
-rw-r--r--dev-python/validators/validators-0.30.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/validators/validators-0.30.0.ebuild b/dev-python/validators/validators-0.30.0.ebuild
deleted file mode 100644
index 81f403525c31..000000000000
--- a/dev-python/validators/validators-0.30.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python Data Validation for Humans"
-HOMEPAGE="
- https://github.com/python-validators/validators/
- https://pypi.org/project/validators/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # requires eth-hash
- tests/crypto_addresses/test_eth_address.py
-)