Bug 183161 - [UPDATE] devel/py-xmltodict to 0.8.3
Summary: [UPDATE] devel/py-xmltodict to 0.8.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-21 20:40 UTC by Olivier Duchateau
Modified: 2013-10-24 18:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.87 KB, patch)
2013-10-21 20:40 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau freebsd_committer freebsd_triage 2013-10-21 20:40:00 UTC
- Update to 0.8.3
- Remove patch, upstream uses setuptools module

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 20:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 20:40:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-21 20:40:10 UTC
Maintainer of devel/py-xmltodict,

Please note that PR ports/183161 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183161

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Johannes Meixner 2013-10-24 07:58:25 UTC
Looks good to me, thanks for keeping the port up to date!

Cheers, 

Johannes

Edwin Groothuis schrieb am 21.10.2013 22:40:

> Maintainer of devel/py-xmltodict,
> 
> Please note that PR ports/183161 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183161
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-10-24 18:41:19 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 <bsd.port.mk>

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"
Comment 6 Olivier Duchateau freebsd_committer freebsd_triage 2013-10-24 18:42:36 UTC
State Changed
From-To: feedback->closed

Committed