public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fs/
Date: Thu, 10 Sep 2020 12:24:19 +0000 (UTC)	[thread overview]
Message-ID: <1599740655.7600029976af32deb852fa587ced37c99f13ca05.sbraz@gentoo> (raw)

commit:     7600029976af32deb852fa587ced37c99f13ca05
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 12:00:03 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 12:24:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76000299

dev-python/fs: bump to 2.4.11, add doc

Also use pytest for tests and fix dependencies while removing obsolete
ones.

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/fs/Manifest         |  1 +
 dev-python/fs/fs-2.4.11.ebuild | 53 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/fs/Manifest b/dev-python/fs/Manifest
index c720930a7d8..6cc97a643d2 100644
--- a/dev-python/fs/Manifest
+++ b/dev-python/fs/Manifest
@@ -1 +1,2 @@
+DIST fs-2.4.11.tar.gz 163986 BLAKE2B 953e50da7002512029c0a1a8e7fe8be3a7c31fc48e2c66f0fe7d71dc908aab734f724e09c16074c3e4cdd86c9c2e1a847aa21176af07311012090375a3a6808e SHA512 fe4596bf213f9b1721cd3c665e6af180d6617eea07afbaa9d83847dc3f7dfe64bca16c8ccb337d48bbb49bf0d2fef90903e3c4aecc63f61faac6a2b6f6c59cf6
 DIST fs-2.4.9.tar.gz 126022 BLAKE2B bd7406ee0c22171af349bed6096f58bc749af30f3fae6b8532d7a2b07dd7f0a55165f4b4ab413d6ff7c8861fbe7784ae383a984d26c1cdb1bdc9100c4ae0b0df SHA512 594536eccc043547df4ec4fd1fc507d3fad2838ebb46768a11f142c68d42a776f9fa3cda8651421c6255314835a0283407ea49ebdce04af84a1646efaf5391e5

diff --git a/dev-python/fs/fs-2.4.11.ebuild b/dev-python/fs/fs-2.4.11.ebuild
new file mode 100644
index 00000000000..a71c92e9647
--- /dev/null
+++ b/dev-python/fs/fs-2.4.11.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Not yet ready for 3.9
+# https://github.com/PyFilesystem/pyfilesystem2/issues/421
+PYTHON_COMPAT=( python3_{6,7,8} )
+# pkg_resources is used
+DISTUTILS_USE_SETUPTOOLS=manual
+
+inherit distutils-r1 optfeature
+
+MY_PN="pyfilesystem2"
+
+DESCRIPTION="Filesystem abstraction layer"
+HOMEPAGE="
+	https://pypi.org/project/fs/
+	https://docs.pyfilesystem.org
+	https://www.willmcgugan.com/tag/fs/
+"
+# Tests from the PyPI tarball are broken
+# https://github.com/PyFilesystem/pyfilesystem2/issues/364
+SRC_URI="https://github.com/PyFilesystem/pyfilesystem2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	>=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
+	dev-python/pytz[${PYTHON_USEDEP}]
+	>=dev-python/six-1.10[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		${RDEPEND}
+		dev-python/pyftpdlib[${PYTHON_USEDEP}]
+		dev-python/psutil[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+pkg_postinst() {
+	optfeature "S3 support" dev-python/boto
+	optfeature "SFTP support" dev-python/paramiko
+	optfeature "Browser support" dev-python/wxpython
+}


             reply	other threads:[~2020-09-10 12:24 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-10 12:24 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-22 15:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/fs/ Michał Górny
2024-06-29 15:09 Andreas K. Hüttel
2024-06-23  0:26 Petr Vaněk
2023-10-24 14:42 Michał Górny
2023-09-29 19:29 Arthur Zamarin
2023-03-16  3:50 Michał Górny
2022-09-23 16:39 Michał Górny
2022-09-07  7:51 Michał Górny
2022-06-06  9:53 Michał Górny
2022-06-06  9:29 Jakov Smolić
2022-05-26 10:45 Andrew Ammerlaan
2022-05-07  4:28 WANG Xuerui
2022-05-02 19:17 Arthur Zamarin
2022-03-15 14:05 Michał Górny
2022-03-15 11:27 Jakov Smolić
2022-02-07 20:30 Michał Górny
2021-12-27 21:16 Michał Górny
2021-12-27 18:48 Arthur Zamarin
2021-11-28 14:42 Michał Górny
2021-11-27 15:25 Michał Górny
2021-11-27 15:25 Michał Górny
2021-11-17  9:55 Michał Górny
2021-09-26 22:28 James Le Cuirot
2021-08-07 13:53 Michał Górny
2021-08-07 13:52 Michał Górny
2021-04-27 18:22 Michał Górny
2021-04-27 18:09 Sam James
2021-03-28  9:48 Michał Górny
2021-02-14 20:12 Michał Górny
2021-02-14 19:52 Sam James
2021-01-14 21:30 Michał Górny
2020-10-22  7:18 Sam James
2020-10-21 21:45 Michał Górny
2020-10-21 21:45 Michał Górny
2020-09-21 17:48 Michał Górny
2020-09-10 21:38 Louis Sautier
2020-09-10 12:24 Louis Sautier
2020-08-14 23:22 Andreas Sturmlechner
2020-06-06 19:31 Mart Raudsepp
2020-06-05 16:10 Sergei Trofimovich
2020-06-04  6:35 Agostino Sarubbo
2020-06-04  6:23 Agostino Sarubbo
2020-06-03 15:32 Agostino Sarubbo
2020-06-03 15:17 Agostino Sarubbo
2020-06-03 15:12 Agostino Sarubbo
2020-06-01 20:51 Sergei Trofimovich
2020-06-01 19:52 Sergei Trofimovich
2020-04-19  2:35 Craig Andrews
2020-04-12 18:28 Sergei Trofimovich
2020-03-27 10:52 Michał Górny
2020-03-27 10:42 Michał Górny
2020-01-03 14:39 Agostino Sarubbo
2019-12-11 16:03 Matt Turner
2019-12-11 16:01 Matt Turner
2019-12-10  9:19 Agostino Sarubbo
2019-12-03 11:58 Agostino Sarubbo
2019-12-03 10:07 Agostino Sarubbo
2019-12-03  8:38 Agostino Sarubbo
2019-12-01 14:23 Agostino Sarubbo
2019-11-29  9:13 Agostino Sarubbo
2019-11-25 23:50 Thomas Deutschmann
2019-11-25 13:03 Aaron Bauman
2019-11-24 23:46 Aaron Bauman
2019-11-24 19:32 Aaron Bauman
2019-11-24 17:19 Aaron Bauman
2019-11-24 17:19 Aaron Bauman
2019-11-23 19:28 Matt Turner
2019-09-14 20:55 Matt Turner
2019-09-14 18:54 Matt Turner
2019-07-03 23:07 Tim Harder
2019-07-03 22:00 Tim Harder
2019-02-18  7:32 Mikle Kolyada
2018-08-05 13:53 Patrice Clement
2018-05-09 21:45 Patrice Clement
2018-03-16 21:19 Michał Górny
2017-12-20 21:53 Sergei Trofimovich
2017-09-22 21:58 Sergei Trofimovich
2017-07-12  9:54 Sergei Trofimovich
2017-05-11 12:31 Manuel Rüger
2017-04-30  8:31 Jeroen Roovers
2017-04-05 13:32 Michael Weber
2017-04-05 13:23 Michael Weber
2016-06-07 14:07 Tobias Klausmann
2016-02-05 19:45 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1599740655.7600029976af32deb852fa587ced37c99f13ca05.sbraz@gentoo \
    --to=sbraz@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox