commit:     f666c5146fced3f29fc42e1cb1fdad7cac4d240c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 03:05:18 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 03:26:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f666c514

dev-python/pytest-localftpserver: Bump to 1.2.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-localftpserver/Manifest          |  1 +
 .../pytest-localftpserver-1.2.0.ebuild             | 37 ++++++++++++++++++++++
 profiles/features/wd40/package.mask                |  1 +
 3 files changed, 39 insertions(+)

diff --git a/dev-python/pytest-localftpserver/Manifest 
b/dev-python/pytest-localftpserver/Manifest
index 14a8dc638b8b..23b361cf97bb 100644
--- a/dev-python/pytest-localftpserver/Manifest
+++ b/dev-python/pytest-localftpserver/Manifest
@@ -1 +1,2 @@
 DIST pytest_localftpserver-1.1.4.tar.gz 44573 BLAKE2B 
8c5bd0065d36d7c312944ce41747db141c90b7cbad134b6d3ce387cc9ef3f536882b27d1d0c23c67fb9e75546e62d0b1434faaa577c61f07a9915bf146b6a9e2
 SHA512 
67f7ca9d212f187f2e91d274523390438e07c52dc048b832e65012ef49d2843002806db1fbf2eba560bef671a0ef541bfb44f6b8226fe5d9d40acd08d53c4f48
+DIST pytest_localftpserver-1.2.0.tar.gz 48817 BLAKE2B 
ccccd0b2cdc2596fa12c8f082fd2fa3847541b731367abfccb7a57d3408d74c1637bfc644bb80482d9a1a25072d94b1f663b8ad8c0ad51c2d9dac65156a80638
 SHA512 
19e300c4ebb1d89ebfa4dce04296b8962014a139f82a409f6d46f748f653cfd1f4192a7fb65987015b2bf7237682507c4d6e42dab816c275ba7f8a302eb9a3e9

diff --git 
a/dev-python/pytest-localftpserver/pytest-localftpserver-1.2.0.ebuild 
b/dev-python/pytest-localftpserver/pytest-localftpserver-1.2.0.ebuild
new file mode 100644
index 000000000000..b7855edd8d14
--- /dev/null
+++ b/dev-python/pytest-localftpserver/pytest-localftpserver-1.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 tests require python wget module
+       tests/test_pytest_localftpserver.py
+       tests/test_pytest_localftpserver_TLS.py
+       tests/test_pytest_localftpserver_with_env_var.py
+)
+
+distutils_enable_tests pytest

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index 380f8480fdd8..4e89369dc731 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -63,6 +63,7 @@ dev-python/pyfuse3
 dev-python/pymdown-extensions
 dev-python/pyspelling
 dev-python/pyspnego
+dev-python/pytest-localftpserver
 dev-python/pytest-trio
 dev-python/python-glanceclient
 dev-python/python-ironicclient

Reply via email to