[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/4] gnu: Add python-avro.
From: |
Hartmut Goebel |
Subject: |
Re: [PATCH 1/4] gnu: Add python-avro. |
Date: |
Mon, 26 Sep 2016 11:31:48 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
Am 25.09.2016 um 23:17 schrieb Marius Bakke:
> +;;; Avro uses a single source repository for all implementations. The
> individual
> +;;; released versions often have missing or incomplete test data, so we
> define
> +;;; the common source here for use in all avro packages.
> +(define (avro-version) "1.8.1")
> +(define (avro-source version)
With "Avro uses a single source repository for all implementations " you
mean for both Python 2 and Python 3? Well, this is the common case :-)
Any other packages do have this and we never use a separate definition
for source or version. Please have a look at e.g. python-graphql-relay
(picked as example at random).
> + `(#:tests? #f ; Requires Apache Ivy.
Please add, why this is a problem. If Ivy is not yet pacakges, I suggest
adding something like "TODO: enable if Apache Ivy is packaged".
--
Regards
Hartmut Goebel
| Hartmut Goebel | address@hidden |
| www.crazy-compilers.com | compilers which you thought are impossible |