all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "\( via Guix-patches" via <guix-patches@gnu.org>
To: "M" <matf@disr.it>, <58387@debbugs.gnu.org>
Subject: [bug#58387] [PATCH v2 2/2] gnu: Add cobib. * gnu/packages/python-xyz.scm (python-cobib): New variable.
Date: Sun, 09 Oct 2022 12:11:25 +0100	[thread overview]
Message-ID: <CNHCI5PG772Q.15I0HPSK2BGZ9@guix-framework> (raw)
In-Reply-To: <20221009110401.29845-2-matf@disr.it>

On Sun Oct 9, 2022 at 12:04 PM BST, M wrote:
> +(define-public python-cobib
> +  (package
> +    (name "python-cobib")
> +    (version "3.5.2")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (pypi-uri "cobib" version))
> +              (file-name (string-append name "-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "16nbrbvascbf6cb7yvn9q793dy8zx703pqrmk3mswib9a19mnx3n"))))
> +    (build-system python-build-system)
> +    (propagated-inputs 
> +     (list python-beautifulsoup4
> +           python-bibtexparser
> +           python-pylatexenc
> +           python-requests
> +           python-requests-oauthlib
> +           python-ruamel.yaml))
> +    (native-inputs
> +     (list python-future
> +           python-pyte
> +           python-pytest))
> +    (home-page "https://gitlab.com/mrossinek/cobib")
> +    (synopsis "Terminal-based bibliography management tool")
> +    (description
> +     "@command{cobib} is a command-line based bibliography management tool.  It
> +uses a plain-text database, a location-independent library, and features git
> +integration, command-line support, and a curses-based TUI.")
> +    (license license:expat)))

LGTM

    -- (




  reply	other threads:[~2022-10-09 11:12 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-09  3:01 [bug#58387] [PATCH 0/2] Add cobib M
2022-10-09  3:02 ` [bug#58387] [PATCH 1/2] gnu: Add python-pylatexenc. * gnu/packages/python-xyz.scm (python-pylatexenc): New variable M
2022-10-09  3:02   ` [bug#58387] [PATCH 2/2] gnu: Add cobib. * gnu/packages/python-xyz.scm (python-cobib): " M
2022-10-09  8:37     ` ( via Guix-patches via
2022-10-09  8:34   ` [bug#58387] [PATCH 1/2] gnu: Add python-pylatexenc. * gnu/packages/python-xyz.scm (python-pylatexenc): " ( via Guix-patches via
2022-10-09 11:04 ` [bug#58387] [PATCH v2 " M
2022-10-09 11:04   ` [bug#58387] [PATCH v2 2/2] gnu: Add cobib. * gnu/packages/python-xyz.scm (python-cobib): " M
2022-10-09 11:11     ` ( via Guix-patches via [this message]
2022-10-09 11:11   ` [bug#58387] [PATCH v2 1/2] gnu: Add python-pylatexenc. * gnu/packages/python-xyz.scm (python-pylatexenc): " ( via Guix-patches via
2022-10-09 11:14 ` [bug#58387] [PATCH v3 " M
2022-10-09 11:14   ` [bug#58387] [PATCH v3 2/2] gnu: Add cobib. * gnu/packages/python-xyz.scm (python-cobib): " M
2022-10-09 11:18 ` [bug#58387] [PATCH v4 1/2] gnu: Add python-pylatexenc. * gnu/packages/python-xyz.scm (python-pylatexenc): " M
2022-10-09 11:18   ` [bug#58387] [PATCH v4 2/2] gnu: Add cobib. * gnu/packages/python-xyz.scm (python-cobib): " M
2022-10-09 11:20 ` [bug#58387] [PATCH v5 1/2] gnu: Add python-pylatexenc. * gnu/packages/python-xyz.scm (python-pylatexenc): " M
2022-10-09 11:20   ` [bug#58387] [PATCH v5 2/2] gnu: Add cobib. * gnu/packages/python-xyz.scm (python-cobib): " M
2022-10-09 11:44     ` ( via Guix-patches via
2022-10-11 11:09       ` bug#58387: " Christopher Baines

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

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

  git send-email \
    --in-reply-to=CNHCI5PG772Q.15I0HPSK2BGZ9@guix-framework \
    --to=guix-patches@gnu.org \
    --cc=58387@debbugs.gnu.org \
    --cc=matf@disr.it \
    --cc=paren@disroot.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.