diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-05 06:57:41 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-05 06:57:41 +0000 |
| commit | e1127353fca10d915b2118bcc72831007352cb2f (patch) | |
| tree | 03807da2864eefbd7c73f7e99c0ad53f43f6bdfb /dev-python/pathvalidate/pathvalidate-3.2.1.ebuild | |
| parent | a510605f4c599302839ff7b08ea776d16a139785 (diff) | |
| download | baldeagleos-repo-e1127353fca10d915b2118bcc72831007352cb2f.tar.gz baldeagleos-repo-e1127353fca10d915b2118bcc72831007352cb2f.tar.xz baldeagleos-repo-e1127353fca10d915b2118bcc72831007352cb2f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pathvalidate/pathvalidate-3.2.1.ebuild')
| -rw-r--r-- | dev-python/pathvalidate/pathvalidate-3.2.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/pathvalidate/pathvalidate-3.2.1.ebuild b/dev-python/pathvalidate/pathvalidate-3.2.1.ebuild deleted file mode 100644 index b669299bcb79..000000000000 --- a/dev-python/pathvalidate/pathvalidate-3.2.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -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 ~arm64 ~x86" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/allpairspy[${PYTHON_USEDEP}] - dev-python/tcolorpy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |
