Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/entrypoint2/
Date: Tue, 18 Jan 2022 22:44:44
Message-Id: 1642545864.0544d26e7d4fd91ff3167b90df7c99670f88fba5.mgorny@gentoo
1 commit: 0544d26e7d4fd91ff3167b90df7c99670f88fba5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 21:58:29 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 22:44:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0544d26e
7
8 dev-python/entrypoint2: Bump to 1.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/entrypoint2/Manifest | 1 +
13 dev-python/entrypoint2/entrypoint2-1.0.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-python/entrypoint2/Manifest b/dev-python/entrypoint2/Manifest
17 index 6d18e06b6d2f..6f410593def0 100644
18 --- a/dev-python/entrypoint2/Manifest
19 +++ b/dev-python/entrypoint2/Manifest
20 @@ -1 +1,2 @@
21 DIST entrypoint2-0.2.4.tar.gz 10407 BLAKE2B 16335f8e2bc173413f387e581892b1fe03efdb6bdea2e75d20a95258d55c0cb83dc70691cb4b41b07e49881db4e5c08593bba42adf5c1a69785e32c99d68a7fa SHA512 7bf7dea2afc7df3ebe57f89f472e4456fc22d5c66720930a2b15dbe04f708ff4bb00feec79af430620d8cc6d91d5df1770869d23d2282ecc0024ecc7583b360b
22 +DIST entrypoint2-1.0.tar.gz 15424 BLAKE2B 1270a35218cde90922fe8f675917545f4c43e5ec0effd632583cd0bd02200d6a453716787c222722cec633bcb108c1b8c26e284e9659e754d3bc6a77895a6042 SHA512 6580dbf19482af95cbccad61b6f6dc73c068ac78d166e2cea4fae54243921e577316d38e204ad5983f0f52d898d67a10f4c90332d4eeaff1ea713bfc82c70890
23
24 diff --git a/dev-python/entrypoint2/entrypoint2-1.0.ebuild b/dev-python/entrypoint2/entrypoint2-1.0.ebuild
25 new file mode 100644
26 index 000000000000..9b2ed1b03eef
27 --- /dev/null
28 +++ b/dev-python/entrypoint2/entrypoint2-1.0.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Easy to use command-line interface for python modules"
40 +HOMEPAGE="https://github.com/ponty/entrypoint2"
41 +SRC_URI="https://github.com/ponty/entrypoint2/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="BSD-2"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86"
46 +
47 +BDEPEND="
48 + test? (
49 + dev-python/easyprocess[${PYTHON_USEDEP}]
50 + dev-python/path-py[${PYTHON_USEDEP}]
51 + )
52 +"
53 +
54 +distutils_enable_tests pytest