From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 11:24:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1CF0E37; Sat, 1 Feb 2014 11:24:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C49C215CD; Sat, 1 Feb 2014 11:24:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s11BOUxp032818; Sat, 1 Feb 2014 11:24:30 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s11BOU0T032816; Sat, 1 Feb 2014 11:24:30 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201402011124.s11BOU0T032816@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 1 Feb 2014 11:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342116 - head/devel/py-d2to1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 01 Feb 2014 11:24:31 -0000 Author: koobs Date: Sat Feb 1 11:24:30 2014 New Revision: 342116 URL: http://svnweb.freebsd.org/changeset/ports/342116 QAT: https://qat.redports.org/buildarchive/r342116/ Log: devel/py-d2to1: Update to 0.2.11 and modernise - Enable STAGE support - Enable AUTOPLIST, delete pkg-plist - Deprecate easy_install target - Update LICENSE (BSD3CLAUSE) Changes: 0.2.10 (2013-04-10) * Replaced distribute_setup.py with ez_setup.py in order to bootstrap with modern setuptools when necessary. * Fixed a couple minor Python 3-specific issues. In particular the data_files option could be passed to setup() as a dict_items object instead of a list which is what would normally be expected. * Added a tox.ini (frankly I thought there already was one). Deleted: head/devel/py-d2to1/pkg-plist Modified: head/devel/py-d2to1/Makefile head/devel/py-d2to1/distinfo Modified: head/devel/py-d2to1/Makefile ============================================================================== --- head/devel/py-d2to1/Makefile Sat Feb 1 11:17:47 2014 (r342115) +++ head/devel/py-d2to1/Makefile Sat Feb 1 11:24:30 2014 (r342116) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= d2to1 -PORTVERSION= 0.2.10 +PORTVERSION= 0.2.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Distutils2-like setup.cfg files with setuptools setup.py -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/py-d2to1/distinfo ============================================================================== --- head/devel/py-d2to1/distinfo Sat Feb 1 11:17:47 2014 (r342115) +++ head/devel/py-d2to1/distinfo Sat Feb 1 11:24:30 2014 (r342116) @@ -1,2 +1,2 @@ -SHA256 (d2to1-0.2.10.tar.gz) = 90ed54749cdee1aab8daae720e3559dca97a47d071fa7f0592e75ffe869911e7 -SIZE (d2to1-0.2.10.tar.gz) = 41450 +SHA256 (d2to1-0.2.11.tar.gz) = 64097a1b9270458898a0047034e9ba422a6456f51771105f33edb6b38e19bfa8 +SIZE (d2to1-0.2.11.tar.gz) = 25237