FreeBSD Bugzilla – Attachment 165074 Details for
Bug 205897
[PATCH] textproc/py-pyx12: Update to version 2.2.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
textproc_py-pyx12.diff
textproc_py-pyx12.diff (text/plain), 3.68 KB, created by
tkato432
on 2016-01-04 18:34:35 UTC
(
hide
)
Description:
textproc_py-pyx12.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-01-04 18:34:35 UTC
Size:
3.68 KB
patch
obsolete
>diff -urN /usr/ports/textproc/py-pyx12/Makefile textproc/py-pyx12/Makefile >--- /usr/ports/textproc/py-pyx12/Makefile 2015-08-24 03:49:56.139260000 +0900 >+++ textproc/py-pyx12/Makefile 2016-01-05 00:00:00.000000000 +0900 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/textproc/py-pyx12/Makefile 374183 2014-12-07 10:01:36Z mva $ > > PORTNAME= pyx12 >-PORTVERSION= 2.1.1 >+PORTVERSION= 2.2.1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,6 +12,8 @@ > > LICENSE= BSD3CLAUSE > >+NO_ARCH= yes >+ > USES= python > USE_PYTHON= distutils autoplist > >diff -urN /usr/ports/textproc/py-pyx12/distinfo textproc/py-pyx12/distinfo >--- /usr/ports/textproc/py-pyx12/distinfo 2015-08-24 03:49:56.137889000 +0900 >+++ textproc/py-pyx12/distinfo 2016-01-05 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (pyx12-2.1.1.tar.gz) = 3bbd020f327e48938596a68f773c1a2324a84de2129e218008892ca1ba500d53 >-SIZE (pyx12-2.1.1.tar.gz) = 499856 >+SHA256 (pyx12-2.2.1.tar.gz) = 659aeb712229352113aa900f1751b80bbee1892558fbfee87f7cbc1570d65dee >+SIZE (pyx12-2.2.1.tar.gz) = 497363 >diff -urN /usr/ports/textproc/py-pyx12/files/patch-pyx12__error_handler_base.py textproc/py-pyx12/files/patch-pyx12__error_handler_base.py >--- /usr/ports/textproc/py-pyx12/files/patch-pyx12__error_handler_base.py 1970-01-01 09:00:00.000000000 +0900 >+++ textproc/py-pyx12/files/patch-pyx12__error_handler_base.py 2016-01-05 00:00:00.000000000 +0900 >@@ -0,0 +1,47 @@ >+--- pyx12/error_handler_base.py.orig 2014-01-26 01:22:05 UTC >++++ pyx12/error_handler_base.py >+@@ -145,12 +145,18 @@ class ErrorHandlerBase(object): >+ >+ @abc.abstractmethod >+ def close_isa_loop(self, node, seg, src): >++ """ >++ """ >+ >+ @abc.abstractmethod >+ def close_gs_loop(self, node, seg, src): >++ """ >++ """ >+ >+ @abc.abstractmethod >+ def close_st_loop(self, node, seg, src): >++ """ >++ """ >+ >+ @abc.abstractmethod >+ def find_node(self, type): >+@@ -160,17 +166,23 @@ class ErrorHandlerBase(object): >+ >+ @abc.abstractmethod >+ def _get_last_child(self): >+- >+- @abc.abstractmethod >++ """ >++ """ >+ >+ @abc.abstractmethod >+ def get_error_count(self): >++ """ >++ """ >+ >+ @abc.abstractmethod >+ def get_first_child(self): >++ """ >++ """ >+ >+ @abc.abstractmethod >+ def get_next_sibling(self): >++ """ >++ """ >+ >+ @abc.abstractmethod >+ def __next__(self): >diff -urN /usr/ports/textproc/py-pyx12/files/pkg-deinstall.in textproc/py-pyx12/files/pkg-deinstall.in >--- /usr/ports/textproc/py-pyx12/files/pkg-deinstall.in 2015-08-24 03:49:56.138817000 +0900 >+++ textproc/py-pyx12/files/pkg-deinstall.in 1970-01-01 09:00:00.000000000 +0900 >@@ -1,17 +0,0 @@ >-#!/bin/sh >-PKGNAME=$1 >-# >-case $2 in >- DEINSTALL) >- rm -f %%DATADIR%%/test/*.pyc >- rm -f %%DATADIR%%/test/*.pyo >- ;; >- POST-DEINSTALL) >- exit 0 >- ;; >- *) >- echo "Unexpected Argument $2!!!" >- exit 1 >- ;; >-esac >-exit 0 >diff -urN /usr/ports/textproc/py-pyx12/pkg-descr textproc/py-pyx12/pkg-descr >--- /usr/ports/textproc/py-pyx12/pkg-descr 2015-08-24 03:49:56.138287000 +0900 >+++ textproc/py-pyx12/pkg-descr 2016-01-05 00:00:00.000000000 +0900 >@@ -1,5 +1,6 @@ >-pyx12 is a python based ANSI X.12 to XML EDI translator and validator. It is >-designed to be a step in the conversion of a X12 transaction to back-end >-database process. The initial target is X12N to support HIPAA transactions. >+pyx12 is a python based ANSI X.12 to XML EDI translator and validator. >+It is designed to be a step in the conversion of a X12 transaction to >+back-end database process. The initial target is X12N to support HIPAA >+transactions. > >-WWW: http://pyx12.sourceforge.net/ >+WWW: https://github.com/azoner/pyx12
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205897
: 165074