From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-datadir/
Date: Tue, 15 Sep 2020 08:09:36 +0000 (UTC) [thread overview]
Message-ID: <1600157361.aec083f0f4b646993e3d159af9ebee2cd990f31e.juippis@gentoo> (raw)
commit: aec083f0f4b646993e3d159af9ebee2cd990f31e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Sep 14 16:35:30 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 08:09:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec083f0
dev-python/pytest-datadir: plugin for manipulating test dirs and files
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/pytest-datadir/Manifest | 1 +
dev-python/pytest-datadir/metadata.xml | 12 ++++++++
.../pytest-datadir/pytest-datadir-1.3.1.ebuild | 33 ++++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/dev-python/pytest-datadir/Manifest b/dev-python/pytest-datadir/Manifest
new file mode 100644
index 00000000000..ae3460d06b1
--- /dev/null
+++ b/dev-python/pytest-datadir/Manifest
@@ -0,0 +1 @@
+DIST pytest-datadir-1.3.1.tar.gz 15230 BLAKE2B 72c5daaeb93315be55ae052d39a22eee4e64a1aaafa344ae64b527eebd137dc4667cee2f60af887551f00814d7ea4e5788097d0f59f7769335545c5083aef356 SHA512 2ab035ea4e6c4eaaead746a5fd3988feed31a314f73e18270faf4ae606521aa045f3d6c5e1301adcb87f8fd5b1ba5f3f1784f212ad778707ba46ad638d594f8c
diff --git a/dev-python/pytest-datadir/metadata.xml b/dev-python/pytest-datadir/metadata.xml
new file mode 100644
index 00000000000..d22e99d7357
--- /dev/null
+++ b/dev-python/pytest-datadir/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>andrewammerlaan@riseup.net</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
new file mode 100644
index 00000000000..4410dfb8854
--- /dev/null
+++ b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Pytest plugin for manipulating test data directories and files"
+HOMEPAGE="https://github.com/gabrielcnr/pytest-datadir"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+ distutils_install_for_testing
+ pytest -vv || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+ distutils-r1_python_install
+
+ # Do not install license to /usr
+ rm "${D}/usr/LICENSE" || die
+}
next reply other threads:[~2020-09-15 8:09 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-15 8:09 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-10-17 16:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-datadir/ Joonas Niilola
2020-10-17 16:41 Joonas Niilola
2020-12-06 9:14 Michał Górny
2021-05-20 20:16 Michał Górny
2021-05-20 20:16 Michał Górny
2021-07-25 3:23 Sam James
2021-08-04 21:57 Marek Szuba
2021-08-11 20:14 Sam James
2021-09-06 21:26 Sam James
2021-09-07 2:47 Sam James
2021-09-07 5:30 Sam James
2021-09-27 8:40 James Le Cuirot
2021-11-19 7:59 Arthur Zamarin
2021-11-19 8:37 Arthur Zamarin
2022-02-07 11:36 Sam James
2022-02-27 16:38 Sam James
2022-03-12 10:51 Arthur Zamarin
2022-05-10 16:18 Arthur Zamarin
2022-06-10 3:09 Sam James
2022-06-10 4:15 Michał Górny
2022-06-24 15:46 Michał Górny
2022-10-27 4:49 Michał Górny
2022-11-29 7:25 Arthur Zamarin
2022-11-29 8:41 Michał Górny
2022-11-29 8:41 Michał Górny
2022-11-29 8:41 Michał Górny
2023-01-25 16:10 WANG Xuerui
2023-03-17 15:23 Michał Górny
2023-03-19 17:36 Arthur Zamarin
2023-04-09 20:40 Andrew Ammerlaan
2023-10-04 5:51 Michał Górny
2023-11-05 19:08 Arthur Zamarin
2023-11-05 20:58 Michał Górny
2024-05-11 11:05 Michał Górny
2025-02-08 7:12 Michał Górny
2025-02-16 16:02 Michał Górny
2025-03-08 10:48 Arthur Zamarin
2025-03-08 10:55 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=1600157361.aec083f0f4b646993e3d159af9ebee2cd990f31e.juippis@gentoo \
--to=juippis@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