unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add python-sadisplay.
@ 2016-12-06 21:43 Danny Milosavljevic
  2016-12-07 13:23 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2016-12-06 21:43 UTC (permalink / raw)
  To: guix-devel

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

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)))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: Add python-sadisplay.
  2016-12-06 21:43 [PATCH] gnu: Add python-sadisplay Danny Milosavljevic
@ 2016-12-07 13:23 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2016-12-07 13:23 UTC (permalink / raw)
  To: Danny Milosavljevic, guix-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-07 13:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-06 21:43 [PATCH] gnu: Add python-sadisplay Danny Milosavljevic
2016-12-07 13:23 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

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

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).