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/pyproject-fmt/
Date: Wed, 29 Jun 2022 06:19:34
Message-Id: 1656483566.06be824aa41391be182276944a8a4ebed42a12e7.mgorny@gentoo
1 commit: 06be824aa41391be182276944a8a4ebed42a12e7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 05:52:40 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 06:19:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06be824a
7
8 dev-python/pyproject-fmt: Bump to 0.3.4
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyproject-fmt/Manifest | 1 +
13 .../pyproject-fmt/pyproject-fmt-0.3.4.ebuild | 38 ++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/dev-python/pyproject-fmt/Manifest b/dev-python/pyproject-fmt/Manifest
17 index 0b4338fc9ea1..f149d2313b5d 100644
18 --- a/dev-python/pyproject-fmt/Manifest
19 +++ b/dev-python/pyproject-fmt/Manifest
20 @@ -1 +1,2 @@
21 DIST pyproject-fmt-0.3.3.gh.tar.gz 14399 BLAKE2B 82af6d6c4424f83ed9a5539d64bfd517cf08df4bb14b7f1321a379a4d87d140f1518444b503731344e5fdbb4b94d92ce23605fe2a1cc978d26901eae98a31b8c SHA512 49c4648e140b34a6d2f27cc01be7253693e79687f2ff8dbcae5ca3cc64c14f5945f942ffb42d1d286ff221e5aaed22dc1f9953216f49232ce311c4c18130754e
22 +DIST pyproject-fmt-0.3.4.gh.tar.gz 14400 BLAKE2B 3ab116fe4d4f683eb3700ca2cb855744111b806514ef18f56cbe6628bfdb6935b813e852ff6ff64716959f1580e8817f485ddcdec6c463ecf5c8935912316528 SHA512 0e3adddfbe8afe3b9da85033ceea7c4e37f59bf48722a5897f6e7f2963cd95ba9eef7309c095f4b3fbd927a6486a058289cc3fa5f90c0108a75686b1b81d13e2
23
24 diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.3.4.ebuild b/dev-python/pyproject-fmt/pyproject-fmt-0.3.4.ebuild
25 new file mode 100644
26 index 000000000000..bf9e0c458bdd
27 --- /dev/null
28 +++ b/dev-python/pyproject-fmt/pyproject-fmt-0.3.4.ebuild
29 @@ -0,0 +1,38 @@
30 +# Copyright 2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=hatchling
36 +PYTHON_COMPAT=( pypy3 python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Format your pyproject.toml file"
41 +HOMEPAGE="
42 + https://github.com/tox-dev/pyproject-fmt/
43 + https://pypi.org/project/pyproject-fmt/
44 +"
45 +SRC_URI="
46 + https://github.com/tox-dev/pyproject-fmt/archive/${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +LICENSE="MIT"
51 +SLOT="0"
52 +KEYWORDS="~amd64"
53 +
54 +RDEPEND="
55 + >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
56 + >=dev-python/tomlkit-0.10[${PYTHON_USEDEP}]
57 +"
58 +BDEPEND="
59 + dev-python/hatch-vcs[${PYTHON_USEDEP}]
60 + test? (
61 + >=dev-python/pytest-mock-3.7[${PYTHON_USEDEP}]
62 + )
63 +"
64 +
65 +distutils_enable_tests pytest
66 +
67 +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}