all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: sqlalchemy-utils: Update description to include optional dependencies.
@ 2016-11-06 21:07 Danny Milosavljevic
  2016-11-06 21:12 ` [PATCH v2] " Danny Milosavljevic
  0 siblings, 1 reply; 4+ messages in thread
From: Danny Milosavljevic @ 2016-11-06 21:07 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python-sqlalchemy-utils)[description]: Include
  optional dependencies.
---
 gnu/packages/python.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6b2c9e9..ff55735 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4010,7 +4010,19 @@ both of which are installed automatically if you install this library.")
     (synopsis "Various utility functions for SQLAlchemy")
     (description
      "SQLAlchemy-utils provides various utility functions and custom data types
-for SQLAlchemy.  SQLAlchemy is an SQL database abstraction library for Python.")
+for SQLAlchemy.  SQLAlchemy is an SQL database abstraction library for Python.
+
+You might want to install the following optional dependencies of python-sqlalchemy-utils:
+@enumerate
+@item @code{python-passlib}
+@item @code{python-babel}
+@item @code{python-cryptography}
+@item @code{python-pytz}
+@item @code{python-psycopg2}
+@item @code{python-furl}
+@item @code{python-flask-babel}
+@end enumerate
+")
     (properties `((python2-variant . ,(delay python2-sqlalchemy-utils))))
     (license license:bsd-3)))
 

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

* [PATCH v2] gnu: sqlalchemy-utils: Update description to include optional dependencies.
  2016-11-06 21:07 [PATCH] gnu: sqlalchemy-utils: Update description to include optional dependencies Danny Milosavljevic
@ 2016-11-06 21:12 ` Danny Milosavljevic
  2016-11-06 22:07   ` Hartmut Goebel
  2016-11-07 17:53   ` Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: Danny Milosavljevic @ 2016-11-06 21:12 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python-sqlalchemy-utils)[description]: Include
  optional dependencies.
---
 gnu/packages/python.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6b2c9e9..5b5287e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4010,7 +4010,19 @@ both of which are installed automatically if you install this library.")
     (synopsis "Various utility functions for SQLAlchemy")
     (description
      "SQLAlchemy-utils provides various utility functions and custom data types
-for SQLAlchemy.  SQLAlchemy is an SQL database abstraction library for Python.")
+for SQLAlchemy.  SQLAlchemy is an SQL database abstraction library for Python.
+
+You might also want to install the following optional dependencies:
+@enumerate
+@item @code{python-passlib}
+@item @code{python-babel}
+@item @code{python-cryptography}
+@item @code{python-pytz}
+@item @code{python-psycopg2}
+@item @code{python-furl}
+@item @code{python-flask-babel}
+@end enumerate
+")
     (properties `((python2-variant . ,(delay python2-sqlalchemy-utils))))
     (license license:bsd-3)))
 

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

* Re: [PATCH v2] gnu: sqlalchemy-utils: Update description to include optional dependencies.
  2016-11-06 21:12 ` [PATCH v2] " Danny Milosavljevic
@ 2016-11-06 22:07   ` Hartmut Goebel
  2016-11-07 17:53   ` Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: Hartmut Goebel @ 2016-11-06 22:07 UTC (permalink / raw)
  To: guix-devel

Am 06.11.2016 um 22:12 schrieb Danny Milosavljevic:
> * gnu/packages/python.scm (python-sqlalchemy-utils)[description]: Include
>   optional dependencies.
> ---
>  gnu/packages/python.scm | 14 +++++++++++++-
>  1 file changed, 13 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 6b2c9e9..5b5287e 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -4010,7 +4010,19 @@ both of which are installed automatically if you install this library.")
>      (synopsis "Various utility functions for SQLAlchemy")
>      (description
>       "SQLAlchemy-utils provides various utility functions and custom data types
> -for SQLAlchemy.  SQLAlchemy is an SQL database abstraction library for Python.")
> +for SQLAlchemy.  SQLAlchemy is an SQL database abstraction library for Python.
> +
> +You might also want to install the following optional dependencies:
> +@enumerate
> +@item @code{python-passlib}
> +@item @code{python-babel}
> +@item @code{python-cryptography}
> +@item @code{python-pytz}
> +@item @code{python-psycopg2}
> +@item @code{python-furl}
> +@item @code{python-flask-babel}
> +@end enumerate
> +")
>      (properties `((python2-variant . ,(delay python2-sqlalchemy-utils))))
>      (license license:bsd-3)))
>  
>

LGTM.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

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

* Re: [PATCH v2] gnu: sqlalchemy-utils: Update description to include optional dependencies.
  2016-11-06 21:12 ` [PATCH v2] " Danny Milosavljevic
  2016-11-06 22:07   ` Hartmut Goebel
@ 2016-11-07 17:53   ` Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2016-11-07 17:53 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: guix-devel

On Sun, Nov 06, 2016 at 10:12:53PM +0100, Danny Milosavljevic wrote:
> * gnu/packages/python.scm (python-sqlalchemy-utils)[description]: Include
>   optional dependencies.

I changed the commit message to include the name of the changed
packages and pushed. Thanks!

In the commit title, I used the package name 'python-sqlalchemy-utils',
and in the commit message I mentioned both the Python 2 and 3 variants
of the package.

It's important to follow these conventions. It makes it possible to see
the log of changes to a package by searching for 'gnu:
python-sqlalchemy-utils' in the Git log, and other tricks like that.

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

end of thread, other threads:[~2016-11-07 17:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-06 21:07 [PATCH] gnu: sqlalchemy-utils: Update description to include optional dependencies Danny Milosavljevic
2016-11-06 21:12 ` [PATCH v2] " Danny Milosavljevic
2016-11-06 22:07   ` Hartmut Goebel
2016-11-07 17:53   ` Leo Famulari

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.