diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-18 05:56:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-18 05:56:39 +0000 |
| commit | 8c494cc8f166b39b5723f81011c036f61ae29e20 (patch) | |
| tree | 7030f487970b7880f38c6124b10f24a88b9b752e /dev-python/pathvalidate/pathvalidate-3.1.0.ebuild | |
| parent | 011ea9c9ddc5537197e5249e38658668bbed58e0 (diff) | |
| download | baldeagleos-repo-8c494cc8f166b39b5723f81011c036f61ae29e20.tar.gz baldeagleos-repo-8c494cc8f166b39b5723f81011c036f61ae29e20.tar.xz baldeagleos-repo-8c494cc8f166b39b5723f81011c036f61ae29e20.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pathvalidate/pathvalidate-3.1.0.ebuild')
| -rw-r--r-- | dev-python/pathvalidate/pathvalidate-3.1.0.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/pathvalidate/pathvalidate-3.1.0.ebuild b/dev-python/pathvalidate/pathvalidate-3.1.0.ebuild new file mode 100644 index 000000000000..af82e89529ee --- /dev/null +++ b/dev-python/pathvalidate/pathvalidate-3.1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2022-2023 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,11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A Python library to sanitize/validate a string such as filenames/file-paths/etc" +HOMEPAGE=" + https://github.com/thombashi/pathvalidate/ + https://pypi.org/project/pathvalidate/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/click[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/allpairspy[${PYTHON_USEDEP}] + dev-python/tcolorpy[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
