guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add python-sadisplay.


From: Marius Bakke
Subject: Re: [PATCH] gnu: Add python-sadisplay.
Date: Wed, 07 Dec 2016 14:23:01 +0100
User-agent: Notmuch/0.23.3 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

Danny Milosavljevic <address@hidden> writes:

> * gnu/packages/python.scm (python-sadisplay): New variable.
> ---
>  gnu/packages/python.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)

Thanks! I updated home-page to HTTPS and added a python2 variant.

Applied as 1ed21519f7de3931489f45fee0d582a43a563380.

>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index d62422964..68c66b4ea 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -11825,3 +11825,26 @@ the Flask web framework in Python.  It is similar to 
> package
>  @code{python-flask-restful} but supports the @code{python-swagger}
>  documentation builder.")
>      (license license:expat)))
> +
> +(define-public python-sadisplay
> +  (package
> +    (name "python-sadisplay")
> +    (version "0.4.6")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (pypi-uri "sadisplay" version ".tar.gz"))
> +      (sha256
> +        (base32
> +          "0zqad2fl7q26p090qmqgmxbm6iwgf9zij1w8da1g3wdgjj72ql05"))))
> +    (build-system python-build-system)
> +    (propagated-inputs
> +      `(("python-sqlalchemy" ,python-sqlalchemy)))
> +    (native-inputs
> +      `(("python-nose" ,python-nose)))
> +    (home-page "http://bitbucket.org/estin/sadisplay";)
> +    (synopsis "SqlAlchemy schema displayer")
> +    (description "This package provides a program to build Entity
> +Relationship diagrams from a SQLAlchemy model (or directly from the
> +database).")
> +    (license license:bsd-3)))

Attachment: signature.asc
Description: PGP signature


reply via email to

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