From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64324 invoked by alias); 11 May 2016 00:17:42 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 64241 invoked by uid 89); 11 May 2016 00:17:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=ini, Hx-languages-length:857, powerful X-HELO: mail-qg0-f68.google.com Received: from mail-qg0-f68.google.com (HELO mail-qg0-f68.google.com) (209.85.192.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 11 May 2016 00:17:30 +0000 Received: by mail-qg0-f68.google.com with SMTP id f74so1876054qge.3 for ; Tue, 10 May 2016 17:17:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=JPw/L3H2OnNpot/FB1cQ8EF/SZQaokHMlBV2kFhHGVk=; b=m9JWhZxWB7qOmUKh7pW6DnHoHHPWSyvy0AlqKFggXkaN34zpEZak4+T/vwfFlFeO2a psHwaHyJIPO6cJp5mnNph2LbOsvIDzEPVu2UE+xl6WceWMi4KS5vhIcaxfsH0+0sf+I6 cPbQrenCwkjmeM016itjm6Y7vNTGtc+KsSUVMhgG4bHpVA1C7Kev6Tkr4VamcfWGYOR2 /00aAGKoW0XySufNGD9djVplKJRAaU7MRAwqcWisPb7RwQo4sJTH/rsAdXkd3QiUMIae EOqXTsF+KWHkYARvXjBlNr96pqzMIpBvYYamfeLg5EpcPdgR5Jsh2Z12tgnThbUF1DRc 0zCg== X-Gm-Message-State: AOPr4FWLG07h35SvAxDQ6IpaCsrja08vJqNqWiYvOw2+ECOY2wSYu3Zp1bTA7cLGIGfRU87spTpyIet4M7dmYQ== MIME-Version: 1.0 X-Received: by 10.140.20.204 with SMTP id 70mr449812qgj.38.1462925848187; Tue, 10 May 2016 17:17:28 -0700 (PDT) Received: by 10.237.38.65 with HTTP; Tue, 10 May 2016 17:17:28 -0700 (PDT) In-Reply-To: References: Date: Wed, 11 May 2016 00:17:00 -0000 Message-ID: Subject: Re: [ITP] python-configobj 5.0.6 (4.7.2 is in Cygwin Ports) From: Mike DePaulo To: cygwin-apps@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00025.txt.bz2 Feedback? On Fri, May 6, 2016 at 9:15 AM, Mike DePaulo wrote: > This package is currently in Cygwin Ports at version 4.7.2-2, as well > as in major distros like Fedora & Debian. > > The 5.0.x series has a new upstream. They also removed the PKG-INFO file. > > It is a dependency of package terminator, which is currently in an ITP > state from Cygwin Ports also. > > https://github.com/mikedep333/python-configobj-cygport > ---- > category: Python > requires: python python-six > sdesc: "Python module for handling config files" > ldesc: "ConfigObj is a simple but powerful config file reader and writer: > an ini file round tripper. Its main feature is that it is very easy to use, > with a straightforward programmer's interface and a simple syntax for config > files."