From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 29 15:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B516F1DB for ; Tue, 29 Oct 2013 15:30: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 95A012EBD for ; Tue, 29 Oct 2013 15:30: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 r9TFU0o5079904 for ; Tue, 29 Oct 2013 15:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9TFU0HC079903; Tue, 29 Oct 2013 15:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 29 Oct 2013 15:30:00 GMT Resent-Message-Id: <201310291530.r9TFU0HC079903@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, Johannes Jost Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EA122A6D for ; Tue, 29 Oct 2013 15:20:26 +0000 (UTC) (envelope-from xmj@chaot.net) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF1C52DF6 for ; Tue, 29 Oct 2013 15:20:26 +0000 (UTC) Received: from mx12.chaot.net (62.65.222.235.cable.starman.ee [62.65.222.235]) by dd16522.kasserver.com (Postfix) with ESMTPSA id E9A1145649A; Tue, 29 Oct 2013 16:20:24 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id 6e37572a; Tue, 29 Oct 2013 17:20:24 +0200 (EET) Message-Id: <1573807893.enqueue@mx12.chaot.net> Date: Tue, 29 Oct 2013 17:20:24 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/183447: [MAINTAINER-UPDATE] devel/py-xmltodict: Stage support & other tweaks Cc: xmj@chaot.net 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: Tue, 29 Oct 2013 15:30:00 -0000 >Number: 183447 >Category: ports >Synopsis: [MAINTAINER-UPDATE] devel/py-xmltodict: Stage support & other tweaks >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 15:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #8: Sun Oct 13 11:56:41 EEST 2013 >Description: - Replace setuptools with distutils.core - Subsequently, add staging support - Remove redundant PYTHON_PY3K_PLIST_HACK (implied by PYDISTUTILS_AUTOPLIST) Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- py-xmltodict-0.8.3.patch begins here --- diff -ruN /usr/ports/devel/py-xmltodict/Makefile ./Makefile --- /usr/ports/devel/py-xmltodict/Makefile 2013-10-24 20:41:11.000000000 +0300 +++ ./Makefile 2013-10-29 17:16:22.291006683 +0200 @@ -1,5 +1,5 @@ # Created by: Johannes Meixner -# $FreeBSD: devel/py-xmltodict/Makefile 331505 2013-10-24 17:41:11Z olivierd $ +# $FreeBSD: head/devel/py-xmltodict/Makefile 331505 2013-10-24 17:41:11Z olivierd $ PORTNAME= xmltodict PORTVERSION= 0.8.3 @@ -13,14 +13,7 @@ LICENSE= MIT USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYTHON_PY3K_PLIST_HACK= yes - -# setuptools module doesn't support STAGEDIR -NO_STAGE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|setup_|#setup_|' ${WRKSRC}/setup.py .include diff -ruN /usr/ports/devel/py-xmltodict/files/patch-setup.py ./files/patch-setup.py --- /usr/ports/devel/py-xmltodict/files/patch-setup.py 1970-01-01 03:00:00.000000000 +0300 +++ ./files/patch-setup.py 2013-10-29 17:14:01.011010681 +0200 @@ -0,0 +1,18 @@ +--- ./setup.py.orig 2013-10-21 11:53:07.000000000 +0300 ++++ ./setup.py 2013-10-29 17:13:13.731011703 +0200 +@@ -1,6 +1,6 @@ + #!/usr/bin/env python + try: +- from setuptools import setup ++ from distutils.core import setup + except ImportError: + from ez_setup import use_setuptools + use_setuptools() +@@ -32,6 +32,5 @@ + 'Programming Language :: Python :: Implementation :: PyPy', + 'Topic :: Text Processing :: Markup :: XML', + ], +- py_modules=['xmltodict'], +- setup_requires=['nose>=1.0', 'coverage'], ++ py_modules=['xmltodict'] + ) diff -ruN /usr/ports/devel/py-xmltodict/pkg-descr ./pkg-descr --- /usr/ports/devel/py-xmltodict/pkg-descr 2013-08-25 15:54:34.000000000 +0300 +++ ./pkg-descr 2013-10-29 17:12:00.801011618 +0200 @@ -2,4 +2,4 @@ working with JSON. -WWW: https://pypi.python.org/pypi/xmltodict +WWW: https://github.com/martinblech/xmltodict --- py-xmltodict-0.8.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: