From: Marius Bakke <mbakke@fastmail.com>
To: Danny Milosavljevic <dannym@scratchpost.org>, guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add python-sadisplay.
Date: Wed, 07 Dec 2016 14:23:01 +0100 [thread overview]
Message-ID: <87d1h3naa2.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <20161206214355.7904-1-dannym@scratchpost.org>
[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]
Danny Milosavljevic <dannym@scratchpost.org> 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
prev parent reply other threads:[~2016-12-07 13:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-06 21:43 [PATCH] gnu: Add python-sadisplay Danny Milosavljevic
2016-12-07 13:23 ` Marius Bakke [this message]
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=87d1h3naa2.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me \
--to=mbakke@fastmail.com \
--cc=dannym@scratchpost.org \
--cc=guix-devel@gnu.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.