guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#58387] [PATCH v2 2/2] gnu: Add cobib. * gnu/packages/python-xyz.scm


From: (
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

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 via email to

[Prev in Thread] Current Thread [Next in Thread]