From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/4] gnu: Add python-pykafka and python2-pykafka. Date: Fri, 10 Jun 2016 14:38:08 +0200 Message-ID: <871t452p8v.fsf@gnu.org> References: <1465307853-12065-1-git-send-email-iyzsong@gmail.com> <1465307853-12065-3-git-send-email-iyzsong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBLhZ-0004r6-Fw for guix-devel@gnu.org; Fri, 10 Jun 2016 08:38:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBLhU-0002nI-Fv for guix-devel@gnu.org; Fri, 10 Jun 2016 08:38:17 -0400 In-Reply-To: <1465307853-12065-3-git-send-email-iyzsong@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Tue, 7 Jun 2016 21:57:33 +0800") 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > * gnu/packages/python.scm (python-pykafka, python2-pykafka): New variable= s. [...] > + (home-page "https://pykafka.readthedocs.io/") > + (synopsis "Apache Kafka client for Python") > + (description > + "PyKafka is an Apache Kafka client for Python. For this first sentence: =E2=80=9CPyKafka is a client for the Apache Kafka distributed messaging system.=E2=80=9D Otherwise LGTM! Ludo=E2=80=99.