diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-06 00:39:16 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-06 00:39:16 +0000 |
| commit | 9fb02fec29b8d4a8f841cc22fc7d091423c8a490 (patch) | |
| tree | 5cb519e4f0ca1c13915c83b6b2ee956b30080a17 /dev-python/validators/validators-0.19.0.ebuild | |
| parent | 8a4f25c17601de403342a103fed7b8809f820f63 (diff) | |
| download | baldeagleos-repo-9fb02fec29b8d4a8f841cc22fc7d091423c8a490.tar.gz baldeagleos-repo-9fb02fec29b8d4a8f841cc22fc7d091423c8a490.tar.xz baldeagleos-repo-9fb02fec29b8d4a8f841cc22fc7d091423c8a490.zip | |
Adding metadata
Diffstat (limited to 'dev-python/validators/validators-0.19.0.ebuild')
| -rw-r--r-- | dev-python/validators/validators-0.19.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/validators/validators-0.19.0.ebuild b/dev-python/validators/validators-0.19.0.ebuild new file mode 100644 index 000000000000..03df93502d45 --- /dev/null +++ b/dev-python/validators/validators-0.19.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Python Data Validation for Humans" +HOMEPAGE="https://github.com/kvesteri/validators" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |
