svn commit: r342116 - head/devel/py-d2to1

Kubilay Kocak koobs at FreeBSD.org
Sat Feb 1 11:24:31 UTC 2014


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list