From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: [PATCH v2] gnu: sqlalchemy-utils: Update description to include optional dependencies. Date: Sun, 6 Nov 2016 23:07:15 +0100 Message-ID: <7c9b4021-8436-d354-29e7-8d07777ae01c@crazy-compilers.com> References: <20161106210723.4646-1-dannym@scratchpost.org> <20161106211253.6100-1-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3Vb0-0001uA-Nn for guix-devel@gnu.org; Sun, 06 Nov 2016 17:07:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3Vax-0002Av-3q for guix-devel@gnu.org; Sun, 06 Nov 2016 17:07:22 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:51668) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3Vaw-0002A3-TG for guix-devel@gnu.org; Sun, 06 Nov 2016 17:07:19 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3tBqS54kTmz3hnJS for ; Sun, 6 Nov 2016 23:07:17 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3tBqS53kmKzvlQ5 for ; Sun, 6 Nov 2016 23:07:17 +0100 (CET) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id Lp1K0sVV_BUG for ; Sun, 6 Nov 2016 23:07:16 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-153-154.dynamic.mnet-online.de [188.174.153.154]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sun, 6 Nov 2016 23:07:16 +0100 (CET) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id EC5B560378 for ; Sun, 6 Nov 2016 23:07:15 +0100 (CET) In-Reply-To: <20161106211253.6100-1-dannym@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org 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 |