GNU bug report logs -
#76212
[PATCH] gnu: Add python-awesomeversion.
Previous Next
Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Tue, 11 Feb 2025 20:40:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76212 in the body.
You can then email your comments to 76212 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#76212
; Package
guix-patches
.
(Tue, 11 Feb 2025 20:40:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
New bug report received and forwarded. Copy sent to
lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org
.
(Tue, 11 Feb 2025 20:40:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-awesomeversion): New variable.
Change-Id: I090abfacf7f73ab14ea1e0347211de2a60675128
---
gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e4f4fa6887..4c95f150e2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3937,6 +3937,31 @@ (define-public python-seedir
diagrams.")
(license license:expat)))
+(define-public python-awesomeversion
+ (package
+ (name "python-awesomeversion")
+ (version "24.6.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ludeeus/awesomeversion")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1kvzhhd2ah0sadlsp5xs3qbiknixq4xwhk3yb6kmhcdl2zcbi4cn"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-poetry-core
+ python-pytest
+ python-pytest-cov
+ python-pytest-snapshot))
+ (home-page "https://github.com/ludeeus/awesomeversion")
+ (synopsis "Create and compare version objects")
+ (description
+ "This package provides a way to make anything a version object, and compare
+against a vast section of other version formats.")
+ (license license:expat)))
+
(define-public python-semantic-version
(package
(name "python-semantic-version")
base-commit: d3201247713f4de6d78b899ef6d9014fa9dfc542
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76212
; Package
guix-patches
.
(Tue, 11 Feb 2025 21:28:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 76212 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
I'm picking this neat Python package for review:
--8<---------------cut here---------------start------------->8---
About
One version package to rule them all,
One version package to find them,
One version package to bring them all,
and in the darkness bind them.
--8<---------------cut here---------------end--------------->8---
Too many J.R.R.T. ;-)
--
Oleg
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Tue, 11 Feb 2025 21:41:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
bug acknowledged by developer.
(Tue, 11 Feb 2025 21:41:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 76212-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Checked:
+ PASS guix build
+ PASS all 384 tests passed successfully
+ PASS guix lint: no warnings
+ PASS visual check: synopsis, short and neat
+ PASS visual check: description, human readable and clear
+ PASS visual check: license, as specified in package definition
+ PASS visual check: project activity and release cadence
Applied:
+ PASS place package in alphabetical order: guix import -i
gnu/packages/python-xyz.scm pypi awesomeversion
+ PASS remove python-pytest-cov as not required
+ PASS fill-column on description
Pushed to master as 777cff3194bc05a236234066fbb9365c68dc6a44.
--
Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 12 Mar 2025 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 97 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.