Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-python-dateutil/
Date: Mon, 30 May 2022 12:09:16
Message-Id: 1653912550.4591781a496c0183fb1fe8f3d333f15361b66c48.Alessandro-Barbieri@gentoo
1 commit: 4591781a496c0183fb1fe8f3d333f15361b66c48
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 11:56:26 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 12:09:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4591781a
7
8 dev-python/types-python-dateutil: add 2.8.17
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/types-python-dateutil/Manifest | 1 +
13 .../types-python-dateutil-2.8.17.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-python/types-python-dateutil/Manifest b/dev-python/types-python-dateutil/Manifest
17 index cc0f4f839..97b8c5ae9 100644
18 --- a/dev-python/types-python-dateutil/Manifest
19 +++ b/dev-python/types-python-dateutil/Manifest
20 @@ -1 +1,2 @@
21 DIST types-python-dateutil-2.8.16.tar.gz 6973 BLAKE2B 2e883f73af0e79faf57f8469733ec742b9881e974a253ddd40e80628302ea29a9046a319088d75b9bc47792b0e225fe2c2f376ea4a5d794d710cf7aea7af7af3 SHA512 1d2927c6bd85fa8222c7519d3ac8ae6179da746ebb29ca4e9002ca410131e10445b8ebc2b70bb6df1b3e8ed90098827884bf5f928039d1627ca760c86cdcc113
22 +DIST types-python-dateutil-2.8.17.tar.gz 7018 BLAKE2B 261aa401e656a6524b96fd3c7ccf2cccf1dd8826c5597958ca1dde8b05ea656af7486b8487c57915b679c409befac004294e26a9fe401beefbe07060dfefc352 SHA512 ef33af71fd007175967b436a9115c1ce2defbb2a4d154c153e58ed72286e5090c73c959f3be0498a3613391b3b0519784a47678182d0d685007d386ae3005565
23
24 diff --git a/dev-python/types-python-dateutil/types-python-dateutil-2.8.17.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.8.17.ebuild
25 new file mode 100644
26 index 000000000..5c6215e01
27 --- /dev/null
28 +++ b/dev-python/types-python-dateutil/types-python-dateutil-2.8.17.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Typing stubs for python-dateutil"
40 +HOMEPAGE="
41 + https://pypi.org/project/types-python-dateutil/
42 + https://github.com/python/typeshed/tree/master/stubs/python-dateutil
43 +"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +SLOT="0"
47 +LICENSE="Apache-2.0"
48 +KEYWORDS="~amd64"