diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-12 00:18:18 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-12 00:18:18 -0500 |
| commit | db160fd12c2c60376fe3bf83871f1e8304b83305 (patch) | |
| tree | ec05edb0f2300983ab5eb260a0fdd6823036f609 /dev-python/pytest-localftpserver | |
| parent | df8b00f4bfd478642b5f66b2dcd75e61f6b6f6fd (diff) | |
| download | baldeagleos-repo-db160fd12c2c60376fe3bf83871f1e8304b83305.tar.gz baldeagleos-repo-db160fd12c2c60376fe3bf83871f1e8304b83305.tar.xz baldeagleos-repo-db160fd12c2c60376fe3bf83871f1e8304b83305.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-localftpserver')
| -rw-r--r-- | dev-python/pytest-localftpserver/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pytest-localftpserver/pytest-localftpserver-1.6.0.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/pytest-localftpserver/Manifest b/dev-python/pytest-localftpserver/Manifest index 85c8c33abf05..6a0d9d9626ca 100644 --- a/dev-python/pytest-localftpserver/Manifest +++ b/dev-python/pytest-localftpserver/Manifest @@ -1 +1,2 @@ DIST pytest_localftpserver-1.5.0.tar.gz 49333 BLAKE2B 6a60adbf4090352b74950957602599a76cf7827ca295ea8e2ecd566e474dd0306a99bdc5c258118f9f3d156e8d754e1da53e39b9a9abc1bc04c90c4f2b7f0d2b SHA512 3ce907eb0cfe29f39c552b6bbe3e469f37dae4e2211927996b21f578c290031e3adf2b26a409cc6aee3e69fa03e88dc2ae1f36dc9320798beff80739858a262e +DIST pytest_localftpserver-1.6.0.tar.gz 49432 BLAKE2B 4ff7facc0e06ec345ad736a5891434095e96df7270bf5113ba629e23fc5fbcfbbfc91809f790966b120444f421ef0fc97689de2084e9cef3cb0df757c2010b53 SHA512 d05bbf037cda1125068afd154fc598998f7d1e82f8371730dc170171d139e3431c2f6216f7911dcd9c60cfdf1e9e9a93153a1ea3ce8873a7e6f30adda2db0f30 diff --git a/dev-python/pytest-localftpserver/pytest-localftpserver-1.6.0.ebuild b/dev-python/pytest-localftpserver/pytest-localftpserver-1.6.0.ebuild new file mode 100644 index 000000000000..0da56852deae --- /dev/null +++ b/dev-python/pytest-localftpserver/pytest-localftpserver-1.6.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A PyTest plugin which provides an FTP fixture for your tests" +HOMEPAGE=" + https://github.com/oz123/pytest-localftpserver/ + https://pypi.org/project/pytest-localftpserver/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/pyftpdlib[${PYTHON_USEDEP}] + dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" + +EPYTEST_IGNORE=( + # these are broken upstream + tests/test_pytest_localftpserver_TLS.py + # TODO + tests/test_pytest_localftpserver_with_env_var.py +) + +EPYTEST_PLUGINS=( "${PN}" ) +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 +distutils_enable_tests pytest |
