aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-14 22:15:07 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-14 22:22:16 +0200
commit1b496dfca03520528e470940c0b0d341a917d377 (patch)
tree50a3f6049cde6e93595dcfc973ebdf2a37fd7aa1
parentdev-python/types-python-dateutil: initial import (diff)
downloadguru-1b496dfc.tar.gz
guru-1b496dfc.tar.bz2
guru-1b496dfc.zip
dev-python/types-pytz: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/types-pytz/Manifest1
-rw-r--r--dev-python/types-pytz/metadata.xml12
-rw-r--r--dev-python/types-pytz/types-pytz-2021.3.0.ebuild19
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/types-pytz/Manifest b/dev-python/types-pytz/Manifest
new file mode 100644
index 0000000000..487f3ed8ad
--- /dev/null
+++ b/dev-python/types-pytz/Manifest
@@ -0,0 +1 @@
+DIST types-pytz-2021.3.0.tar.gz 2034 BLAKE2B c104024d3758d13cd898a0a4fd3f002765bea6e7d1e5c8112e08ee772dd7298b0e9dd6d84bfb95ed30c792734dbf8ee1c4b71baf3245d4063ff389c7c7fe51a3 SHA512 2d30f0e04876b76642a475942d2059fd07294d8d5a8218f3022bdcd861d62596376f57d8450f6ec6d7380a9997296f76815278c0b61562d7bef710c371f8feb4
diff --git a/dev-python/types-pytz/metadata.xml b/dev-python/types-pytz/metadata.xml
new file mode 100644
index 0000000000..d5941b282c
--- /dev/null
+++ b/dev-python/types-pytz/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/python/typeshed/issues</bugs-to>
+ <remote-id type="pypi">types-pytz</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/types-pytz/types-pytz-2021.3.0.ebuild b/dev-python/types-pytz/types-pytz-2021.3.0.ebuild
new file mode 100644
index 0000000000..a1a7ec2e22
--- /dev/null
+++ b/dev-python/types-pytz/types-pytz-2021.3.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Typing stubs for paramiko"
+HOMEPAGE="
+ https://pypi.org/project/types-pytz
+ https://github.com/python/typeshed/tree/master/stubs/pytz
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"