From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/
Date: Tue, 27 Jul 2021 05:37:52 +0000 (UTC) [thread overview]
Message-ID: <1627364268.d4fe51db479119fd604253d72abfb070cd697532.mgorny@gentoo> (raw)
commit: d4fe51db479119fd604253d72abfb070cd697532
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 27 05:31:16 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 27 05:37:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fe51db
dev-python/path-py: Bump to 16.2.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/path-py/Manifest | 1 +
dev-python/path-py/path-py-16.2.0.ebuild | 39 ++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 6d9cfca27f9..a500521b455 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,3 @@
DIST path-16.0.0.tar.gz 44187 BLAKE2B 839c8a9d10cf4ac3f738a9e661fbfb1059554f965fc8224457c05c249578a18118129b69b46276fe569fc8bc33b398be1462d660bb20b905ecc6ab2b4db3f8fc SHA512 3874321d488543219a081adcb692739fcc4935cddaf563b58fe5a97c2cee4b5b683b2be52d220854b2f2224d15ec2bde054a53862352c249f14f1460a72d5e72
DIST path-16.1.0.tar.gz 45551 BLAKE2B bb22684f9b8d1996d8dec5bfc3d6b116595338a6d9f55f3c6084e0c6a41d6a708174ddd6fbcfa29e37f042f65e85465f4155f71569a1851994f03ddd4e4eaad7 SHA512 85d2d0415e28eb737f9fb6eaf669b687af768c5a1c4cf20a3c36706209fe6a97b44c34ff07468d8fefae372049e18d277e245f080dc6001adb14f794654ebfaf
+DIST path-16.2.0.tar.gz 45276 BLAKE2B 40b8eacc7e28398324f24b955adef11e5fc0bd512cd711cd3117f35a322ce0c3959b55255d4c96bbae64f914b5f3768088eb73fb45511c09f2e21bf99b3e9911 SHA512 f893d9fe3539eff0b43e4945076f770ffa7c3125151774d6accaa3a609fce351bc121562deb7ef695c0b1fc7aba12ce7487ae09a0b5daba2d5340586fc41ec79
diff --git a/dev-python/path-py/path-py-16.2.0.ebuild b/dev-python/path-py/path-py-16.2.0.ebuild
new file mode 100644
index 00000000000..611ebee5fa9
--- /dev/null
+++ b/dev-python/path-py/path-py-16.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_P="path-${PV}"
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path"
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+ dev-python/appdirs[${PYTHON_USEDEP}]
+ !<dev-python/pytest-shutil-1.7.0-r1
+ !<dev-python/pytest-virtualenv-1.7.0-r1"
+BDEPEND="
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ dev-python/toml[${PYTHON_USEDEP}]
+ test? (
+ dev-python/packaging[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local deselect=(
+ # unreliable, not really meaningful for end users
+ test_path.py::TestPerformance
+ )
+
+ epytest ${deselect[@]/#/--deselect }
+}
next reply other threads:[~2021-07-27 5:37 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-27 5:37 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-26 11:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/ Michał Górny
2022-05-12 10:53 Michał Górny
2022-03-31 12:42 Michał Górny
2022-03-31 12:34 Jakov Smolić
2022-02-25 23:41 Michał Górny
2022-02-04 12:04 Michał Górny
2021-08-26 8:15 Michał Górny
2021-08-26 3:00 Sam James
2021-07-25 21:25 Michał Górny
2021-07-24 17:33 Michał Górny
2021-07-24 17:10 Sam James
2021-06-13 6:10 Michał Górny
2021-05-05 18:20 Michał Górny
2021-03-25 19:09 Michał Górny
2021-03-25 14:23 Sam James
2021-03-02 8:33 Michał Górny
2021-03-02 1:38 Sam James
2021-02-21 22:33 Michał Górny
2021-01-29 9:00 Michał Górny
2021-01-17 16:16 Sam James
2020-11-28 14:21 Sam James
2020-09-30 12:11 Louis Sautier
2020-09-09 0:09 Sam James
2020-07-28 2:41 Michał Górny
2020-07-28 2:41 Michał Górny
2020-07-09 13:06 Michał Górny
2020-07-09 13:06 Michał Górny
2020-05-26 7:11 Michał Górny
2020-05-26 7:11 Michał Górny
2020-05-26 6:15 Michał Górny
2020-05-25 20:16 Michał Górny
2020-05-17 8:20 Michał Górny
2020-05-16 9:07 Michał Górny
2020-05-16 9:07 Michał Górny
2020-04-15 5:54 Mike Gilbert
2020-03-25 11:46 Michał Górny
2020-03-25 11:46 Michał Górny
2020-03-10 10:33 Agostino Sarubbo
2020-03-10 8:56 Agostino Sarubbo
2020-03-10 8:55 Agostino Sarubbo
2020-03-10 8:53 Agostino Sarubbo
2020-03-09 18:55 Thomas Deutschmann
2020-03-09 18:10 Mikle Kolyada
2020-01-26 17:11 Michał Górny
2019-12-30 10:15 Sergei Trofimovich
2019-12-24 14:21 Mikle Kolyada
2019-12-16 7:54 Agostino Sarubbo
2019-12-16 7:54 Agostino Sarubbo
2019-12-16 7:53 Agostino Sarubbo
2019-12-16 7:52 Agostino Sarubbo
2019-12-16 7:51 Agostino Sarubbo
2019-12-16 7:49 Agostino Sarubbo
2019-12-02 2:48 Aaron Bauman
2019-11-25 8:09 Patrick McLean
2019-11-23 4:30 Patrick McLean
2018-08-20 5:00 Mikle Kolyada
2018-07-14 12:08 Michał Górny
2018-06-25 18:45 Tim Harder
2018-02-21 17:20 Michał Górny
2018-02-21 14:24 Michał Górny
2018-02-19 21:07 Michał Górny
2017-08-13 11:24 David Seifert
2017-03-23 17:32 Mike Gilbert
2017-03-12 4:52 Zac Medico
2017-01-03 21:32 Mike Gilbert
2015-11-23 10:05 Justin Lecher
2015-11-23 6:44 Jeroen Roovers
2015-11-22 8:53 Markus Meier
2015-11-19 10:25 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-03 7:45 Justin Lecher
2015-11-02 13:12 Agostino Sarubbo
2015-11-02 13:09 Agostino Sarubbo
2015-10-21 13:41 Justin Lecher
2015-10-15 14:41 Justin Lecher
2015-09-11 7:53 Justin Lecher
2015-09-02 16:30 Justin Lecher
2015-09-02 10:16 Justin Lecher
2015-08-26 7:08 Justin Lecher
2015-08-25 8:10 Justin Lecher
2015-08-21 17:19 Justin Lecher
2015-08-10 5:33 Ian Delaney
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=1627364268.d4fe51db479119fd604253d72abfb070cd697532.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