guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/18] gnu: Add python-alembic.


From: Christopher Allan Webber
Subject: Re: [PATCH 2/18] gnu: Add python-alembic.
Date: Fri, 19 Feb 2016 15:59:27 -0800

Leo Famulari writes:

> On Mon, Feb 15, 2016 at 03:26:41PM -0800, Christopher Allan Webber wrote:
>> From 058ebb088ce2998f120f461699c3550f1fc8034b Mon Sep 17 00:00:00 2001
>> From: Christopher Allan Webber <address@hidden>
>> Date: Sat, 13 Feb 2016 17:04:24 -0800
>> Subject: [PATCH 02/18] gnu: Add python-alembic.
>> 
>> * gnu/packages/python.scm (python-alembic, python2-alembic): New variables.
>> ---
>>  gnu/packages/python.scm | 36 ++++++++++++++++++++++++++++++++++++
>>  1 file changed, 36 insertions(+)
>> 
>> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
>> index 5b7e4ac..7b794d1 100644
>> --- a/gnu/packages/python.scm
>> +++ b/gnu/packages/python.scm
>> @@ -3573,6 +3573,42 @@ simple and Pythonic domain language.")
>>  (define-public python2-sqlalchemy
>>    (package-with-python2 python-sqlalchemy))
>>  
>> +(define-public python-alembic
>> +  (package
>> +    (name "python-alembic")
>> +    (version "0.8.4")
>> +    (source
>> +     (origin
>         ^
> I would move this 1 character to the right, and shift the rest of origin
> accordingly.

Hm, we usually follow emacs indentation patterns, and this is how emacs
indents it...



reply via email to

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