From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/noseofyeti/
Date: Wed, 14 Feb 2024 08:18:41 +0000 (UTC) [thread overview]
Message-ID: <1707898717.c84ac3445c7299fd874a2c02ec5ac76c1d3835ea.mgorny@gentoo> (raw)
commit: c84ac3445c7299fd874a2c02ec5ac76c1d3835ea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 08:13:49 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 08:18:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84ac344
dev-python/noseofyeti: New package, v2.4.6
NIH test dependency for dev-python/dict2xml.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/noseofyeti/Manifest | 1 +
dev-python/noseofyeti/metadata.xml | 12 +++++++++
dev-python/noseofyeti/noseofyeti-2.4.6.ebuild | 39 +++++++++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-python/noseofyeti/Manifest b/dev-python/noseofyeti/Manifest
new file mode 100644
index 000000000000..30e9c8c79a02
--- /dev/null
+++ b/dev-python/noseofyeti/Manifest
@@ -0,0 +1 @@
+DIST nose-of-yeti-release-2.4.6.gh.tar.gz 44946 BLAKE2B 8a99eb299b389729030d1f5de0f686d4186d1657c41f35aa8712c1a2a8214d808c853e1a435f05a262c676f1f4dcc453fc0541582f45d30f23696a83ec3e9c82 SHA512 276c1ad5d2c67c26ee8d3e3e9184f0881c4084889324e9b45d79897d46d94f64f4fc7267d2578feb76690fd2165633fa217a6bf1588585a5e0cf84dfceaa2a4b
diff --git a/dev-python/noseofyeti/metadata.xml b/dev-python/noseofyeti/metadata.xml
new file mode 100644
index 000000000000..c74af1cdd5de
--- /dev/null
+++ b/dev-python/noseofyeti/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">delfick/nose-of-yeti</remote-id>
+ <remote-id type="pypi">noseOfYeti</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/noseofyeti/noseofyeti-2.4.6.ebuild b/dev-python/noseofyeti/noseofyeti-2.4.6.ebuild
new file mode 100644
index 000000000000..777f4594a622
--- /dev/null
+++ b/dev-python/noseofyeti/noseofyeti-2.4.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=nose-of-yeti-release-${PV}
+DESCRIPTION="A custom python codec that provides an RSpec style dsl for python"
+HOMEPAGE="
+ https://github.com/delfick/nose-of-yeti/
+ https://pypi.org/project/noseOfYeti/
+"
+SRC_URI="
+ https://github.com/delfick/nose-of-yeti/archive/release-${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ dev-python/black[${PYTHON_USEDEP}]
+ dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # requires alt-pytest-asyncio
+ tests/test_using_pytest.py::TestPyTest::test_it_collects_tests_correctly
+)
next reply other threads:[~2024-02-14 8:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-14 8:18 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-14 12:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/noseofyeti/ Michał Górny
2024-02-14 12:09 Michał Górny
2024-03-02 10:53 Arthur Zamarin
2024-03-09 16:20 Arthur Zamarin
2024-03-30 14:25 Michał Górny
2024-03-30 14:27 Michał Górny
2024-04-28 2:37 Michał Górny
2024-05-17 8:46 Arthur Zamarin
2024-05-17 9:49 Michał Górny
2024-06-12 17:24 Michał Górny
2024-06-27 14:40 Petr Vaněk
2025-02-28 13:18 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=1707898717.c84ac3445c7299fd874a2c02ec5ac76c1d3835ea.mgorny@gentoo \
--to=mgorny@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