From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A6701382C5 for ; Sun, 6 Dec 2020 18:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4393E09B0; Sun, 6 Dec 2020 18:32:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF7FBE09B0 for ; Sun, 6 Dec 2020 18:32:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A924341222 for ; Sun, 6 Dec 2020 18:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF3C2479 for ; Sun, 6 Dec 2020 18:32:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1607279447.bbae9b7ed1b6ace87a4ec8c17c5eef348e25e557.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fsspec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fsspec/Manifest dev-python/fsspec/fsspec-0.8.4.ebuild X-VCS-Directories: dev-python/fsspec/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bbae9b7ed1b6ace87a4ec8c17c5eef348e25e557 X-VCS-Branch: master Date: Sun, 6 Dec 2020 18:32:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d736c09-b1e5-4369-8f56-c30ee8ee19bc X-Archives-Hash: d2df2ec5e6162f9fd3df96c93ee38e90 commit: bbae9b7ed1b6ace87a4ec8c17c5eef348e25e557 Author: Sam James gentoo org> AuthorDate: Sun Dec 6 18:30:47 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 6 18:30:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbae9b7e dev-python/fsspec: bump to 0.8.4 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/fsspec/Manifest | 1 + dev-python/fsspec/fsspec-0.8.4.ebuild | 46 +++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/dev-python/fsspec/Manifest b/dev-python/fsspec/Manifest index bb16f1f9898..e3df0357ffd 100644 --- a/dev-python/fsspec/Manifest +++ b/dev-python/fsspec/Manifest @@ -1 +1,2 @@ DIST filesystem_spec-0.8.2.tar.gz 238399 BLAKE2B f64f153dd303bd3ec44e5010507704b5cbb50a89ad4a7a2e50b38b139219896be543bcff0fe0a99e06f015450f4b0334a641fabeeeb23583b14665ef8f089159 SHA512 e30badc56871ef20cf4b2ce0f6353b4125632d9e253f68d4b08535c9e1ac5fe428745315cee89a9536bfd1b308a28cc65fff555a7b9d9511225357bf790b9aac +DIST filesystem_spec-0.8.4.tar.gz 245482 BLAKE2B 1029351fbf167ca4f6419cf9017f80e569a4e08f46b4726da376fd0b39c5d4180444fac017cf080119aea46cdddda17572edc69b3ffd4e9737573176ae7a8522 SHA512 11a565f743eb09467bf727a11e79c58a0191bb9ba1d3d216181e3b556f5a1108d9461fd7e7d01fa56d570c27de6829c72f2e340493e22669b46300da1751e8f1 diff --git a/dev-python/fsspec/fsspec-0.8.4.ebuild b/dev-python/fsspec/fsspec-0.8.4.ebuild new file mode 100644 index 00000000000..efb1de845f3 --- /dev/null +++ b/dev-python/fsspec/fsspec-0.8.4.ebuild @@ -0,0 +1,46 @@ +# 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 ~arm ~arm64 ~x86" + +BDEPEND=" + dev-python/versioneer[${PYTHON_USEDEP}] + test? ( + dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-vcs/git + )" + +distutils_enable_tests pytest + +src_test() { + git config --global user.email "you@example.com" || die + git config --global user.name "Your Name" || die + distutils-r1_src_test +} + +python_test() { + # sftp and smb require server started via docker + pytest -vv \ + --ignore fsspec/implementations/tests/test_sftp.py \ + --ignore fsspec/implementations/tests/test_smb.py || + die "Tests failed with ${EPYTHON}" +}