From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
Date: Sun, 5 Feb 2023 18:29:39 +0000 (UTC) [thread overview]
Message-ID: <1675621211.e45ad4dfba1ec758947acfb396c10d4812969efd.sam@gentoo> (raw)
commit: e45ad4dfba1ec758947acfb396c10d4812969efd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 5 18:10:25 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 5 18:20:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45ad4df
dev-python/pkgcraft: add 0.0.4
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pkgcraft/Manifest | 1 +
dev-python/pkgcraft/{pkgcraft-9999.ebuild => pkgcraft-0.0.4.ebuild} | 4 +++-
dev-python/pkgcraft/pkgcraft-9999.ebuild | 4 +++-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest
index 2f00c0c73e36..251c85478708 100644
--- a/dev-python/pkgcraft/Manifest
+++ b/dev-python/pkgcraft/Manifest
@@ -1 +1,2 @@
DIST pkgcraft-0.0.3.tar.gz 1239742 BLAKE2B c9148d3ac34d80c47db5d1080b3806e6b64fffa226d595a11499215626342286efc19b86fd1e158a8ca0021ab8946d35e4393fceaf8a318c258114a6c2e1ffdf SHA512 53ae196d073271654807ef5587c38d83e10b606f59baf63e3c8da7ce1b1d80d7acd1e3e201ebba1346c14d101eded666d6ad9bdf972b36c574c9b494147baa4a
+DIST pkgcraft-0.0.4.tar.gz 397121 BLAKE2B 72b24d34b6c3b6114a5d182b4fe562078aa258a21271b33d8858c85cca480a932afab5933978295fd44d531146d58688391efe8e23f358332de83ae5195d68fb SHA512 04996bcbe6d9a8ae6082ea84a63358f42d3a503f1e0d188b627b033b8379cf6e22f5ae8ff764b7213fe6d801a1eeb6321b02967e77d98575125e16781d9b917c
diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.4.ebuild
similarity index 90%
copy from dev-python/pkgcraft/pkgcraft-9999.ebuild
copy to dev-python/pkgcraft/pkgcraft-0.0.4.ebuild
index 5dc743ca3d03..a9b364218f73 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.4.ebuild
@@ -26,7 +26,7 @@ else
KEYWORDS="~amd64"
- PKGCRAFT_VERSION_MIN="0.0.4"
+ PKGCRAFT_VERSION_MIN="0.0.5"
fi
LICENSE="MIT"
@@ -49,6 +49,8 @@ python_prepare_all() {
if [[ ${PV} != 9999 ]] ; then
local actual_pkgcraft_min=$(sed -En '/^MIN_VERSION =/{s/[^0-9.]//gp}' setup.py || die)
if [[ ${actual_pkgcraft_min} != ${PKGCRAFT_VERSION_MIN} ]] ; then
+ eerror "Expected minimum pkgcraft-c version: ${PKGCRAFT_VERSION_MIN}"
+ eerror "Actual minimum pkgcraft-c version: ${actual_pkgcraft_min}"
die "Mismatch between setup.py's MIN_VERSION and ebuild!"
fi
fi
diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 5dc743ca3d03..a9b364218f73 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -26,7 +26,7 @@ else
KEYWORDS="~amd64"
- PKGCRAFT_VERSION_MIN="0.0.4"
+ PKGCRAFT_VERSION_MIN="0.0.5"
fi
LICENSE="MIT"
@@ -49,6 +49,8 @@ python_prepare_all() {
if [[ ${PV} != 9999 ]] ; then
local actual_pkgcraft_min=$(sed -En '/^MIN_VERSION =/{s/[^0-9.]//gp}' setup.py || die)
if [[ ${actual_pkgcraft_min} != ${PKGCRAFT_VERSION_MIN} ]] ; then
+ eerror "Expected minimum pkgcraft-c version: ${PKGCRAFT_VERSION_MIN}"
+ eerror "Actual minimum pkgcraft-c version: ${actual_pkgcraft_min}"
die "Mismatch between setup.py's MIN_VERSION and ebuild!"
fi
fi
next reply other threads:[~2023-02-05 18:29 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-05 18:29 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-20 6:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/ Sam James
2023-02-27 0:21 Sam James
2023-02-27 2:18 Sam James
2023-04-25 20:57 Sam James
2023-05-02 19:11 Sam James
2023-09-07 3:19 Michał Górny
2023-09-07 19:51 Sam James
2023-09-25 4:14 Sam James
2023-09-30 0:44 Sam James
2023-11-12 4:24 Sam James
2024-02-02 6:40 Sam James
2024-06-17 16:27 Michał Górny
2024-06-23 1:13 Sam James
2024-08-14 20:07 Sam James
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=1675621211.e45ad4dfba1ec758947acfb396c10d4812969efd.sam@gentoo \
--to=sam@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