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/path/
Date: Tue,  7 Feb 2023 09:26:56 +0000 (UTC)	[thread overview]
Message-ID: <1675762005.17d8c705e14a2ebfc8cadf5ac51389dec49ba589.mgorny@gentoo> (raw)

commit:     17d8c705e14a2ebfc8cadf5ac51389dec49ba589
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 09:09:56 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 09:26:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d8c705

dev-python/path: Switch to PyPI sdist

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

 dev-python/path/Manifest                                      | 2 +-
 dev-python/path/{path-16.6.0.ebuild => path-16.6.0-r1.ebuild} | 8 +-------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 54f88c0201b0..ac041f593be3 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1 +1 @@
-DIST path-16.6.0.gh.tar.gz 45238 BLAKE2B f1fa3a23ba19f623ca276496c1fa7351ea02858710f2dddbf5f4d96cf2c9f8fc3325c74a56f1b4dec809e28e927f2c8adab913eed9d8893016e0fd3d0b3a662d SHA512 4d7772b7eb7017bee78f95f30f6286b14750d6d8edbf5f58617ede12bd664f1b893921b89bb64f797e1d2eb7e67e361d8f1e01618fee26d64a5b879a3854aead
+DIST path-16.6.0.tar.gz 49670 BLAKE2B 16da36676acb4e4c45c364a09c1d031f4cfc6bdabc08426bc5a8945c4b3594a7dd849f880f76dbfaba4dd2282eee00edbc0f9c7c4ed4774750e023c6a03b3939 SHA512 f1ec159c6b755f98eef90e1aac4337fb84fd9f739beddf34205c5faf9e959863baa52d237899bd33fe8f365a2666af6999c2e9388be310a6acae16b4952df022

diff --git a/dev-python/path/path-16.6.0.ebuild b/dev-python/path/path-16.6.0-r1.ebuild
similarity index 83%
rename from dev-python/path/path-16.6.0.ebuild
rename to dev-python/path/path-16.6.0-r1.ebuild
index 92ebbe5403b9..fee2ea063dd8 100644
--- a/dev-python/path/path-16.6.0.ebuild
+++ b/dev-python/path/path-16.6.0-r1.ebuild
@@ -6,17 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A module wrapper for os.path"
 HOMEPAGE="
 	https://github.com/jaraco/path/
 	https://pypi.org/project/path/
 "
-SRC_URI="
-	https://github.com/jaraco/path/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
 
 SLOT="0"
 LICENSE="MIT"
@@ -38,5 +34,3 @@ EPYTEST_DESELECT=(
 	# unreliable, not really meaningful for end users
 	test_path.py::TestPerformance
 )
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}


             reply	other threads:[~2023-02-07  9:27 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07  9:26 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-17  7:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/path/ Michał Górny
2024-08-17  7:28 Michał Górny
2024-07-28  5:25 Michał Górny
2024-07-28  5:25 Michał Górny
2024-07-27  5:52 Michał Górny
2024-05-11 17:02 Michał Górny
2024-04-24 17:15 Michał Górny
2024-04-24 15:31 Sam James
2024-04-20  9:51 Michał Górny
2024-04-20  9:48 Michał Górny
2024-04-09  6:01 Michał Górny
2024-04-04 18:09 Michał Górny
2024-04-04 18:09 Michał Górny
2024-02-20  9:09 Michał Górny
2024-02-20  7:45 Sam James
2024-02-05  3:52 Michał Górny
2023-12-20 15:56 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-05  4:29 Michał Górny
2023-08-11 19:08 Michał Górny
2023-08-11 19:03 Arthur Zamarin
2023-07-07  3:15 Michał Górny
2023-05-23 16:02 Michał Górny
2022-12-31 10:55 Michał Górny
2022-12-31 10:41 Arthur Zamarin
2022-12-01  7:09 Michał Górny
2022-11-03 19:42 Arthur Zamarin
2022-11-03 19:34 Arthur Zamarin
2022-09-26 11:30 Michał Górny
2022-09-26 11:30 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=1675762005.17d8c705e14a2ebfc8cadf5ac51389dec49ba589.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