diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/validator-collection | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/validator-collection')
| -rw-r--r-- | dev-python/validator-collection/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/validator-collection/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-python/validator-collection/validator-collection-1.5.0-r2.ebuild | 44 |
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/validator-collection/Manifest b/dev-python/validator-collection/Manifest deleted file mode 100644 index 98aa83337189..000000000000 --- a/dev-python/validator-collection/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST validator-collection-1.5.0.gh.tar.gz 88317 BLAKE2B cfca5c094a24105d7e4e9d4b802808ad62c50c4228d1c0ffca8e68e52098ee1358dfbfba6364b58e5377903823683668abfe79ccd4d6d96bb885b0ce33cb27d0 SHA512 802b7d1516ad55ef8506ea9785b776024f2c041fc5d550d345459bc545600a66402eb32ccc3c59903c895d2c55e17d087429b3a6bd787b9ae890eb00c1c19fc3 diff --git a/dev-python/validator-collection/metadata.xml b/dev-python/validator-collection/metadata.xml deleted file mode 100644 index 86e2406732b4..000000000000 --- a/dev-python/validator-collection/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>gasc@eurecom.fr</email> - <name>Gasc Henri</name> - </maintainer> - <upstream> - <remote-id type="pypi">validator-collection</remote-id> - <remote-id type="github">insightindustry/validator-collection</remote-id> - <doc>http://validator-collection.readthedocs.io/en/latest</doc> - </upstream> -</pkgmetadata> diff --git a/dev-python/validator-collection/validator-collection-1.5.0-r2.ebuild b/dev-python/validator-collection/validator-collection-1.5.0-r2.ebuild deleted file mode 100644 index 657e9007cf19..000000000000 --- a/dev-python/validator-collection/validator-collection-1.5.0-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2023-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} ) - -DOCS_BUILDER="sphinx" - -inherit distutils-r1 - -DESCRIPTION="Collection of 60+ Python functions for validating data" -HOMEPAGE=" - https://github.com/insightindustry/validator-collection - https://pypi.org/project/validator-collection -" -SRC_URI="https://github.com/insightindustry/${PN}/archive/refs/tags/v.${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${PN}-v.${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pyfakefs[${PYTHON_USEDEP}] - ) -" - -EPYTEST_DESELECT=( - # Errors, probably because of missing privileges or problems in the virtual file system used in the tests - "tests/test_checkers.py::test_is_readable[/var/data/xx1.txt-True-False]" - "tests/test_validators.py::test_readable[/var/data/xx1.txt-True-False]" - "tests/test_validators.py::test_writeable[/var/data/xx1.txt-True-False]" - "tests/test_validators.py::test_executable[/var/data/xx1.txt-True-False]" -) - -distutils_enable_tests pytest - -distutils_enable_sphinx docs \ - dev-python/sphinx-rtd-theme \ - dev-python/sphinx-tabs |
