public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mpdlcd/
Date: Thu,  3 Nov 2022 22:37:39 +0000 (UTC)	[thread overview]
Message-ID: <1667515037.784086ddf2ab56186e473be8b3d7ae667f5234df.conikost@gentoo> (raw)

commit:     784086ddf2ab56186e473be8b3d7ae667f5234df
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 22:36:29 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 22:37:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784086dd

dev-python/mpdlcd: migrate to pep517

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-python/mpdlcd/Manifest                                     |  2 +-
 .../mpdlcd/{mpdlcd-0.5.2-r1.ebuild => mpdlcd-0.5.2-r2.ebuild}  | 10 +++++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-python/mpdlcd/Manifest b/dev-python/mpdlcd/Manifest
index 48aaf4c73f1b..0792edb63c23 100644
--- a/dev-python/mpdlcd/Manifest
+++ b/dev-python/mpdlcd/Manifest
@@ -1 +1 @@
-DIST mpdlcd-0.5.2.tar.gz 30748 BLAKE2B 5609ac149a9aa806e516202adf1b9d0f4fc88e8370f331edc836082d7b3b85c519097149dd2b5cb838d8a9ff353421e17daf9236397e4b37e2923948f8dc9dac SHA512 e000120eee1ce99b549c5ac0cd00fba394ce1a373cce3dde819f6aabd6fc3b616e59ade6d6868b1e9f14afea4897cf541f2c3f5d0eaebcbbd03b15781a63b6fc
+DIST mpdlcd-0.5.2.gh.tar.gz 30748 BLAKE2B 5609ac149a9aa806e516202adf1b9d0f4fc88e8370f331edc836082d7b3b85c519097149dd2b5cb838d8a9ff353421e17daf9236397e4b37e2923948f8dc9dac SHA512 e000120eee1ce99b549c5ac0cd00fba394ce1a373cce3dde819f6aabd6fc3b616e59ade6d6868b1e9f14afea4897cf541f2c3f5d0eaebcbbd03b15781a63b6fc

diff --git a/dev-python/mpdlcd/mpdlcd-0.5.2-r1.ebuild b/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild
similarity index 67%
rename from dev-python/mpdlcd/mpdlcd-0.5.2-r1.ebuild
rename to dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild
index d1208674c66f..ec74bf095e7c 100644
--- a/dev-python/mpdlcd/mpdlcd-0.5.2-r1.ebuild
+++ b/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild
@@ -3,13 +3,14 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517="setuptools"
 PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="A small tool to display the MPD status on a LCDproc server"
 HOMEPAGE="https://github.com/rbarrois/mpdlcd"
-SRC_URI="https://github.com/rbarrois/${PN}/archive/${P}.tar.gz"
+SRC_URI="https://github.com/rbarrois/${PN}/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz"
 S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="BSD"
@@ -20,6 +21,13 @@ RDEPEND="dev-python/python-mpd"
 
 distutils_enable_tests pytest
 
+src_prepare() {
+	default
+
+	# Fix QA 'The license_file parameter is deprecated, use license_files instead.'
+	sed -e 's/license_file/license_files/g' -i setup.cfg || die
+}
+
 python_install_all() {
 	distutils-r1_python_install_all
 


             reply	other threads:[~2022-11-03 22:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-03 22:37 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-12 19:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/mpdlcd/ Michał Górny
2023-05-27 19:23 Arthur Zamarin
2022-11-03 22:37 Conrad Kostecki
2021-07-01 21:16 Conrad Kostecki
2020-10-13 10:01 Agostino Sarubbo

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=1667515037.784086ddf2ab56186e473be8b3d7ae667f5234df.conikost@gentoo \
    --to=conikost@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