GNU bug report logs - #39904
Update of python-anndata

Previous Next

Package: guix-patches;

Reported by: Roel Janssen <roel <at> roelserve.com>

Date: Wed, 4 Mar 2020 15:01:01 UTC

Severity: normal

Done: Roel Janssen <roel <at> roelserve.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 39904 in the body.
You can then email your comments to 39904 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#39904; Package guix-patches. (Wed, 04 Mar 2020 15:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Roel Janssen <roel <at> roelserve.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 04 Mar 2020 15:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Roel Janssen <roel <at> roelserve.com>
To: guix-patches <at> gnu.org
Subject: Update of python-anndata
Date: Wed, 04 Mar 2020 11:25:33 +0100
[Message part 1 (text/plain, inline)]
Dear Guix,

I'd like to update our package for python-anndata.  For this I needed to add a
few more packages that are used in the test suite of python-anndata.

I attached the patches.  Note that for python-zarr I disabled the tests because
the majority of the tests need external packages.  We could add all dependencies
to make the test suite work, but that requires a significant amount of work (for
example, the Azure SDK for Python is one of the external dependencies).

Is it OK to move forward with the disabled test suite for python-zarr?

Thanks!

Kind regards,
Roel Janssen

[0004-gnu-Update-python-anndata-to-0.7.1.patch (text/x-patch, attachment)]
[0003-gnu-Add-python-zarr.patch (text/x-patch, attachment)]
[0002-gnu-Add-python-asciitree.patch (text/x-patch, attachment)]
[0001-gnu-Add-python-numcodecs.patch (text/x-patch, attachment)]

Reply sent to Roel Janssen <roel <at> roelserve.com>:
You have taken responsibility. (Fri, 06 Mar 2020 09:45:02 GMT) Full text and rfc822 format available.

Notification sent to Roel Janssen <roel <at> roelserve.com>:
bug acknowledged by developer. (Fri, 06 Mar 2020 09:45:02 GMT) Full text and rfc822 format available.

Message #10 received at 39904-close <at> debbugs.gnu.org (full text, mbox):

From: Roel Janssen <roel <at> roelserve.com>
To: 39904-close <at> debbugs.gnu.org
Subject: Re: bug#39904: Acknowledgement (Update of python-anndata)
Date: Fri, 06 Mar 2020 10:44:05 +0100
On Wed, 2020-03-04 at 15:01 +0000, GNU bug Tracking System wrote:
> Thank you for filing a new bug report with debbugs.gnu.org.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due
> course.
> 
> Your message has been sent to the package maintainer(s):
>  guix-patches <at> gnu.org
> 
> If you wish to submit further information on this problem, please
> send it to 39904 <at> debbugs.gnu.org.
> 
> Please do not send mail to help-debbugs <at> gnu.org unless you wish
> to report a problem with the Bug-tracking system.
> 

So, Ricardo has pushed similar patches in the meantime. Closing this
one.

Kind regards,
Roel Janssen






Information forwarded to guix-patches <at> gnu.org:
bug#39904; Package guix-patches. (Fri, 06 Mar 2020 22:02:01 GMT) Full text and rfc822 format available.

Message #13 received at 39904 <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Roel Janssen <roel <at> roelserve.com>
Cc: 39904 <at> debbugs.gnu.org
Subject: Re: [bug#39904] Update of python-anndata
Date: Fri, 06 Mar 2020 23:00:55 +0100
Hi Roel,

> I'd like to update our package for python-anndata.  For this I needed to add a
> few more packages that are used in the test suite of python-anndata.

I’m sorry I missed this patch series.  I noticed that scanpy failed to
build, so I worked on upgrading it together with anndata.  I must have
started the work right before your patches came in.

> I attached the patches.  Note that for python-zarr I disabled the tests because
> the majority of the tests need external packages.  We could add all dependencies
> to make the test suite work, but that requires a significant amount of work (for
> example, the Azure SDK for Python is one of the external dependencies).

These tests that use external services (such as Azure Storage Blob,
Redis, etc) can be disabled with environment variables, which is what I
did in my version of the package definition.

--
Ricardo




Information forwarded to guix-patches <at> gnu.org:
bug#39904; Package guix-patches. (Sat, 07 Mar 2020 08:51:02 GMT) Full text and rfc822 format available.

Message #16 received at 39904 <at> debbugs.gnu.org (full text, mbox):

From: Roel Janssen <roel <at> roelserve.com>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 39904 <at> debbugs.gnu.org
Subject: Re: [bug#39904] Update of python-anndata
Date: Sat, 07 Mar 2020 09:50:19 +0100
On Fri, 2020-03-06 at 23:00 +0100, Ricardo Wurmus wrote:
> Hi Roel,
> 
> > I'd like to update our package for python-anndata.  For this I
> > needed to add a
> > few more packages that are used in the test suite of python-
> > anndata.
> 
> I’m sorry I missed this patch series.  I noticed that scanpy failed
> to
> build, so I worked on upgrading it together with anndata.  I must
> have
> started the work right before your patches came in.
> 
> > I attached the patches.  Note that for python-zarr I disabled the
> > tests because
> > the majority of the tests need external packages.  We could add all
> > dependencies
> > to make the test suite work, but that requires a significant amount
> > of work (for
> > example, the Azure SDK for Python is one of the external
> > dependencies).
> 
> These tests that use external services (such as Azure Storage Blob,
> Redis, etc) can be disabled with environment variables, which is what
> I
> did in my version of the package definition.

Thanks.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 04 Apr 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 22 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.