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/calver/
Date: Wed, 29 Jun 2022 06:19:35
Message-Id: 1656483564.54769e554fcaa45eda7590bff67cef0b3c50a114.mgorny@gentoo
1 commit: 54769e554fcaa45eda7590bff67cef0b3c50a114
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 05:45:20 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 06:19:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54769e55
7
8 dev-python/calver: Bump to 2022.06.26
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/calver/Manifest | 1 +
13 dev-python/calver/calver-2022.06.26.ebuild | 31 ++++++++++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-python/calver/Manifest b/dev-python/calver/Manifest
17 index 5af01431b30c..d4e67ca26def 100644
18 --- a/dev-python/calver/Manifest
19 +++ b/dev-python/calver/Manifest
20 @@ -1 +1,2 @@
21 DIST calver-2021.7.30.gh.tar.gz 7058 BLAKE2B 90cb8568bce2afcf3e086e038dc237440c5d20c05cc19b7d6966d16b55854810a627120dc870d77975676ca166eac0922443d19b85aeffdb51f3cf435848ef5d SHA512 17c10b0f60ec4c8c582de660bd715d054c3478d8fdec88a6830396bad1d6147ce375a34c5ff57d244c8c2e337a6b382b6ee10673182a40bc14ad16a97405f181
22 +DIST calver-2022.06.26.gh.tar.gz 7601 BLAKE2B e4bea1dc8954b4f65003cb06dadebfa6a7ad0554d64c23e5339652955d2e4659ffc093b8d11d284e03bc74267059a10043a45dd1eb7717378fb22327d6409428 SHA512 4d436cead8930cae1a71eddef9f0ecd2881f8cb632c3814dc75390b061a909e7ca969a604a5fded1c66647947856d540e2180bd3ce4bed5087b4dbc9d5edb393
23
24 diff --git a/dev-python/calver/calver-2022.06.26.ebuild b/dev-python/calver/calver-2022.06.26.ebuild
25 new file mode 100644
26 index 000000000000..4ce266d2fb49
27 --- /dev/null
28 +++ b/dev-python/calver/calver-2022.06.26.ebuild
29 @@ -0,0 +1,31 @@
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=setuptools
36 +PYTHON_COMPAT=( pypy3 python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Setuptools extension for CalVer package versions"
41 +HOMEPAGE="
42 + https://github.com/di/calver/
43 + https://pypi.org/project/calver/
44 +"
45 +SRC_URI="
46 + https://github.com/di/calver/archive/${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +LICENSE="Apache-2.0"
51 +SLOT="0"
52 +KEYWORDS="~amd64"
53 +
54 +BDEPEND="
55 + test? (
56 + dev-python/pretend[${PYTHON_USEDEP}]
57 + )
58 +"
59 +
60 +distutils_enable_tests pytest