From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by sourceware.org (Postfix) with ESMTP id 67F393858D35 for ; Sun, 5 Jul 2020 22:21:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 67F393858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=yselkowitz@cygwin.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-34-F3acI9PqOAKkpFPZP5Jw7w-1; Sun, 05 Jul 2020 18:21:13 -0400 X-MC-Unique: F3acI9PqOAKkpFPZP5Jw7w-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3C9F7188360D for ; Sun, 5 Jul 2020 22:21:12 +0000 (UTC) Received: from ovpn-112-157.rdu2.redhat.com (ovpn-112-157.rdu2.redhat.com [10.10.112.157]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E4F6E275E2C for ; Sun, 5 Jul 2020 22:21:11 +0000 (UTC) Message-ID: <310be1158ff750d09d958014aba3b142c6b5e71f.camel@cygwin.com> Subject: Re: [ITP] python3-pillow From: Yaakov Selkowitz To: cygwin-apps@cygwin.com Date: Sun, 05 Jul 2020 18:21:10 -0400 In-Reply-To: References: User-Agent: Evolution 3.36.3 (3.36.3-1.fc32) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2020 22:21:16 -0000 On Fri, 2020-06-26 at 01:49 +0100, Hamish McIntyre-Bhatty via Cygwin- apps wrote: > This email signals my intent to package python3-pillow > (https://pypi.org/project/Pillow) for Cygwin. Pillow is a fork of the > Python Imaging Library. >=20 > I wish to package this because I have found that PyCrust (built with > wxPython) depends on Pillow and won't run without it installed. As > before, my test packages can be found at > https://www.hamishmb.com/files/cygwin-temp/. >=20 > If anyone has feedback I'd appreciate it very much. 1) Source packages are generally named python-*. 2) This should be an ITA for python-imaging instead, which has been Pillow-based for a long time. -- Yaakov