public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/
Date: Tue,  3 Mar 2020 07:01:16 +0000 (UTC)	[thread overview]
Message-ID: <1583218873.2044233df363d43ce55654e1ea17534fcc0a5830.mgorny@gentoo> (raw)

commit:     2044233df363d43ce55654e1ea17534fcc0a5830
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  3 06:50:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 07:01:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2044233d

dev-python/pyfakefs: Bump to 3.7.2

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

 dev-python/pyfakefs/Manifest              |  1 +
 dev-python/pyfakefs/pyfakefs-3.7.2.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pyfakefs/Manifest b/dev-python/pyfakefs/Manifest
index ab3bbf8fcf9..e8d6e6c73b7 100644
--- a/dev-python/pyfakefs/Manifest
+++ b/dev-python/pyfakefs/Manifest
@@ -1,3 +1,4 @@
 DIST pyfakefs-3.4.3.tar.gz 156896 BLAKE2B 2450cb67dbb25d2029a113dd95c3d51e60ef66c6683a5898ea73800ce1269d628af9f8daa85195d5b473f18b7c3262f2f26fc9c17caf80ce2f5159c247ebea5b SHA512 aafcad5d801f625273239221c56e46229ff8ab622cfb474d92f8555cfff90279ad9a092c20878279454c59033ad23d53cfe877023ac5d20c5a67a610b62ba7f1
 DIST pyfakefs-3.5.8.tar.gz 171519 BLAKE2B 18eb784cf62108c3363b3b5fa137ec4ce830583d263dcecc6f007e6cdeb8a8eefcc4f9eecfba4a9b5b485508749f6dc75a47ff67bc8f5e77f2c0abae2cdd1778 SHA512 e72042dc80545d4a8602bf90bc832298184040389c8fd182df1ef33712061b4937623ca98d70e59b4a388677626f861ff096de939b5caa372849ee10fc3dd8bb
 DIST pyfakefs-3.7.1.tar.gz 179420 BLAKE2B 46f902527c2c69af1d7d5e296a25d5415b4fba68d4ed76d7bc138e4b2d53dbd4bf7dc6fd75a8e5277eccb9740c67d5fdf5b640fbc577f22690ee32db434c3676 SHA512 910cef89443546c9a5f600cbe06cbdc396ac82d15d852768c06c2f97e764b05ee9fe9bea7687404a9a962924bd33c45d9de2a04b448fe6350d8cc31c4e163dfc
+DIST pyfakefs-3.7.2.tar.gz 180195 BLAKE2B f1e76b652fc67f630fb45798974dc22455e9e99509829fbcaa479f36887c90207d7b6f087e89c9e113bb44df8c4221dc4676129663740812a9426d84a1d47401 SHA512 33bdbf7e21f1135c0ee048943a4b7dffec96e018285e4ee2e6a1c6a7f9e595e27348c83af3803d80322e7fd12a59985a6bf6342aa6211ba95c74ffa20929fb5a

diff --git a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
new file mode 100644
index 00000000000..f4f040ab876
--- /dev/null
+++ b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_IN_SOURCE_BUILD=1
+
+inherit distutils-r1
+
+DESCRIPTION="a fake file system that mocks the Python file system modules"
+HOMEPAGE="https://github.com/jmcgeheeiv/pyfakefs/ https://pypi.org/project/pyfakefs/"
+SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${COMMON_DEPEND}"
+DEPEND="${COMMON_DEPEND}
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+	"${EPYTHON}" -m pyfakefs.tests.all_tests -v || die "tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2020-03-03  7:01 UTC|newest]

