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-pytz/
Date: Tue, 28 Jun 2022 04:34:35
Message-Id: 1656390867.1bc67d4a273044df3a6772bfeaca5e9d1c58343f.Alessandro-Barbieri@gentoo
1 commit: 1bc67d4a273044df3a6772bfeaca5e9d1c58343f
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 04:08:32 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Jun 28 04:34:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bc67d4a
7
8 dev-python/types-pytz: add 2022.1.1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/types-pytz/Manifest | 1 +
13 dev-python/types-pytz/types-pytz-2022.1.1.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-python/types-pytz/Manifest b/dev-python/types-pytz/Manifest
17 index 580204ad7..389d100aa 100644
18 --- a/dev-python/types-pytz/Manifest
19 +++ b/dev-python/types-pytz/Manifest
20 @@ -1 +1,2 @@
21 DIST types-pytz-2021.3.8.tar.gz 3253 BLAKE2B 873f8126ecaf5055bcd9aa87f8632cee8cf92f7bfe51f0d0df7217af51053f40fe98f18f511db42eefc2d904cf3f1f11b228cf8c6fa15f5afcbc2e8e91f539fe SHA512 5b7dcf5279be55225ec66f9f9cc657cb3ae21acdcd41322a194a8cc6ccd79e60052191cb664378f414172d9f5d92573ab1f3322e9909ecd1e4ed95b36c7630ba
22 +DIST types-pytz-2022.1.1.tar.gz 3374 BLAKE2B 837fe74a59c960fb8ceab6730bf0adf8d6e20a0c2e916d3736f5a7b9c282fd3606cfe3fdc1de767cc1f52c290088e82a0cee17d1baee122814379be0db9ce8ed SHA512 980972ee68e836b582574ee114a7adbfdaff4c5e7bdcd7499a677e6da25939c280fc34284db688d59a757b4ce96d4305a48f4de422a50b59b19921f53e7f8b6d
23
24 diff --git a/dev-python/types-pytz/types-pytz-2022.1.1.ebuild b/dev-python/types-pytz/types-pytz-2022.1.1.ebuild
25 new file mode 100644
26 index 000000000..611ea0a5c
27 --- /dev/null
28 +++ b/dev-python/types-pytz/types-pytz-2022.1.1.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 pytz"
40 +HOMEPAGE="
41 + https://pypi.org/project/types-pytz/
42 + https://github.com/python/typeshed/tree/master/stubs/pytz
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"