From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21449 invoked by alias); 6 May 2016 13:15:28 -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 21433 invoked by uid 89); 6 May 2016 13:15:27 -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=Hx-languages-length:736, Ports, itp, ITP X-HELO: mail-qk0-f169.google.com Received: from mail-qk0-f169.google.com (HELO mail-qk0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 06 May 2016 13:15:17 +0000 Received: by mail-qk0-f169.google.com with SMTP id r184so59587292qkc.1 for ; Fri, 06 May 2016 06:15:17 -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:date:message-id:subject:from:to; bh=s3TkFHeJBA1wPd8bBjkyYX6KCYV/JxE3B8mN8OXbEaU=; b=CLbAKAoJJNYuKHaavP1evbrdhkIZNjrabT8Rwj/XizD8IQBGorIzQyJep3ADbsPphz 29Sy0S9rwxlYtJhpRzvhTw2BK0i/1rJNo06Ruo4FJ1TvApNUF1Ogg0DB4x5GANXdHj6Y ovEMgY8+6BRmN+FS71SojonV/8CCWuH/f56iJndjO6cyNdg1W4FpPv5AGag8lewUixhN hf14KHauzTZ2nR9A0i8DtD2IqSdPTnKEIPP6vqnfAPCY94jXpshPWtfE7j98tVxF3enD PyXaFSk7YnMfAXau7TYjaV7iohmk34jEWYVTmW+orrd+xDKQ2FjMpoeaw83W18B7z7AD HPmA== X-Gm-Message-State: AOPr4FWKh/2Szmle/OgKGVz1QIeRa2OpgRa9ZMCouj0X7pMVVQMr6RXfuMTXNajmzAMILqmvsQ1DQG0RP/q+Jw== MIME-Version: 1.0 X-Received: by 10.55.82.195 with SMTP id g186mr21296850qkb.47.1462540515336; Fri, 06 May 2016 06:15:15 -0700 (PDT) Received: by 10.237.38.65 with HTTP; Fri, 6 May 2016 06:15:15 -0700 (PDT) Date: Fri, 06 May 2016 13:15:00 -0000 Message-ID: Subject: [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/msg00014.txt.bz2 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."