From owner-svn-ports-head@freebsd.org Fri Jul 24 06:41:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 622909A9CFE; Fri, 24 Jul 2015 06:41:13 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AC8D19B7; Fri, 24 Jul 2015 06:41:13 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbbh15 with SMTP id bh15so8895286pdb.1; Thu, 23 Jul 2015 23:41:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=k389AmcnRLco8TEt8+ngpQma68I5QETzqNysXWo9yfI=; b=bu3zX42R+QPfmG3gah9/p8HuqaCKq0Mi40a5FeE2uGHVEe813l0R4/Z11djq4Gps1I R8tjaw8+Ci4CdhyPyXLLIJa6fwm5PcLBWLNnjDB+M25REomKZTLkMdGNoQ+xYg+40Hr4 ai1Jo+e8Jz4iiTsNYQPPi0SkaC1pXJeoXDL4fZXk8YiZu5XIdZJvsCaMLQMMTKNSFY6B fOC7s7dNBJzuj2HCIAFFAVQqP4QBhsZL0Wi0uVkn0C5ADz3Ih/pcXt0gfnPY5pvIT4kH QQeIRgEHLK5+0ggm40b+U5XWQjZgw5Ot/u+9oOzWnEGIzaiT+gzFvwH+ZF/W2pbLbVxn Rumw== X-Received: by 10.66.145.74 with SMTP id ss10mr28200449pab.28.1437720071652; Thu, 23 Jul 2015 23:41:11 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::5? (2001-44b8-31ae-7b01-0000-0000-0000-0005.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::5]) by smtp.gmail.com with ESMTPSA id ht9sm12463547pdb.0.2015.07.23.23.41.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jul 2015 23:41:11 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r392736 - in head/devel: . py-columnize References: <201507231557.t6NFvtMC027398@repo.freebsd.org> To: Josh Paetzel , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55B1DDFA.2010602@FreeBSD.org> Date: Fri, 24 Jul 2015 16:40:58 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507231557.t6NFvtMC027398@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2015 06:41:13 -0000 On 24/07/2015 1:57 AM, Josh Paetzel wrote: > Author: jpaetzel > Date: Thu Jul 23 15:57:54 2015 > New Revision: 392736 > URL: https://svnweb.freebsd.org/changeset/ports/392736 > > Log: > Welcome py-columnize to the ports tree. > > Format a simple (i.e. not nested) list into aligned columns > > Added: > head/devel/py-columnize/ > head/devel/py-columnize/Makefile (contents, props changed) > head/devel/py-columnize/distinfo (contents, props changed) > head/devel/py-columnize/pkg-descr (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Thu Jul 23 15:49:49 2015 (r392735) > +++ head/devel/Makefile Thu Jul 23 15:57:54 2015 (r392736) > @@ -3867,6 +3867,7 @@ > SUBDIR += py-collective.z3cform.datetimewidget > SUBDIR += py-colorama > SUBDIR += py-colorlog > + SUBDIR += py-columnize > SUBDIR += py-conditional > SUBDIR += py-configargparse > SUBDIR += py-configobj > > Added: head/devel/py-columnize/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-columnize/Makefile Thu Jul 23 15:57:54 2015 (r392736) > @@ -0,0 +1,23 @@ > +# $FreeBSD$ > + > +PORTNAME= columnize > +PORTVERSION= 0.3.8 > +CATEGORIES= devel python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= jpaetzel@FreeBSD.org > +COMMENT= Format a simple (i.e. not nested) list into aligned columns > + > +LICENSE= MIT > + > +MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:${PORTSDIR}/devel/py-nose > +MY_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size=1.0:${PORTSDIR}/devel/py-backports.shutil_get_terminal_size nose is *extremely* unlikely to be a build or run dependency (likely only for testing (tests_require), and backports.shutil_get_terminal_size is *very* likely only a RUN_DEPENDS. The packages setup.py should articulate which is which: setup_requires = BUILD_DEPENDS install_requires = RUN_DEPENDS tests_require = TEST_TEPENDS Keep in mind that the package authors may also not have declared their dependencies correctly. MY_DEPENDS isn't necessary either, just duplicate the dependencies for and in each of RUN/BUILD depends. Happy to help on IRC if you need to investigate further. Finally, thanks for adding more Python ports! > +BUILD_DEPENDS= ${MY_DEPENDS} > +RUN_DEPENDS= ${MY_DEPENDS} > + > +USES= python > +USE_PYTHON= autoplist distutils > + > +.include > > Added: head/devel/py-columnize/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-columnize/distinfo Thu Jul 23 15:57:54 2015 (r392736) > @@ -0,0 +1,2 @@ > +SHA256 (columnize-0.3.8.tar.gz) = c94d9173e0cb34682b1f63d2cea5924a522ef588981a7baa6a4c08a785808555 > +SIZE (columnize-0.3.8.tar.gz) = 9464 > > Added: head/devel/py-columnize/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-columnize/pkg-descr Thu Jul 23 15:57:54 2015 (r392736) > @@ -0,0 +1,3 @@ > +Format a simple (i.e. not nested) list into aligned columns. > + > +WWW: https://github.com/rocky/pycolumnize >