commit:     5e390682d8c1063d4a1a3be0c69b692f56e97380
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 11:56:56 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 12:04:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e390682

dev-python/fsspec: New package, test-dep of s3fs

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/fsspec/Manifest            |  1 +
 dev-python/fsspec/fsspec-0.7.4.ebuild | 33 +++++++++++++++++++++++++++++++++
 dev-python/fsspec/metadata.xml        |  7 +++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/fsspec/Manifest b/dev-python/fsspec/Manifest
new file mode 100644
index 00000000000..2152590cb12
--- /dev/null
+++ b/dev-python/fsspec/Manifest
@@ -0,0 +1 @@
+DIST filesystem_spec-0.7.4.tar.gz 222128 BLAKE2B 
b111b8194e2c31065a26dcd952aaadf0bc39bf75e94b10f79a387dc1b66838de820bcdcd90af60533dbbd33cfcc275470ccd82b98d0c82154f0633efab355187
 SHA512 
086e7e7905ff4a55b7027d2b005fd875200bf40469ea4b36effb9805a3416145ba4c709c4a6c8a3ac24a033cbd2104e7ebe401e2610db6c2d8548a63587b343a

diff --git a/dev-python/fsspec/fsspec-0.7.4.ebuild 
b/dev-python/fsspec/fsspec-0.7.4.ebuild
new file mode 100644
index 00000000000..b3b8bc1fa87
--- /dev/null
+++ b/dev-python/fsspec/fsspec-0.7.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+MY_P=filesystem_spec-${PV}
+
+DESCRIPTION="A specification that python filesystems should adhere to"
+HOMEPAGE="https://github.com/intake/filesystem_spec/
+       https://pypi.org/project/fsspec/";
+SRC_URI="
+       https://github.com/intake/filesystem_spec/archive/${PV}.tar.gz
+               -> ${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
+
+BDEPEND="
+       dev-python/versioneer[${PYTHON_USEDEP}]
+       test? ( dev-vcs/git )"
+
+src_test() {
+       git config --global user.email "[email protected]" || die
+       git config --global user.name "Your Name" || die
+       distutils-r1_src_test
+}

diff --git a/dev-python/fsspec/metadata.xml b/dev-python/fsspec/metadata.xml
new file mode 100644
index 00000000000..266e3f19ca5
--- /dev/null
+++ b/dev-python/fsspec/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+       </maintainer>
+</pkgmetadata>

Reply via email to