From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 12 20:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTP id 9E90CF22 for ; Sat, 12 Oct 2013 20:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7CCCD2F34 for ; Sat, 12 Oct 2013 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CKK0xP012149 for ; Sat, 12 Oct 2013 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9CKK00i012148; Sat, 12 Oct 2013 20:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Oct 2013 20:20:00 GMT Resent-Message-Id: <201310122020.r9CKK00i012148@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau 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 ESMTP id 5469AE36 for ; Sat, 12 Oct 2013 20:15:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28A172F2A for ; Sat, 12 Oct 2013 20:15:32 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9CKFV8w022084 for ; Sat, 12 Oct 2013 20:15:31 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9CKFVRH022081; Sat, 12 Oct 2013 20:15:31 GMT (envelope-from nobody) Message-Id: <201310122015.r9CKFVRH022081@oldred.freebsd.org> Date: Sat, 12 Oct 2013 20:15:31 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182934: [UPDATE] devel/py-xmltodict to 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 20:20:00 -0000 >Number: 182934 >Category: ports >Synopsis: [UPDATE] devel/py-xmltodict to 0.8.1 >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: Sat Oct 12 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: >Organization: >Environment: >Description: - Update to 0.8.1 - Add PYTHON_PY3K_PLIST_HACK macro - Support STAGEDIR - Add patch which prevents to download another release 'distribute' >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (révision 330182) +++ Makefile (copie de travail) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmltodict -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +14,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes +PYTHON_PY3K_PLIST_HACK= yes -NO_STAGE= yes -.include - -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include +.include Index: distinfo =================================================================== --- distinfo (révision 330182) +++ distinfo (copie de travail) @@ -1,2 +1,2 @@ -SHA256 (xmltodict-0.7.0.tar.gz) = 3868de239d2e487402eef15ab733ad8eea9c06f31422845571557b0b91f84dd7 -SIZE (xmltodict-0.7.0.tar.gz) = 12193 +SHA256 (xmltodict-0.8.1.tar.gz) = d02e6320413b9c2c5b26e21fe670cb461e2be5af384201de74cff4ea14219a63 +SIZE (xmltodict-0.8.1.tar.gz) = 30348 Index: files/patch-setup.py =================================================================== --- files/patch-setup.py (révision 0) +++ files/patch-setup.py (copie de travail) @@ -0,0 +1,21 @@ +Use 'distribute' package provides by ports tree. + +--- ./setup.py.orig 2013-10-11 00:08:24.000000000 +0000 ++++ ./setup.py 2013-10-12 21:59:11.000000000 +0000 +@@ -1,8 +1,6 @@ + #!/usr/bin/env python +-from distribute_setup import use_setuptools +-use_setuptools() + +-from setuptools import setup ++from distutils.core import setup + import xmltodict + + setup(name='xmltodict', +@@ -30,5 +28,5 @@ + 'Topic :: Text Processing :: Markup :: XML', + ], + py_modules=['xmltodict'], +- setup_requires=['nose>=1.0', 'coverage'], ++ #setup_requires=['nose>=1.0', 'coverage'], + ) >Release-Note: >Audit-Trail: >Unformatted: