Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/trailrunner/
Date: Wed, 08 Jun 2022 05:14:23
Message-Id: 1654665224.a4885ae6070e55783e9073e1e07c13424ddd6807.telans@gentoo
1 commit: a4885ae6070e55783e9073e1e07c13424ddd6807
2 Author: James Beddek <telans <AT> posteo <DOT> de>
3 AuthorDate: Wed Jun 8 05:06:16 2022 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Wed Jun 8 05:13:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4885ae6
7
8 dev-python/trailrunner: new package, add 1.2.1
9
10 Signed-off-by: James Beddek <telans <AT> posteo.de>
11
12 dev-python/trailrunner/Manifest | 1 +
13 dev-python/trailrunner/metadata.xml | 8 ++++++++
14 dev-python/trailrunner/trailrunner-1.2.1.ebuild | 22 ++++++++++++++++++++++
15 3 files changed, 31 insertions(+)
16
17 diff --git a/dev-python/trailrunner/Manifest b/dev-python/trailrunner/Manifest
18 new file mode 100644
19 index 000000000..0e3dae7a0
20 --- /dev/null
21 +++ b/dev-python/trailrunner/Manifest
22 @@ -0,0 +1 @@
23 +DIST trailrunner-1.2.1.tar.gz 14362 BLAKE2B f3be6db8bdfbd7fd8fc5dda97025f4621387cca12779187ae2c25850d91f33ad78e07e92c308d5f134e23f623771e7bd80e819e831a4cfde68508739bc463923 SHA512 eddc767626c301b143a14c4c14683d59fc7771d6b4cf6b787623601bb15d47de92cd7fd6d862304d321b58b23df800c37177ad7635a5994dbad8ad4e919ad3e2
24
25 diff --git a/dev-python/trailrunner/metadata.xml b/dev-python/trailrunner/metadata.xml
26 new file mode 100644
27 index 000000000..2924f0387
28 --- /dev/null
29 +++ b/dev-python/trailrunner/metadata.xml
30 @@ -0,0 +1,8 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>telans@××××××.de</email>
36 + <name>James Beddek</name>
37 + </maintainer>
38 +</pkgmetadata>
39
40 diff --git a/dev-python/trailrunner/trailrunner-1.2.1.ebuild b/dev-python/trailrunner/trailrunner-1.2.1.ebuild
41 new file mode 100644
42 index 000000000..aebc090a6
43 --- /dev/null
44 +++ b/dev-python/trailrunner/trailrunner-1.2.1.ebuild
45 @@ -0,0 +1,22 @@
46 +# Copyright 1999-2022 Gentoo Authors
47 +# Distributed under the terms of the GNU General Public License v2
48 +
49 +EAPI=8
50 +
51 +DISTUTILS_USE_PEP517=flit
52 +PYTHON_COMPAT=( python3_{8..11} )
53 +
54 +inherit distutils-r1
55 +
56 +DESCRIPTION="Walk paths and run things"
57 +HOMEPAGE="https://github.com/omnilib/trailrunner"
58 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
59 +
60 +LICENSE="MIT"
61 +SLOT="0"
62 +KEYWORDS="~amd64"
63 +
64 +RDEPEND="dev-python/pathspec[${PYTHON_USEDEP}]"
65 +DEPEND="${RDEPEND}"
66 +
67 +distutils_enable_tests unittest