unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Marius Bakke <marius@gnu.org>
To: zimoun <zimon.toutoune@gmail.com>, help-guix <help-guix@gnu.org>
Subject: Re: failing to package attrs-strict for swh.model
Date: Thu, 25 Jun 2020 16:42:16 +0200	[thread overview]
Message-ID: <878sgbcilz.fsf@gnu.org> (raw)
In-Reply-To: <86imffb8s6.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 966 bytes --]

zimoun <zimon.toutoune@gmail.com> writes:

>> Can you paste the full package definition?
>
> Well, I have tried with and without the 'arguments'.
>
> --8<---------------cut here---------------start------------->8---
> (define-public python-attrs-strict
>   (package
>     (name "python-attrs-strict")
>     (version "0.1.0")
>     (source
>       (origin
>         (method url-fetch)
>         (uri (pypi-uri "attrs_strict" version))
>         (sha256
>           (base32
>             "0nldyv053xiv9aaysjszgisi9d9d87f5l2jf3rhl3xm9c9spar96"))))
>     (build-system python-build-system)
>     (native-inputs
>      `(("python-pytest" ,python-pytest)
>        ("python-pluggy" ,python-pluggy)))
>     (propagated-inputs
>       `(("python-attrs" ,python-attrs)
>         ("python-typing" ,python-typing)))

Does it make a difference if you remove python-typing?  That
functionality was merged into Python 3.5, perhaps it expects an older
version of 'collections.abc'.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  parent reply	other threads:[~2020-06-25 14:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-23 20:54 failing to package attrs-strict for swh.model zimoun
2020-06-24 20:10 ` Marius Bakke
2020-06-25 12:59   ` zimoun
2020-06-25 13:04     ` Efraim Flashner
2020-06-25 13:29       ` zimoun
2020-06-25 14:42     ` Marius Bakke [this message]
2020-06-25 15:07       ` zimoun

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878sgbcilz.fsf@gnu.org \
    --to=marius@gnu.org \
    --cc=help-guix@gnu.org \
    --cc=zimon.toutoune@gmail.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).