From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/platformdirs/
Date: Tue, 31 Aug 2021 07:56:45 +0000 (UTC) [thread overview]
Message-ID: <1630396601.c5a92ae3a174173f0aa08ad55923a19b2e69a4a4.mgorny@gentoo> (raw)
commit: c5a92ae3a174173f0aa08ad55923a19b2e69a4a4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 31 06:53:33 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 31 07:56:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a92ae3
dev-python/platformdirs: Bump to 2.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/platformdirs/Manifest | 1 +
dev-python/platformdirs/platformdirs-2.3.0.ebuild | 30 +++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/platformdirs/Manifest b/dev-python/platformdirs/Manifest
index 9f95f506c44..0e76e925ac6 100644
--- a/dev-python/platformdirs/Manifest
+++ b/dev-python/platformdirs/Manifest
@@ -1,2 +1,3 @@
DIST platformdirs-2.0.2.gh.tar.gz 11365 BLAKE2B 53257c69f26dde3a0031c991cd6b5c72b361084342617f5c0590007a11a1d7d6e3c925dd6a8d73d3553cf1cc1d2b9fdf74fd0553d6b8891ef6b21d64bc0e256f SHA512 7cdfbcb4e37f2b4b551f3d685a40780518f9ba9c333cef0664965abaca320a10f6e944f967c0b0ba2d00e80df04b0e1e03426e6d1291e28d8f64128f50ebc1fc
DIST platformdirs-2.2.0.gh.tar.gz 17674 BLAKE2B 1b8e31033194f5682fb8c06be8268cc1ce6172b2bc9f0bfa0d376ab4387547c03c18d46e7c387eb2c36e5db42c09398c95d75cb32e4c5a59f0c7517e867aa1c1 SHA512 fbf4a6929543f5777576a258592e8065195e4d86d728f5c9b4065d1639d53b1c3c5de23c9d58282c291a7f600107af2de097ca2328f632927b9b773140590510
+DIST platformdirs-2.3.0.gh.tar.gz 18338 BLAKE2B c7d2b1b7ea65794507153b5c8d4d2e5a0668e4f9ef78024ab08c724e5cc5e91d0b6d7ec115a1ddab8a6fd7d34b4cb84cf3ebec64079d866344d2a7d18ca617e6 SHA512 3d20476d5064b6e300cddb5dcc9ba15346b1a8c3f5bfad869edda05cdd123a00a0c6c18b15af49a74f55fded5e11d69112b77239fe6f8f7da97c9a43ff442d8a
diff --git a/dev-python/platformdirs/platformdirs-2.3.0.ebuild b/dev-python/platformdirs/platformdirs-2.3.0.ebuild
new file mode 100644
index 00000000000..ca2a1a33808
--- /dev/null
+++ b/dev-python/platformdirs/platformdirs-2.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 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
+
+DESCRIPTION="A small Python module for determining appropriate platform-specific dirs"
+HOMEPAGE="
+ https://pypi.org/project/platformdirs/
+ https://github.com/platformdirs/platformdirs/"
+SRC_URI="
+ https://github.com/platformdirs/platformdirs/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+BDEPEND="
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/appdirs[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
next reply other threads:[~2021-08-31 7:56 UTC|newest]
Thread overview: 125+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-31 7:56 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-05 7:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/platformdirs/ Michał Górny
2024-10-05 7:22 Sam James
2024-09-28 12:04 Michał Górny
2024-09-28 11:47 Arthur Zamarin
2024-09-18 14:03 Michał Górny
2024-09-14 6:27 Michał Górny
2024-09-09 2:24 Michał Górny
2024-09-08 2:52 Michał Górny
2024-06-01 8:19 Michał Górny
2024-06-01 8:09 Arthur Zamarin
2024-05-17 8:23 Michał Górny
2024-05-17 8:23 Michał Górny
2024-05-16 15:28 Michał Górny
2024-04-24 13:42 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-01-31 6:59 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-20 15:49 Michał Górny
2023-12-05 4:32 Michał Górny
2023-11-10 21:11 Michał Górny
2023-11-05 20:58 Michał Górny
2023-11-05 19:08 Arthur Zamarin
2023-10-02 18:35 Arthur Zamarin
2023-08-11 19:08 Michał Górny
2023-08-11 19:03 Arthur Zamarin
2023-07-30 17:51 Michał Górny
2023-07-16 3:06 Michał Górny
2023-07-07 3:18 Michał Górny
2023-07-07 3:15 Michał Górny
2023-07-07 2:14 Sam James
2023-06-23 5:35 Michał Górny
2023-06-21 4:14 Michał Górny
2023-06-19 4:58 Michał Górny
2023-06-10 14:44 Michał Górny
2023-06-10 4:40 Michał Górny
2023-05-29 4:37 Michał Górny
2023-05-28 18:56 Arthur Zamarin
2023-05-23 15:42 Michał Górny
2023-05-12 2:55 Michał Górny
2023-04-28 5:56 Michał Górny
2023-04-27 3:10 Michał Górny
2023-04-26 5:36 Michał Górny
2023-04-22 16:12 Michał Górny
2023-04-22 10:53 Sam James
2023-03-26 3:02 Michał Górny
2023-03-17 15:58 Michał Górny
2023-03-17 15:52 Arthur Zamarin
2023-03-11 18:17 Michał Górny
2023-03-11 6:55 Michał Górny
2023-03-07 16:42 Fabian Groffen
2023-03-04 5:48 Michał Górny
2023-02-19 4:04 Michał Górny
2023-02-13 3:31 Matt Turner
2023-01-31 13:16 Michał Górny
2023-01-31 13:02 Sam James
2023-01-19 8:09 Joshua Kinard
2023-01-16 18:21 Michał Górny
2023-01-08 20:13 Michał Górny
2023-01-08 18:04 Arthur Zamarin
2022-12-29 5:22 Michał Górny
2022-12-28 19:11 Arthur Zamarin
2022-12-10 9:09 Michał Górny
2022-12-10 8:59 Arthur Zamarin
2022-12-07 15:59 Michał Górny
2022-11-13 18:57 Michał Górny
2022-11-07 5:54 Michał Górny
2022-06-14 5:12 Michał Górny
2022-06-13 21:24 Jakov Smolić
2022-06-13 16:29 Sam James
2022-06-13 10:22 Agostino Sarubbo
2022-06-13 10:21 Agostino Sarubbo
2022-06-13 9:46 Agostino Sarubbo
2022-06-13 7:10 Agostino Sarubbo
2022-06-13 7:09 Agostino Sarubbo
2022-05-12 10:40 Michał Górny
2022-05-11 17:54 Michał Górny
2022-05-11 17:24 Arthur Zamarin
2022-05-11 17:24 Arthur Zamarin
2022-05-11 17:15 Arthur Zamarin
2022-05-11 17:15 Arthur Zamarin
2022-05-11 17:13 Arthur Zamarin
2022-05-11 17:13 Arthur Zamarin
2022-05-11 17:13 Arthur Zamarin
2022-05-11 17:13 Arthur Zamarin
2022-05-11 17:13 Arthur Zamarin
2022-05-11 8:32 James Le Cuirot
2022-05-11 7:25 WANG Xuerui
2022-05-11 5:20 Jakov Smolić
2022-05-10 16:27 Michał Górny
2022-03-15 14:26 Michał Górny
2022-03-15 13:07 Jakov Smolić
2022-02-20 14:03 Michał Górny
2022-02-09 19:45 Michał Górny
2022-01-27 12:34 Michał Górny
2022-01-26 20:18 Jakov Smolić
2021-12-26 18:49 Arthur Zamarin
2021-10-31 20:29 Michał Górny
2021-10-15 19:11 Sam James
2021-09-25 22:00 Michał Górny
2021-09-25 22:00 Michał Górny
2021-09-25 19:53 Sam James
2021-09-25 13:23 Michał Górny
2021-09-23 8:15 James Le Cuirot
2021-09-08 0:42 Sam James
2021-09-06 23:38 Sam James
2021-09-06 17:29 Sam James
2021-09-06 5:40 Agostino Sarubbo
2021-09-06 0:15 Sam James
2021-09-05 20:07 Agostino Sarubbo
2021-09-05 20:04 Agostino Sarubbo
2021-09-05 20:01 Agostino Sarubbo
2021-09-05 6:02 Sam James
2021-08-22 8:01 Michał Górny
2021-08-06 20:51 Sam James
2021-08-06 20:51 Sam James
2021-08-06 20:49 Sam James
2021-08-04 18:19 Marek Szuba
2021-08-02 3:58 Sam James
2021-08-01 20:30 Matt Turner
2021-07-31 22:26 Joshua Kinard
2021-07-28 15:58 Sergei Trofimovich
2021-07-27 6:19 Sergei Trofimovich
2021-07-16 7:10 Michał Górny
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=1630396601.c5a92ae3a174173f0aa08ad55923a19b2e69a4a4.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