GNU bug report logs -
#32138
[PATCH] gnu: Add inchi.
Previous Next
Reported by: Kei Kebreau <kkebreau <at> posteo.net>
Date: Fri, 13 Jul 2018 13:40:03 UTC
Severity: normal
Tags: patch
Done: Kei Kebreau <kkebreau <at> posteo.net>
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 32138 in the body.
You can then email your comments to 32138 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#32138
; Package
guix-patches
.
(Fri, 13 Jul 2018 13:40:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kei Kebreau <kkebreau <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 13 Jul 2018 13:40:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/chemistry.scm (inchi): New variable.
---
gnu/packages/chemistry.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index f1359b2cf..df79f252b 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen <at> fastmail.net>
+;;; Copyright © 2018 Kei Kebreau <kkebreau <at> posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -20,9 +21,11 @@
#:use-module (guix packages)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix download)
+ #:use-module (gnu packages compression)
#:use-module (gnu packages gv)
#:use-module (gnu packages maths)
#:use-module (gnu packages python)
+ #:use-module (guix build-system gnu)
#:use-module (guix build-system python))
(define-public domainfinder
--
2.18.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#32138
; Package
guix-patches
.
(Fri, 13 Jul 2018 14:11:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 32138 <at> debbugs.gnu.org (full text, mbox):
Kei Kebreau <kkebreau <at> posteo.net> writes:
> * gnu/packages/chemistry.scm (inchi): New variable.
> ---
> gnu/packages/chemistry.scm | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
> index f1359b2cf..df79f252b 100644
> --- a/gnu/packages/chemistry.scm
> +++ b/gnu/packages/chemistry.scm
> @@ -1,5 +1,6 @@
> ;;; GNU Guix --- Functional package management for GNU
> ;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen <at> fastmail.net>
> +;;; Copyright © 2018 Kei Kebreau <kkebreau <at> posteo.net>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -20,9 +21,11 @@
> #:use-module (guix packages)
> #:use-module ((guix licenses) #:prefix license:)
> #:use-module (guix download)
> + #:use-module (gnu packages compression)
> #:use-module (gnu packages gv)
> #:use-module (gnu packages maths)
> #:use-module (gnu packages python)
> + #:use-module (guix build-system gnu)
> #:use-module (guix build-system python))
>
> (define-public domainfinder
It seems you forgot to commit the actual package definition :-).
Information forwarded
to
guix-patches <at> gnu.org
:
bug#32138
; Package
guix-patches
.
(Fri, 13 Jul 2018 19:03:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 32138 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Jelle Licht <jlicht <at> fsfe.org> writes:
> Kei Kebreau <kkebreau <at> posteo.net> writes:
>
>> * gnu/packages/chemistry.scm (inchi): New variable.
>> ---
>> gnu/packages/chemistry.scm | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
>> index f1359b2cf..df79f252b 100644
>> --- a/gnu/packages/chemistry.scm
>> +++ b/gnu/packages/chemistry.scm
>> @@ -1,5 +1,6 @@
>> ;;; GNU Guix --- Functional package management for GNU
>> ;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen <at> fastmail.net>
>> +;;; Copyright © 2018 Kei Kebreau <kkebreau <at> posteo.net>
>> ;;;
>> ;;; This file is part of GNU Guix.
>> ;;;
>> @@ -20,9 +21,11 @@
>> #:use-module (guix packages)
>> #:use-module ((guix licenses) #:prefix license:)
>> #:use-module (guix download)
>> + #:use-module (gnu packages compression)
>> #:use-module (gnu packages gv)
>> #:use-module (gnu packages maths)
>> #:use-module (gnu packages python)
>> + #:use-module (guix build-system gnu)
>> #:use-module (guix build-system python))
>>
>> (define-public domainfinder
>
> It seems you forgot to commit the actual package definition :-).
Whoops! Let's try this again!
[0001-gnu-Add-inchi.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#32138
; Package
guix-patches
.
(Fri, 13 Jul 2018 21:39:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 32138 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Fri, Jul 13, 2018 at 03:01:47PM -0400, Kei Kebreau wrote:
> From d132ab76417f238f914eb681a1c0f81b2375a1f9 Mon Sep 17 00:00:00 2001
> From: Kei Kebreau <kkebreau <at> posteo.net>
> Date: Fri, 13 Jul 2018 09:35:27 -0400
> Subject: [PATCH] gnu: Add inchi.
>
> * gnu/packages/chemistry.scm (inchi): New variable.
LGTM, thanks!
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Kei Kebreau <kkebreau <at> posteo.net>
:
You have taken responsibility.
(Sat, 14 Jul 2018 02:24:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kei Kebreau <kkebreau <at> posteo.net>
:
bug acknowledged by developer.
(Sat, 14 Jul 2018 02:24:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 32138-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:
> On Fri, Jul 13, 2018 at 03:01:47PM -0400, Kei Kebreau wrote:
>> From d132ab76417f238f914eb681a1c0f81b2375a1f9 Mon Sep 17 00:00:00 2001
>> From: Kei Kebreau <kkebreau <at> posteo.net>
>> Date: Fri, 13 Jul 2018 09:35:27 -0400
>> Subject: [PATCH] gnu: Add inchi.
>>
>> * gnu/packages/chemistry.scm (inchi): New variable.
>
> LGTM, thanks!
Thanks for reviewing! There are more chemistry-related packages on the way.
[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
.
(Sat, 11 Aug 2018 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.