commit:     235f57ab5fa383cfd55de827f36ccc11456006f3
Author:     Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Thu Feb 18 12:35:12 2021 +0000
Commit:     Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
CommitDate: Thu Feb 18 12:35:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=235f57ab

dev-python/google-cloud-storage: new package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com>

 dev-python/google-cloud-storage/Manifest                  |  1 +
 .../google-cloud-storage-1.36.0.ebuild                    | 15 +++++++++++++++
 dev-python/google-cloud-storage/metadata.xml              |  8 ++++++++
 3 files changed, 24 insertions(+)

diff --git a/dev-python/google-cloud-storage/Manifest 
b/dev-python/google-cloud-storage/Manifest
new file mode 100644
index 00000000..e429deb9
--- /dev/null
+++ b/dev-python/google-cloud-storage/Manifest
@@ -0,0 +1 @@
+DIST google-cloud-storage-1.36.0.tar.gz 5448275 BLAKE2B 
17ba528dc8adb92eddd1153fcb103fbb1fe0c8c85b05d1263c7180313c08c3975619cd7c102f95d97c3a20a392665cb9610fc437d4253c0c8b168246a3ec645d
 SHA512 
213704d2bbe344aaeb54487ded8879204be9178a3dbbe111234ea42d903b9de15c030fa9b585714cdc4c65db9a895f4e9713c1fe8c19ad2bcf49c4d04f599642

diff --git a/dev-python/google-cloud-storage/google-cloud-storage-1.36.0.ebuild 
b/dev-python/google-cloud-storage/google-cloud-storage-1.36.0.ebuild
new file mode 100644
index 00000000..06d35b1c
--- /dev/null
+++ b/dev-python/google-cloud-storage/google-cloud-storage-1.36.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Google Cloud Storage API client library"
+HOMEPAGE="https://pypi.org/project/google-cloud-storage/";
+SRC_URI="https://files.pythonhosted.org/packages/6d/5c/8f311c50661d907cbe5786c1be91ac75c59fdab4b69d8f679d0926b79820/${P}.tar.gz";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"

diff --git a/dev-python/google-cloud-storage/metadata.xml 
b/dev-python/google-cloud-storage/metadata.xml
new file mode 100644
index 00000000..ad8cead2
--- /dev/null
+++ b/dev-python/google-cloud-storage/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+    <maintainer type="person">
+        <email>svdm-gen...@protonmail.com</email>
+        <name>Simon van der Maas</name>
+    </maintainer>
+</pkgmetadata>

Reply via email to