GNU bug report logs -
#52035
[PATCH] gnu: Add python-orgparse.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 22 Nov 2021 09:33:01 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 23 Nov 2021 04:38:29 -0500
with message-id <20211123043829.GB5948 <at> gac.attlocal.net>
and subject line Re: [bug#52035] [PATCH] gnu: Add python-orgparse.
has caused the debbugs.gnu.org bug report #52035,
regarding [PATCH] gnu: Add python-orgparse.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
52035: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52035
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/python-xyz.scm (python-orgparse): New variable.
---
gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6dd4c1a59c..6d401c7f91 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28013,6 +28013,32 @@ (define-public python-ijson
interfaces.")
(license license:bsd-3)))
+(define-public python-orgparse
+ (package
+ (name "python-orgparse")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "orgparse" version))
+ (sha256
+ (base32 "14iv4pg3rma9560plg0w943x04mr2cmrssda43y2d1x9acrd2n71"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv" "orgparse/tests")))))))
+ (native-inputs
+ `(("python-pytest" ,python-pytest)
+ ("python-setuptools-scm" ,python-setuptools-scm)))
+ (home-page "https://github.com/karlicoss/orgparse")
+ (synopsis "Org-mode parser in Python")
+ (description "Python module for reading Emacs org-mode files.")
+ (license license:bsd-3)))
+
(define-public python-sgmllib3k
(package
(name "python-sgmllib3k")
--
2.34.0
[Message part 3 (message/rfc822, inline)]
On Tue, 23 Nov 2021 10:36:12 +0100 Nicolas Goaziou <mail <at> nicolasgoaziou.fr> wrote:
> Hello,
>
> jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
>
> > * gnu/packages/python-xyz.scm (python-orgparse): New variable.
>
> I fixed indentation, tweaked description (which requires full sentences)
> and applied your patch. Thank you!
>
> Regards,
> --
> Nicolas Goaziou
Thanks!
This bug report was last modified 3 years and 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.