Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2012 08:53:01 GMT
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163947: [UPDATE] devel/py-pylib: update to 1.4.6
Message-ID:  <201201090853.q098r1FN004916@red.freebsd.org>
Resent-Message-ID: <201201090900.q0990RA6020401@freefall.freebsd.org>

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

>Number:         163947
>Category:       ports
>Synopsis:       [UPDATE] devel/py-pylib: update to 1.4.6
>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:   Mon Jan 09 09:00:27 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- update to 1.4.6
- switch USE_PYTHON to just `yes', because it supports both python 2 and 3.

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

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/py-pylib/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	13 Sep 2011 10:06:54 -0000	1.7
+++ Makefile	9 Jan 2012 08:50:12 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pylib
-PORTVERSION=	1.4.5
+PORTVERSION=	1.4.6
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 MASTER_SITE_SUBDIR=	source/p/py
@@ -18,7 +18,8 @@
 
 LICENSE=	MIT
 
-USE_PYTHON=	2.5+
+# Python3 ready
+USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	py
 USE_ZIP=	yes
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/py-pylib/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	13 Sep 2011 10:06:54 -0000	1.5
+++ distinfo	9 Jan 2012 08:50:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (py-1.4.5.zip) = 8425c7140cfc5acf5b67cfb2f2af8d835ab2f6663ee2ca3d7206c1d81e1d35ea
-SIZE (py-1.4.5.zip) = 225478
+SHA256 (py-1.4.6.zip) = 59304dd3102b4604da2b11e515f5f44093a8f627a8dc08bd5dcdd964f8960c78
+SIZE (py-1.4.6.zip) = 226821


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



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