public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dennis Lamm" <expeditioneer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-localftpserver/
Date: Wed, 21 Jul 2021 04:36:12 +0000 (UTC)	[thread overview]
Message-ID: <1626842165.4c586506b2850d4d5b1fd1a385c9bb01106165a4.expeditioneer@gentoo> (raw)

commit:     4c586506b2850d4d5b1fd1a385c9bb01106165a4
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 19:06:41 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Wed Jul 21 04:36:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c586506

dev-python/pytest-localftpserver: added new ebuild

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 dev-python/pytest-localftpserver/Manifest          |  1 +
 dev-python/pytest-localftpserver/metadata.xml      | 15 ++++++++++++
 .../pytest-localftpserver-1.1.2.ebuild             | 28 ++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/pytest-localftpserver/Manifest b/dev-python/pytest-localftpserver/Manifest
new file mode 100644
index 00000000000..0bff5dd82d1
--- /dev/null
+++ b/dev-python/pytest-localftpserver/Manifest
@@ -0,0 +1 @@
+DIST pytest_localftpserver-1.1.2.tar.gz 41275 BLAKE2B ddab430541208ea7e30b7091f0e5ed1ff347c4f289c79e1bf93e7fc56ac3d9076065afefb383e8e394cf702ce906747c7450acc0423df73cba5762cac01efec2 SHA512 44dfb4e680f82d6156212a06e320d437c5aa947b149177bb05a612473f882e0d2e8ff02751d0f79d56596cada82a299c9266b5849220687cea1028df7ca1bb00

diff --git a/dev-python/pytest-localftpserver/metadata.xml b/dev-python/pytest-localftpserver/metadata.xml
new file mode 100644
index 00000000000..62e1789c4b2
--- /dev/null
+++ b/dev-python/pytest-localftpserver/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>3dprint@gentoo.org</email>
+		<name>Gentoo 3D Printer Project</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<bugs-to>https://github.com/oz123/pytest-localftpserver/issues</bugs-to>
+		<doc>https://pytest-localftpserver.readthedocs.io</doc>
+		<remote-id type="pypi">pytest-localftpserver</remote-id>
+		<remote-id type="github">oz123/pytest-localftpserver</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.2.ebuild b/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.2.ebuild
new file mode 100644
index 00000000000..4706d32e625
--- /dev/null
+++ b/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/_}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A PyTest plugin which provides an FTP fixture for your tests"
+HOMEPAGE="https://pypi.org/project/pytest-localserver/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+# Tests require python wget module, but not in Portage
+RESTRICT="test"
+
+RDEPEND="dev-python/pyftpdlib[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"


             reply	other threads:[~2021-07-21  4:36 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-21  4:36 Dennis Lamm [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-15  3:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-localftpserver/ Sam James
2022-05-16 13:27 Michał Górny
2022-10-05  5:20 Arthur Zamarin
2022-11-14  5:05 Michał Górny
2023-01-05  8:50 Sam James
2023-01-28  9:06 Sam James
2023-01-28  9:06 Sam James
2023-01-28  9:06 Sam James
2023-01-28  9:08 Sam James
2023-01-28 12:08 Arthur Zamarin
2023-01-28 14:15 Arthur Zamarin
2023-01-28 14:15 Arthur Zamarin
2023-01-28 14:18 Arthur Zamarin
2023-01-28 14:18 Arthur Zamarin
2023-03-16  4:06 Michał Górny
2023-03-24 20:48 Arthur Zamarin
2023-04-14 20:46 Sam James
2023-11-15 16:34 Arthur Zamarin
2023-11-15 17:10 Michał Górny
2024-05-18  4:52 Michał Górny
2024-05-19  6:02 Michał Górny
2024-05-20  4:48 Michał Górny
2024-06-05  6:48 Arthur Zamarin
2024-06-05  9:13 Michał Górny
2024-06-30 17:24 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1626842165.4c586506b2850d4d5b1fd1a385c9bb01106165a4.expeditioneer@gentoo \
    --to=expeditioneer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox