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: Thu, 14 Oct 2021 20:22:25
Message-Id: 1634242936.634db225ac29952585dc18423b064411bd984359.Alessandro-Barbieri@gentoo
1 commit: 634db225ac29952585dc18423b064411bd984359
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 14 20:12:57 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Oct 14 20:22:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=634db225
7
8 dev-python/types-python-dateutil: initial import
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/types-python-dateutil/Manifest | 1 +
13 dev-python/types-python-dateutil/metadata.xml | 12 ++++++++++++
14 .../types-python-dateutil-2.8.1.ebuild | 19 +++++++++++++++++++
15 3 files changed, 32 insertions(+)
16
17 diff --git a/dev-python/types-python-dateutil/Manifest b/dev-python/types-python-dateutil/Manifest
18 new file mode 100644
19 index 000000000..494674e89
20 --- /dev/null
21 +++ b/dev-python/types-python-dateutil/Manifest
22 @@ -0,0 +1 @@
23 +DIST types-python-dateutil-2.8.1.tar.gz 5643 BLAKE2B 14304d56e189caef68bf01695e0f7518c7f3d0417416972a853ec55913d830dcf4e2cc36f557b32791d5385ca2137c854684233da4c1bae3769ff32ef53ce1f3 SHA512 a6829eb19b8949141a43bee9acaa26d32a2ab2ee08655d4c585929aa2f9b5f45e9d458166e399e2f843bc62c36eaeb7a77b93e21603f1fb5a6ac7ac9eb52ddb5
24
25 diff --git a/dev-python/types-python-dateutil/metadata.xml b/dev-python/types-python-dateutil/metadata.xml
26 new file mode 100644
27 index 000000000..94a5dc7c9
28 --- /dev/null
29 +++ b/dev-python/types-python-dateutil/metadata.xml
30 @@ -0,0 +1,12 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>lssndrbarbieri@×××××.com</email>
36 + <name>Alessandro Barbieri</name>
37 + </maintainer>
38 + <upstream>
39 + <bugs-to>https://github.com/python/typeshed/issues</bugs-to>
40 + <remote-id type="pypi">types-python-dateutil</remote-id>
41 + </upstream>
42 +</pkgmetadata>
43
44 diff --git a/dev-python/types-python-dateutil/types-python-dateutil-2.8.1.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.8.1.ebuild
45 new file mode 100644
46 index 000000000..2d56eb63c
47 --- /dev/null
48 +++ b/dev-python/types-python-dateutil/types-python-dateutil-2.8.1.ebuild
49 @@ -0,0 +1,19 @@
50 +# Copyright 1999-2021 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=8
54 +
55 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
56 +
57 +inherit distutils-r1
58 +
59 +DESCRIPTION="Typing stubs for python-dateutil"
60 +HOMEPAGE="
61 + https://pypi.org/project/types-python-dateutil
62 + https://github.com/python/typeshed/tree/master/stubs/python-dateutil
63 +"
64 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65 +
66 +SLOT="0"
67 +LICENSE="Apache-2.0"
68 +KEYWORDS="~amd64"