public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/trailrunner/
@ 2022-06-08  5:14 Theo Anderson
  0 siblings, 0 replies; 3+ messages in thread
From: Theo Anderson @ 2022-06-08  5:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a4885ae6070e55783e9073e1e07c13424ddd6807
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Wed Jun  8 05:06:16 2022 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Jun  8 05:13:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4885ae6

dev-python/trailrunner: new package, add 1.2.1

Signed-off-by: James Beddek <telans <AT> posteo.de>

 dev-python/trailrunner/Manifest                 |  1 +
 dev-python/trailrunner/metadata.xml             |  8 ++++++++
 dev-python/trailrunner/trailrunner-1.2.1.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-python/trailrunner/Manifest b/dev-python/trailrunner/Manifest
new file mode 100644
index 000000000..0e3dae7a0
--- /dev/null
+++ b/dev-python/trailrunner/Manifest
@@ -0,0 +1 @@
+DIST trailrunner-1.2.1.tar.gz 14362 BLAKE2B f3be6db8bdfbd7fd8fc5dda97025f4621387cca12779187ae2c25850d91f33ad78e07e92c308d5f134e23f623771e7bd80e819e831a4cfde68508739bc463923 SHA512 eddc767626c301b143a14c4c14683d59fc7771d6b4cf6b787623601bb15d47de92cd7fd6d862304d321b58b23df800c37177ad7635a5994dbad8ad4e919ad3e2

diff --git a/dev-python/trailrunner/metadata.xml b/dev-python/trailrunner/metadata.xml
new file mode 100644
index 000000000..2924f0387
--- /dev/null
+++ b/dev-python/trailrunner/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>telans@posteo.de</email>
+		<name>James Beddek</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-python/trailrunner/trailrunner-1.2.1.ebuild b/dev-python/trailrunner/trailrunner-1.2.1.ebuild
new file mode 100644
index 000000000..aebc090a6
--- /dev/null
+++ b/dev-python/trailrunner/trailrunner-1.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Walk paths and run things"
+HOMEPAGE="https://github.com/omnilib/trailrunner"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pathspec[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/trailrunner/
@ 2023-03-17 13:01 Anna Vyalkova
  0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a68db991fc8727933097bc99ccfc2e6645aedb49
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 12:49:35 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 12:58:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a68db991

dev-python/trailrunner: Use pypi.eclass

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

 dev-python/trailrunner/trailrunner-1.2.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/trailrunner/trailrunner-1.2.1.ebuild b/dev-python/trailrunner/trailrunner-1.2.1.ebuild
index d6aca86e4..9f4c98ca2 100644
--- a/dev-python/trailrunner/trailrunner-1.2.1.ebuild
+++ b/dev-python/trailrunner/trailrunner-1.2.1.ebuild
@@ -6,11 +6,10 @@ EAPI=8
 DISTUTILS_USE_PEP517=flit
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Walk paths and run things"
 HOMEPAGE="https://github.com/omnilib/trailrunner"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/trailrunner/
@ 2024-05-14 20:07 Julien Roy
  0 siblings, 0 replies; 3+ messages in thread
From: Julien Roy @ 2024-05-14 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6b69ae7f6d5fbe3497839e201755f94c61aa38a6
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 19:17:27 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 19:17:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b69ae7f

dev-python/trailrunner: enable py3.12

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

 dev-python/trailrunner/trailrunner-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/trailrunner/trailrunner-1.2.1.ebuild b/dev-python/trailrunner/trailrunner-1.2.1.ebuild
index 8b8626b466..64f5bf6b19 100644
--- a/dev-python/trailrunner/trailrunner-1.2.1.ebuild
+++ b/dev-python/trailrunner/trailrunner-1.2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-08  5:14 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/trailrunner/ Theo Anderson
  -- strict thread matches above, loose matches on Subject: below --
2023-03-17 13:01 Anna Vyalkova
2024-05-14 20:07 Julien Roy

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