ports/155091: [Update]sysutils/py-filelike:update to 0.4.1 and fix build with python-2.7

Wen Heping wen at FreeBSD.org
Sun Feb 27 15:10:14 UTC 2011


>Number:         155091
>Category:       ports
>Synopsis:       [Update]sysutils/py-filelike:update to 0.4.1 and fix build with python-2.7
>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:   Sun Feb 27 15:10:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        
>Organization:
FreeBSD
>Environment:
>Description:
update to 0.4.1 and fix build with python-2.7
>How-To-Repeat:

>Fix:
diff -urN py-filelike.orig/Makefile py-filelike/Makefile
--- py-filelike.orig/Makefile   2011-02-27 14:59:50.000000000 +0000
+++ py-filelike/Makefile        2011-02-27 14:49:35.000000000 +0000
@@ -5,14 +5,14 @@
 # $FreeBSD: ports/sysutils/py-filelike/Makefile,v 1.1 2009/09/18 01:50:25 yzlin Exp $

 PORTNAME=      filelike
-PORTVERSION=   0.3.4
+PORTVERSION=   0.4.1
 CATEGORIES=    sysutils python
 MASTER_SITES=  CHEESESHOP

 MAINTAINER=    dikshie at sfc.wide.ad.jp
 COMMENT=       Python module for building and manipulating file-like object

-USE_PYTHON=    2.5-2.6
+USE_PYTHON=            yes
 USE_PYDISTUTILS=       easy_install

 .include <bsd.port.mk>
diff -urN py-filelike.orig/distinfo py-filelike/distinfo
--- py-filelike.orig/distinfo   2011-02-27 14:59:50.000000000 +0000
+++ py-filelike/distinfo        2011-02-27 14:49:40.000000000 +0000
@@ -1,3 +1,2 @@
-MD5 (filelike-0.3.4.tar.gz) = d39046324908a04851645aeea3ae365c
-SHA256 (filelike-0.3.4.tar.gz) = c8882b15ad17c1ee189004db4e23de30152574caa0dd993fb764b275403c646d
-SIZE (filelike-0.3.4.tar.gz) = 36950
+SHA256 (filelike-0.4.1.tar.gz) = 0f74981e176baec98b0f8abf30b1a2a9a102f8a4b6f3c202b17551d970a8f3d9
+SIZE (filelike-0.4.1.tar.gz) = 38439
diff -urN py-filelike.orig/files/patch-setup.py py-filelike/files/patch-setup.py
--- py-filelike.orig/files/patch-setup.py       2011-02-27 14:59:50.000000000 +0000
+++ py-filelike/files/patch-setup.py    1970-01-01 00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
---- setup.py.orig
-+++ setup.py
-@@ -5,9 +5,6 @@
- #  This script is placed in the public domain.
- #
-
--import ez_setup
--ez_setup.use_setuptools()
--
- from setuptools import setup, find_packages
-
- #  Import to allow pertinent info to be extracted


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



More information about the freebsd-ports-bugs mailing list