From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparted/
Date: Sat, 29 Jan 2022 21:28:14 +0000 (UTC) [thread overview]
Message-ID: <1643491691.148c71ac2f8ae1eb4e791d7294019cd2d945ba9b.mgorny@gentoo> (raw)
commit: 148c71ac2f8ae1eb4e791d7294019cd2d945ba9b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 21:21:10 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 21:28:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148c71ac
dev-python/pyparted: Switch to PEP 517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyparted/pyparted-3.11.7-r1.ebuild | 31 +++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/dev-python/pyparted/pyparted-3.11.7-r1.ebuild b/dev-python/pyparted/pyparted-3.11.7-r1.ebuild
new file mode 100644
index 000000000000..83b0589069d4
--- /dev/null
+++ b/dev-python/pyparted/pyparted-3.11.7-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for sys-block/parted"
+HOMEPAGE="https://github.com/dcantrell/pyparted/"
+SRC_URI="https://github.com/dcantrell/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="
+ >=sys-block/parted-3.2
+"
+RDEPEND="
+ ${DEPEND}
+ dev-python/decorator[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? ( dev-python/six[${PYTHON_USEDEP}] )
+ virtual/pkgconfig
+"
+
+distutils_enable_tests unittest
next reply other threads:[~2022-01-29 21:28 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-29 21:28 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-13 18:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparted/ Arthur Zamarin
2025-05-04 19:04 Michał Górny
2023-11-29 7:44 Michał Górny
2023-11-29 6:02 Arthur Zamarin
2023-11-22 13:11 Arthur Zamarin
2023-11-22 12:19 Arthur Zamarin
2023-11-22 12:02 Sam James
2023-11-22 11:56 Sam James
2023-10-20 13:54 Michał Górny
2023-05-04 16:30 Michał Górny
2023-02-17 7:41 Sam James
2022-06-05 5:40 Michał Górny
2022-04-10 9:55 Michał Górny
2022-04-10 9:05 Agostino Sarubbo
2022-04-09 21:24 Jakov Smolić
2022-04-09 16:46 Arthur Zamarin
2022-04-09 16:41 Arthur Zamarin
2022-04-09 16:36 Arthur Zamarin
2022-03-17 10:18 Michał Górny
2022-03-17 7:45 Agostino Sarubbo
2022-03-16 23:53 Sam James
2022-03-16 23:53 Sam James
2022-03-15 18:23 Jakov Smolić
2022-03-10 2:51 Patrick McLean
2021-08-29 12:59 Louis Sautier
2020-12-31 17:39 Michał Górny
2020-12-20 19:07 Thomas Deutschmann
2020-12-18 20:49 Sergei Trofimovich
2020-12-18 10:25 Sergei Trofimovich
2020-12-16 18:14 Sam James
2020-11-07 9:11 Michał Górny
2020-11-07 9:11 Michał Górny
2020-11-07 9:11 Michał Górny
2020-11-07 9:11 Michał Górny
2020-11-07 9:11 Michał Górny
2020-11-07 9:11 Michał Górny
2020-07-09 17:32 Jeroen Roovers
2020-07-09 13:59 Michał Górny
2020-07-09 8:59 Agostino Sarubbo
2020-03-28 18:26 Michał Górny
2020-03-11 20:24 Jeroen Roovers
2020-02-11 16:05 Jeroen Roovers
2020-02-05 23:46 Patrick McLean
2020-02-05 23:46 Patrick McLean
2020-02-05 19:53 Michał Górny
2020-01-29 11:32 Jeroen Roovers
2019-11-15 17:47 Jeroen Roovers
2019-11-15 17:39 Jeroen Roovers
2019-11-15 17:39 Jeroen Roovers
2019-03-18 20:35 Jeroen Roovers
2018-04-04 13:35 Jeroen Roovers
2017-04-28 13:12 Manuel Rüger
2017-02-03 20:01 Jeroen Roovers
2017-01-26 11:00 Agostino Sarubbo
2017-01-25 9:27 Tobias Klausmann
2017-01-24 11:46 Agostino Sarubbo
2017-01-23 16:27 Agostino Sarubbo
2017-01-23 15:46 Agostino Sarubbo
2017-01-23 13:51 Agostino Sarubbo
2016-10-26 9:17 Jeroen Roovers
2016-10-26 9:17 Jeroen Roovers
2015-08-09 12:30 Justin Lecher
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=1643491691.148c71ac2f8ae1eb4e791d7294019cd2d945ba9b.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