Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Dec 2011 09:02:41 GMT
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163014: [UPDATE] devel/py-six: update to 1.1.0
Message-ID:  <201112020902.pB292f66030658@red.freebsd.org>
Resent-Message-ID: <201112020910.pB29ACZv068350@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163014
>Category:       ports
>Synopsis:       [UPDATE] devel/py-six: update to 1.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 02 09:10:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- update to 1.1.0
- add LICENSE (MIT)
- change USE_PYTHON to just YES, because it will work with any supported python
  versions
- move pkg-plist to PLIST_FILES

Patch: http://people.freebsd.org/~rm/py-six-1.1.0.diff.txt
Log:   http://people.freebsd.org/~rm/py27-six-1.1.0.log
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/py-six/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	15 Nov 2011 06:33:15 -0000	1.1
+++ Makefile	2 Dec 2011 08:59:21 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	six
-PORTVERSION=	1.0.0
+PORTVERSION=	1.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,14 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Python 2 and 3 compatibility utilities
 
-USE_PYTHON=	2.5+
+LICENSE=	MIT
+
+# Python3 ready
+USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/six.py \
+		%%PYTHON_SITELIBDIR%%/six.pyc \
+		%%PYTHON_SITELIBDIR%%/six.pyo
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/py-six/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	15 Nov 2011 06:33:15 -0000	1.1
+++ distinfo	2 Dec 2011 08:59:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (six-1.0.0.tar.gz) = ca79c14c8cb5e58912d185f0e07ca9c687e232b7c68c4b73bf1c83ef5979333e
-SIZE (six-1.0.0.tar.gz) = 11694
+SHA256 (six-1.1.0.tar.gz) = 8c421a58100704148fd9ad2e38b05d5646f6d3139ac209dfda4c980d124c75ba
+SIZE (six-1.1.0.tar.gz) = 12573
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	15 Nov 2011 06:33:15 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-%%PYTHON_SITELIBDIR%%/six.py
-%%PYTHON_SITELIBDIR%%/six.pyc
-%%PYTHON_SITELIBDIR%%/six.pyo


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112020902.pB292f66030658>