Thread overview: 122+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-03  7:01 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27  9:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/ Michał Górny
2024-07-27  6:40 Arthur Zamarin
2024-07-13  4:46 Michał Górny
2024-07-05 18:52 Michał Górny
2024-05-28 12:10 Michał Górny
2024-05-22  6:55 Michał Górny
2024-05-13  2:12 Michał Górny
2024-04-27  8:26 Michał Górny
2024-04-27  6:53 Michał Górny
2024-04-12  3:35 Michał Górny
2024-04-08  3:06 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-03  9:17 Michał Górny
2024-02-03  8:48 Arthur Zamarin
2024-01-31  6:59 Michał Górny
2024-01-19 18:28 Arthur Zamarin
2023-12-09 14:00 Michał Górny
2023-12-09 13:56 Michał Górny
2023-12-01 14:14 Michał Górny
2023-12-01  5:39 Michał Górny
2023-11-19  9:44 Michał Górny
2023-11-19  9:44 Michał Górny
2023-11-11 20:36 Michał Górny
2023-11-11 19:21 Sam James
2023-10-12  4:39 Michał Górny
2023-09-25 18:49 Michał Górny
2023-09-25 16:54 Arthur Zamarin
2023-08-19  6:44 Michał Górny
2023-08-11 19:10 Michał Górny
2023-08-11 19:06 Arthur Zamarin
2023-07-11  5:52 Michał Górny
2023-07-11  5:52 Michał Górny
2023-05-03  5:20 Michał Górny
2023-05-02 19:09 Arthur Zamarin
2023-04-14  3:59 Michał Górny
2023-04-11 17:25 Michał Górny
2023-04-01  6:13 Michał Górny
2023-02-16 20:26 Michał Górny
2023-01-13  7:09 Michał Górny
2022-10-22 15:58 Michał Górny
2022-10-22 15:58 Michał Górny
2022-10-22 15:52 Arthur Zamarin
2022-10-10  7:43 Arthur Zamarin
2022-09-19 18:35 Arthur Zamarin
2022-08-21 18:58 Arthur Zamarin
2022-08-21 18:56 Arthur Zamarin
2022-08-13 11:09 Arthur Zamarin
2022-08-13 11:09 Arthur Zamarin
2022-08-13 10:23 Arthur Zamarin
2022-07-21 20:17 Michał Górny
2022-07-15  8:17 Michał Górny
2022-07-14  5:58 Michał Górny
2022-07-13  8:10 Michał Górny
2022-05-24  6:16 Michał Górny
2022-04-19 13:39 Michał Górny
2022-04-19 11:47 Arthur Zamarin
2022-03-18 15:19 Michał Górny
2022-03-18 14:32 Arthur Zamarin
2022-03-18 10:08 Michał Górny
2022-02-17 20:19 Michał Górny
2022-02-17 19:39 Arthur Zamarin
2022-02-14 21:37 Michał Górny
2022-02-07 21:15 James Le Cuirot
2022-01-12 21:12 Michał Górny
2021-12-09 22:41 Michał Górny
2021-12-09 21:26 Sam James
2021-11-08 21:04 Michał Górny
2021-11-08 21:04 Michał Górny
2021-11-08  8:31 Michał Górny
2021-10-03 19:29 Michał Górny
2021-10-03 18:48 Sam James
2021-08-29 21:50 Michał Górny
2021-06-04 18:59 Michał Górny
2021-05-24 21:20 Joshua Kinard
2021-03-30 11:10 Michał Górny
2021-03-30  9:27 Sam James
2021-02-24 21:43 Michał Górny
2021-01-25 14:29 Michał Górny
2021-01-25 14:06 Sam James
2020-12-20 20:36 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 20:18 Sam James
2020-12-06 17:56 Sam James
2020-11-28  8:32 Sam James
2020-11-26 15:08 Michał Górny
2020-11-24  7:43 Michał Górny
2020-11-19 18:17 Michał Górny
2020-11-02 15:59 Michał Górny
2020-11-01 14:34 Michał Górny
2020-10-13 22:35 Louis Sautier
2020-09-20 15:38 Michał Górny
2020-08-19  9:03 Sam James
2020-07-21 17:08 Sergei Trofimovich
2020-07-17  0:35 Sam James
2020-07-12  2:45 Sam James
2020-07-09 10:39 Michał Górny
2020-07-09 10:39 Michał Górny
2020-07-09  8:41 Agostino Sarubbo
2020-07-09  8:27 Agostino Sarubbo
2020-06-28 12:00 Michał Górny
2020-06-26 21:16 Mart Raudsepp
2020-05-30  7:27 Michał Górny
2020-05-30  7:27 Michał Górny
2020-05-01  8:40 Mart Raudsepp
2020-04-13 21:50 Sergei Trofimovich
2020-04-13 21:50 Sergei Trofimovich
2020-03-28 17:44 Michał Górny
2020-03-05  5:50 Michał Górny
2020-03-05  5:50 Michał Górny
2020-03-03 11:21 Agostino Sarubbo
2020-03-03 10:39 Agostino Sarubbo
2020-03-03  7:22 Matt Turner
2020-02-23  8:54 Sergei Trofimovich
2020-02-06  8:34 Sergei Trofimovich
2020-01-31 22:17 Sergei Trofimovich
2020-01-29  6:44 Michał Górny
2019-06-25 21:53 Patrick McLean
2019-03-19 15:38 Rick Farina
2019-03-11  8:40 Mikle Kolyada
2018-06-15  6:03 Zac Medico

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=1583218873.2044233df363d43ce55654e1ea17534fcc0a5830.mgorny@gentoo \
    --to=mgorny@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