From owner-freebsd-python@FreeBSD.ORG Thu Oct 24 17:50:03 2013 Return-Path: Delivered-To: freebsd-python@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 67C7F5AF for ; Thu, 24 Oct 2013 17:50:03 +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 3BCCB2EC8 for ; Thu, 24 Oct 2013 17:50:03 +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 r9OHo3mO032077 for ; Thu, 24 Oct 2013 17:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OHo3cQ032076; Thu, 24 Oct 2013 17:50:03 GMT (envelope-from gnats) Date: Thu, 24 Oct 2013 17:50:03 GMT Message-Id: <201310241750.r9OHo3cQ032076@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/183161: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 17:50:03 -0000 The following reply was made to PR ports/183161; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/183161: commit references a PR Date: Thu, 24 Oct 2013 17:41:19 +0000 (UTC) Author: olivierd Date: Thu Oct 24 17:41:11 2013 New Revision: 331505 URL: http://svnweb.freebsd.org/changeset/ports/331505 Log: - Update to 0.8.3 - Remove patch, upstream now uses setuptools module PR: ports/183161 Submitted by: myself Approved by: Johannes Meixner (maintainer) Deleted: head/devel/py-xmltodict/files/ Modified: head/devel/py-xmltodict/Makefile head/devel/py-xmltodict/distinfo Modified: head/devel/py-xmltodict/Makefile ============================================================================== --- head/devel/py-xmltodict/Makefile Thu Oct 24 17:32:55 2013 (r331504) +++ head/devel/py-xmltodict/Makefile Thu Oct 24 17:41:11 2013 (r331505) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmltodict -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,14 @@ COMMENT= XML parser that returns python LICENSE= MIT USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS= easy_install 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 Modified: head/devel/py-xmltodict/distinfo ============================================================================== --- head/devel/py-xmltodict/distinfo Thu Oct 24 17:32:55 2013 (r331504) +++ head/devel/py-xmltodict/distinfo Thu Oct 24 17:41:11 2013 (r331505) @@ -1,2 +1,2 @@ -SHA256 (xmltodict-0.8.1.tar.gz) = d02e6320413b9c2c5b26e21fe670cb461e2be5af384201de74cff4ea14219a63 -SIZE (xmltodict-0.8.1.tar.gz) = 30348 +SHA256 (xmltodict-0.8.3.tar.gz) = c532590ec58960dc3cca5bd0d4aa4a8774d8a7be537450a23896c5d15c796f55 +SIZE (xmltodict-0.8.3.tar.gz) = 12239 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"