Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 18:43:24 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186487: [MAINTAINER] devel/py-xmltodict: update to 0.8.5
Message-ID:  <1219437448.enqueue@mx12.chaot.net>
Resent-Message-ID: <201402051650.s15Go0q8043253@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186487
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py-xmltodict: update to 0.8.5
>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:   Wed Feb 05 16:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0: Wed Jan 15 11:44:09 EET 2014
>Description:
- Update to 0.8.5

portlint: looks fine.
testport: ok
redports: https://redports.org/buildarchive/20140205163700-42275/

Generated with FreeBSD Port Tools 1.00.2014.02.03 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-xmltodict-0.8.5.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 342769)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xmltodict
-PORTVERSION=	0.8.3
+PORTVERSION=	0.8.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,4 +16,7 @@
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
+regression-test: build
+	@cd ${WRKSRC} && nosetests
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 342769)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xmltodict-0.8.3.tar.gz) = c532590ec58960dc3cca5bd0d4aa4a8774d8a7be537450a23896c5d15c796f55
-SIZE (xmltodict-0.8.3.tar.gz) = 12239
+SHA256 (xmltodict-0.8.5.tar.gz) = 4ba343343316aefa3111cd1e6b889478e6c46cecc6ee7447a996cc9612ad88ba
+SIZE (xmltodict-0.8.5.tar.gz) = 34049
Index: files/patch-setup.py
===================================================================
--- files/patch-setup.py	(revision 342769)
+++ files/patch-setup.py	(working copy)
@@ -1,18 +0,0 @@
---- ./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']
-       )
--- py-xmltodict-0.8.5.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1219437448.enqueue>