From owner-svn-ports-all@freebsd.org Mon Jan 28 12:53:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 134EE14B3058; Mon, 28 Jan 2019 12:53:40 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A3D0C8A922; Mon, 28 Jan 2019 12:53:39 +0000 (UTC) (envelope-from steve@mouf.net) Received: from [10.0.1.118] (cpe-174-109-174-192.nc.res.rr.com [174.109.174.192]) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id x0SCrUw0016199 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 28 Jan 2019 12:53:36 GMT (envelope-from steve@mouf.net) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mouf.net; s=mail; t=1548680018; bh=Ap8/nY4goELRLiEx1kDOD5VjCGP4tXoQjqq6Ox/Bc0M=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=GXubR3sVG3iqPwbK1kuawy2fhfjO5HKIjz2hsGJ6Pt57X/Vma+qalN7D69AstcayR xH25nBzXGtk1l3L9rHEgz0XX2JV9sbPas+WxiM+j4iPXS3+WxrN42zO0MYJOY9ss5J 5PRQcubnz7XSeQs19e88qCs8fQeIStGZxslXWPWM= Subject: Re: svn commit: r491360 - in head/devel: . py-easyconfig To: koobs@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: python References: <201901271544.x0RFiFlg079631@repo.freebsd.org> From: Steve Wills Openpgp: preference=signencrypt Message-ID: Date: Mon, 28 Jan 2019 07:53:25 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Mon, 28 Jan 2019 12:53:37 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-Rspamd-Queue-Id: A3D0C8A922 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.90 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.90)[-0.897,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2019 12:53:40 -0000 Hi, On 1/27/19 9:29 PM, Kubilay Kocak wrote: > On 28/01/2019 2:44 am, Steve Wills wrote: > This looks like https://pypi.org/project/Python-EasyConfig/ > > easyconfig is a different, already registered package: > > https://pypi.org/project/easyconfig/ > Sorry, I'm not sure I understand what you're saying here. > > While python is willing the maintain python ports in most cases > especially if asked, as a fallback, or when maintainership is dropped, > new ports should generally be maintained by the person submitting them . Ok, I guess I'm used to the way ruby@ does things, where ruby@ can maintain things, meaning anyone in the group can update it if/when needed/desired, which really seems to help with keeping things up to date. I can take maintainership if you like, but I think you should consider leaving it for any python@ member. Steve >> +COMMENT=    Library for loading configurations easily in Python > >> +USE_GITHUB=    yes >> +GH_ACCOUNT=    RussellLuo >> + >> +.include >> >> Added: head/devel/py-easyconfig/distinfo >> ============================================================================== >> >> --- /dev/null    00:00:00 1970    (empty, because file is newly added) >> +++ head/devel/py-easyconfig/distinfo    Sun Jan 27 15:44:14 2019    >> (r491360) >> @@ -0,0 +1,3 @@ >> +TIMESTAMP = 1548603424 >> +SHA256 (RussellLuo-easyconfig-v0.1.7_GH0.tar.gz) = >> 85d1b883c429c45f04258834970ae1a7e3fb5a7f0b133b02bcd2785115e1ae28 >> +SIZE (RussellLuo-easyconfig-v0.1.7_GH0.tar.gz) = 5496 >> >> Added: head/devel/py-easyconfig/pkg-descr >> ============================================================================== >> >> --- /dev/null    00:00:00 1970    (empty, because file is newly added) >> +++ head/devel/py-easyconfig/pkg-descr    Sun Jan 27 15:44:14 2019    >> (r491360) >> @@ -0,0 +1,4 @@ >> +A simple library for loading configurations easily in Python, >> +inspired by `flask.config`. >> + >> +WWW: https://github.com/RussellLuo/easyconfig >>