public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-click/
@ 2022-10-23 21:04 Anna Vyalkova
  0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2022-10-23 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     a2621e0bf9595d201aec8d4b99c4617875736373
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Oct 23 20:45:28 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Oct 23 20:48:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2621e0b

dev-python/pytest-click: new package, add 1.1.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/pytest-click/Manifest                  |  1 +
 dev-python/pytest-click/metadata.xml              | 16 ++++++++++++
 dev-python/pytest-click/pytest-click-1.1.0.ebuild | 31 +++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/pytest-click/Manifest b/dev-python/pytest-click/Manifest
new file mode 100644
index 000000000..b447dd25b
--- /dev/null
+++ b/dev-python/pytest-click/Manifest
@@ -0,0 +1 @@
+DIST pytest_click-1.1.0.tar.gz 5054 BLAKE2B ad14c214ff767293d75a02930cc9852b97145c5554b6c4aa112e523a6d3e95fa967931c0a3b0beee3e2a69cd8df0d1c2c1bf33f351c3585cb446e1cd6efa5cad SHA512 49ab5fd3499cc519172f364505f1884596c0b45ebc1b64245cfc235f70d2c4765d133d69615300429b4010f28ab725941f53219f4f0ae6520b452a22503886a1

diff --git a/dev-python/pytest-click/metadata.xml b/dev-python/pytest-click/metadata.xml
new file mode 100644
index 000000000..c30f1afab
--- /dev/null
+++ b/dev-python/pytest-click/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">pytest-click</remote-id>
+		<remote-id type="github">Stranger6667/pytest-click</remote-id>
+		<maintainer>
+			<email>dadygalo@gmail.com</email>
+			<name>Dmitry Dygalo</name>
+		</maintainer>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pytest-click/pytest-click-1.1.0.ebuild b/dev-python/pytest-click/pytest-click-1.1.0.ebuild
new file mode 100644
index 000000000..4745439f0
--- /dev/null
+++ b/dev-python/pytest-click/pytest-click-1.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+inherit distutils-r1
+
+MY_PN="${PN//-/_}"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Pytest plugin for Click"
+HOMEPAGE="
+	https://pypi.org/project/pytest-click/
+	https://github.com/Stranger6667/pytest-click
+"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/click[${PYTHON_USEDEP}]
+	dev-python/pytest[${PYTHON_USEDEP}]
+"
+
+DOCS=( CHANGELOG.md README.rst )
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-click/
  2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-05-14 19:07 ` Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-05-14 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     0f8470a7900643d1ade54a15c06c8a5331502b9d
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 18:08:47 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 18:08:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f8470a7

dev-python/pytest-click: enable py3.12

Closes: https://bugs.gentoo.org/931412
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pytest-click/pytest-click-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-click/pytest-click-1.1.0.ebuild b/dev-python/pytest-click/pytest-click-1.1.0.ebuild
index fdf85058a4..3b2332fbc2 100644
--- a/dev-python/pytest-click/pytest-click-1.1.0.ebuild
+++ b/dev-python/pytest-click/pytest-click-1.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Pytest plugin for Click"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-14 19:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-23 21:04 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-click/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 19:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox