Re: update: print/py-relatorio to 0.9.1

2020-01-26 Thread Kurt Mosiejczuk
On Sun, Jan 26, 2020 at 04:10:35PM +0100, Sebastien Marie wrote:
> Hi,
> 
> The following diff updates py-relatorio to 0.9.1
> 
> Announce: https://discuss.tryton.org/t/release-of-relatorio-0-9-1/
> 
> Tested on amd64 with relatorio testsuite (make test) + trytond testsuite.
> 
> Only trytond depends on the port, and upstream of relatorio is also upstream 
> of tryton.
> 
> Comments or OK ?
> -- 
> Sebastien Marie

Looks alright to me and all tests pass for me on amd64 and sparc64.

ok kmos

--Kurt



update: print/py-relatorio to 0.9.1

2020-01-26 Thread Sebastien Marie
Hi,

The following diff updates py-relatorio to 0.9.1

Announce: https://discuss.tryton.org/t/release-of-relatorio-0-9-1/

Tested on amd64 with relatorio testsuite (make test) + trytond testsuite.

Only trytond depends on the port, and upstream of relatorio is also upstream of 
tryton.

Comments or OK ?
-- 
Sebastien Marie


Index: Makefile
===
RCS file: /cvs/ports/print/py-relatorio/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile30 Jul 2019 09:52:11 -  1.13
+++ Makefile26 Jan 2020 15:08:04 -
@@ -2,7 +2,7 @@
 
 COMMENT=   templating library able to output odt and pdf files
 
-MODPY_EGG_VERSION= 0.9.0
+MODPY_EGG_VERSION= 0.9.1
 DISTNAME=  relatorio-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME}
 
Index: distinfo
===
RCS file: /cvs/ports/print/py-relatorio/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo30 Jul 2019 09:52:11 -  1.7
+++ distinfo26 Jan 2020 15:08:04 -
@@ -1,2 +1,2 @@
-SHA256 (relatorio-0.9.0.tar.gz) = 0zx9q9wg4K8/Qa37ZNpxiuzXOrGlJvyo73K7ew/VI2E=
-SIZE (relatorio-0.9.0.tar.gz) = 1105629
+SHA256 (relatorio-0.9.1.tar.gz) = 6luajAzWKTolTnROpb83xOIOl0dVE65W/sr1S3z0wSo=
+SIZE (relatorio-0.9.1.tar.gz) = 1106122



update: print/py-relatorio to 0.9.0

2019-07-29 Thread Sebastien Marie
Hi,

The following diff updates print/py-relatorio to 0.9.0

Tested py2 and py3 on amd64.

No problem expected as relatorio upstream is also upstream for all ports
having it in dependency (productivity/tryton).

Announce: https://discuss.tryton.org/t/release-of-relatorio-0-9-0/1615

Relatorio is a templating library which provides a way to easily output 
several kinds of files but mainly OpenDocument.

This is a minor release that adds new features:
- Support out parameter of render
- Write opendocument stream directly to the ZipFile

Comments or OK ?

Thanks.
-- 
Sebastien Marie


Index: Makefile
===
RCS file: /cvs/ports/print/py-relatorio/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile12 Jul 2019 20:48:57 -  1.12
+++ Makefile29 Jul 2019 15:21:44 -
@@ -2,10 +2,9 @@
 
 COMMENT=   templating library able to output odt and pdf files
 
-MODPY_EGG_VERSION= 0.8.1
+MODPY_EGG_VERSION= 0.9.0
 DISTNAME=  relatorio-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME}
-REVISION=  0
 
 CATEGORIES=print textproc
 
Index: distinfo
===
RCS file: /cvs/ports/print/py-relatorio/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo27 Nov 2018 13:56:12 -  1.6
+++ distinfo29 Jul 2019 15:21:53 -
@@ -1,2 +1,2 @@
-SHA256 (relatorio-0.8.1.tar.gz) = FJocTCo12bnmNP6AysQFvJtMA6QvgYMCNiGDUV5+g10=
-SIZE (relatorio-0.8.1.tar.gz) = 1099129
+SHA256 (relatorio-0.9.0.tar.gz) = 0zx9q9wg4K8/Qa37ZNpxiuzXOrGlJvyo73K7ew/VI2E=
+SIZE (relatorio-0.9.0.tar.gz) = 1105629



Re: update: print/py-relatorio 0.8.1 (+ devel/py-magic)

2018-11-09 Thread Daniel Jakots
On Fri, 9 Nov 2018 12:19:48 -0500, Brian Callahan 
wrote:

> On 11/9/18 10:34 AM, Daniel Jakots wrote:
> > On Mon, 29 Oct 2018 09:29:12 +0100, Sebastien Marie
> >  wrote:
> >  
> >>> Could you resend me the py-magic tarball? I can give it a look
> >>> over and get it committed...  
> > Brian, is there anything blocking you?
> > Pamela tried to update py-relatorio and ran into this issue :(  
> 
> Nothing in particular. No one ever sent me a tarball.
> I can go look on marc.info but maybe there's a newer version? So
> maybe it's better if someone emails it to me.

Don't worry, I'll handle it :)



Re: update: print/py-relatorio 0.8.1 (+ devel/py-magic)

2018-11-09 Thread Brian Callahan




On 11/9/18 10:34 AM, Daniel Jakots wrote:

On Mon, 29 Oct 2018 09:29:12 +0100, Sebastien Marie 
wrote:


Could you resend me the py-magic tarball? I can give it a look over
and get it committed...

Brian, is there anything blocking you?
Pamela tried to update py-relatorio and ran into this issue :(


Nothing in particular. No one ever sent me a tarball.
I can go look on marc.info but maybe there's a newer version? So maybe 
it's better if someone emails it to me.


~Brian



Re: update: print/py-relatorio 0.8.1 (+ devel/py-magic)

2018-11-09 Thread Daniel Jakots
On Mon, 29 Oct 2018 09:29:12 +0100, Sebastien Marie 
wrote:

> > Could you resend me the py-magic tarball? I can give it a look over
> > and get it committed...

Brian, is there anything blocking you?
Pamela tried to update py-relatorio and ran into this issue :(



Re: update: print/py-relatorio 0.8.1 (+ devel/py-magic)

2018-10-29 Thread Sebastien Marie
On Sun, Oct 28, 2018 at 03:06:17PM -0400, Brian Callahan wrote:
> Hi Sebastien --
> 
> Could you resend me the py-magic tarball? I can give it a look over and get
> it committed...
> 
> ~Brian

The initial mail (at
https://marc.info/?l=openbsd-ports&m=153832654329359&w=2) has the
tarball attached.

It is downloadable at
https://marc.info/?l=openbsd-ports&m=153832654329359&q=p3

As reminder, the commit of devel/py-magic could be tricky:
- devel/py-magic conflicts with devel/py-libmagic
- devel/py-libmagic should be removed, but
- print/py-relatorio depends on devel/py-libmagic

So I think the more simple would be:
- mark print/py-relatorio BROKEN
- remove devel/py-libmagic
- import devel/py-magic
- switch print/py-relatorio to use devel/py-magic and unbroken it
- (and update print/py-relatorio)

or all in one commit...

thanks
-- 
Sebastien Marie



Re: update: print/py-relatorio 0.8.1 (+ devel/py-magic)

2018-10-28 Thread Brian Callahan

Hi Sebastien --

On 10/28/18 2:18 AM, Sebastien Marie wrote:

ping.

On Sun, Sep 30, 2018 at 06:54:58PM +0200, Sebastien Marie wrote:

Hi,

Here an update for print/py-relatorio

ChangeLog 0.8.1 - 20180930
* Add support for Python 3.7
* Escape invalid XML characters
* Enforce closing tag to be the same directive as the opening
* Use compression for zip file
* Write mimetype as first file of the zip file

Several changes port-wise:
- taking maintainership
- switch from py-libmagic to py-magic - tarball attached (I am
   ressurecting the old thread from 2018-06-28
   https://marc.info/?l=openbsd-ports&m=153016881423341&w=2). bcallah@
   are you still fine for this port ? when you proposed it, you proposed
   to take maintainership). I added @conflict/@pkgpath markers to it.

Tested on amd64, py and py3.

Thanks.
--
Sebastien Marie

Index: Makefile
===
RCS file: /cvs/ports/print/py-relatorio/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile12 Dec 2017 01:45:10 -  1.8
+++ Makefile30 Sep 2018 14:32:50 -
@@ -2,7 +2,7 @@
  
  COMMENT=		templating library able to output odt and pdf files
  
-MODPY_EGG_VERSION=	0.8.0

+MODPY_EGG_VERSION= 0.8.1
  DISTNAME= relatorio-${MODPY_EGG_VERSION}
  PKGNAME=  py-${DISTNAME}
  
@@ -10,6 +10,8 @@ CATEGORIES=		print textproc
  
  HOMEPAGE=		http://relatorio.tryton.org/
  
+MAINTAINER =		Sebastien Marie 

+
  # GPLv3
  PERMIT_PACKAGE_CDROM= Yes
  
@@ -24,7 +26,7 @@ FLAVORS=		python3
  
  RUN_DEPENDS=		www/py-genshi${MODPY_FLAVOR} \

textproc/py-lxml${MODPY_FLAVOR} \
-   devel/py-libmagic${MODPY_FLAVOR}
+   devel/py-magic${MODPY_FLAVOR}
  
  .if !${FLAVOR:Mpython3}

  RUN_DEPENDS+= graphics/pycha \
Index: distinfo
===
RCS file: /cvs/ports/print/py-relatorio/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo12 Dec 2017 01:45:10 -  1.5
+++ distinfo30 Sep 2018 13:44:59 -
@@ -1,2 +1,2 @@
-SHA256 (relatorio-0.8.0.tar.gz) = vd+F0CnFyFoPl21zkH4U5MMJMGX+hScXDJGr8CGFRtk=
-SIZE (relatorio-0.8.0.tar.gz) = 1096794
+SHA256 (relatorio-0.8.1.tar.gz) = FJocTCo12bnmNP6AysQFvJtMA6QvgYMCNiGDUV5+g10=
+SIZE (relatorio-0.8.1.tar.gz) = 1099129





Could you resend me the py-magic tarball? I can give it a look over and 
get it committed...


~Brian



Re: update: print/py-relatorio 0.8.1 (+ devel/py-magic)

2018-10-27 Thread Sebastien Marie
ping.

On Sun, Sep 30, 2018 at 06:54:58PM +0200, Sebastien Marie wrote:
> Hi,
> 
> Here an update for print/py-relatorio
> 
> ChangeLog 0.8.1 - 20180930
> * Add support for Python 3.7
> * Escape invalid XML characters
> * Enforce closing tag to be the same directive as the opening
> * Use compression for zip file
> * Write mimetype as first file of the zip file
> 
> Several changes port-wise:
> - taking maintainership
> - switch from py-libmagic to py-magic - tarball attached (I am
>   ressurecting the old thread from 2018-06-28
>   https://marc.info/?l=openbsd-ports&m=153016881423341&w=2). bcallah@
>   are you still fine for this port ? when you proposed it, you proposed
>   to take maintainership). I added @conflict/@pkgpath markers to it.
> 
> Tested on amd64, py and py3.
> 
> Thanks.
> -- 
> Sebastien Marie
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/print/py-relatorio/Makefile,v
> retrieving revision 1.8
> diff -u -p -r1.8 Makefile
> --- Makefile  12 Dec 2017 01:45:10 -  1.8
> +++ Makefile  30 Sep 2018 14:32:50 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= templating library able to output odt and pdf files
>  
> -MODPY_EGG_VERSION=   0.8.0
> +MODPY_EGG_VERSION=   0.8.1
>  DISTNAME=relatorio-${MODPY_EGG_VERSION}
>  PKGNAME= py-${DISTNAME}
>  
> @@ -10,6 +10,8 @@ CATEGORIES= print textproc
>  
>  HOMEPAGE=http://relatorio.tryton.org/
>  
> +MAINTAINER = Sebastien Marie 
> +
>  # GPLv3
>  PERMIT_PACKAGE_CDROM=Yes
>  
> @@ -24,7 +26,7 @@ FLAVORS=python3
>  
>  RUN_DEPENDS= www/py-genshi${MODPY_FLAVOR} \
>   textproc/py-lxml${MODPY_FLAVOR} \
> - devel/py-libmagic${MODPY_FLAVOR}
> + devel/py-magic${MODPY_FLAVOR}
>  
>  .if !${FLAVOR:Mpython3}
>  RUN_DEPENDS+=graphics/pycha \
> Index: distinfo
> ===
> RCS file: /cvs/ports/print/py-relatorio/distinfo,v
> retrieving revision 1.5
> diff -u -p -r1.5 distinfo
> --- distinfo  12 Dec 2017 01:45:10 -  1.5
> +++ distinfo  30 Sep 2018 13:44:59 -
> @@ -1,2 +1,2 @@
> -SHA256 (relatorio-0.8.0.tar.gz) = 
> vd+F0CnFyFoPl21zkH4U5MMJMGX+hScXDJGr8CGFRtk=
> -SIZE (relatorio-0.8.0.tar.gz) = 1096794
> +SHA256 (relatorio-0.8.1.tar.gz) = 
> FJocTCo12bnmNP6AysQFvJtMA6QvgYMCNiGDUV5+g10=
> +SIZE (relatorio-0.8.1.tar.gz) = 1099129



-- 
Sebastien Marie



update: print/py-relatorio 0.8.1 (+ devel/py-magic)

2018-09-30 Thread Sebastien Marie
Hi,

Here an update for print/py-relatorio

ChangeLog 0.8.1 - 20180930
* Add support for Python 3.7
* Escape invalid XML characters
* Enforce closing tag to be the same directive as the opening
* Use compression for zip file
* Write mimetype as first file of the zip file

Several changes port-wise:
- taking maintainership
- switch from py-libmagic to py-magic - tarball attached (I am
  ressurecting the old thread from 2018-06-28
  https://marc.info/?l=openbsd-ports&m=153016881423341&w=2). bcallah@
  are you still fine for this port ? when you proposed it, you proposed
  to take maintainership). I added @conflict/@pkgpath markers to it.

Tested on amd64, py and py3.

Thanks.
-- 
Sebastien Marie

Index: Makefile
===
RCS file: /cvs/ports/print/py-relatorio/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile12 Dec 2017 01:45:10 -  1.8
+++ Makefile30 Sep 2018 14:32:50 -
@@ -2,7 +2,7 @@
 
 COMMENT=   templating library able to output odt and pdf files
 
-MODPY_EGG_VERSION= 0.8.0
+MODPY_EGG_VERSION= 0.8.1
 DISTNAME=  relatorio-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME}
 
@@ -10,6 +10,8 @@ CATEGORIES=   print textproc
 
 HOMEPAGE=  http://relatorio.tryton.org/
 
+MAINTAINER =   Sebastien Marie 
+
 # GPLv3
 PERMIT_PACKAGE_CDROM=  Yes
 
@@ -24,7 +26,7 @@ FLAVORS=  python3
 
 RUN_DEPENDS=   www/py-genshi${MODPY_FLAVOR} \
textproc/py-lxml${MODPY_FLAVOR} \
-   devel/py-libmagic${MODPY_FLAVOR}
+   devel/py-magic${MODPY_FLAVOR}
 
 .if !${FLAVOR:Mpython3}
 RUN_DEPENDS+=  graphics/pycha \
Index: distinfo
===
RCS file: /cvs/ports/print/py-relatorio/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo12 Dec 2017 01:45:10 -  1.5
+++ distinfo30 Sep 2018 13:44:59 -
@@ -1,2 +1,2 @@
-SHA256 (relatorio-0.8.0.tar.gz) = vd+F0CnFyFoPl21zkH4U5MMJMGX+hScXDJGr8CGFRtk=
-SIZE (relatorio-0.8.0.tar.gz) = 1096794
+SHA256 (relatorio-0.8.1.tar.gz) = FJocTCo12bnmNP6AysQFvJtMA6QvgYMCNiGDUV5+g10=
+SIZE (relatorio-0.8.1.tar.gz) = 1099129


py-magic.tgz
Description: application/tar-gz


Re: UPDATE: print/py-relatorio (0.8.0 + python3)

2017-12-11 Thread Daniel Jakots
On Mon, 4 Dec 2017 16:52:49 +0100, Sebastien Marie 
wrote:

> Hi,
> 
> The following diff update py-relatorio to 0.8.0 and add python3
> flavor.

I'm very sorry for the delay, it's committed, thanks!



UPDATE: print/py-relatorio (0.8.0 + python3)

2017-12-04 Thread Sebastien Marie
Hi,

The following diff update py-relatorio to 0.8.0 and add python3 flavor.

pycha is an optional dependency, and as it isn't compatible with
python3, so I conditionally added it to RUN_DEPENDS. 

>'chart': ['pycha >= 0.4.0', 'pyyaml'],  # pycairo


ChangeLog:
0.8.0 - 20171204
* Do not guess_type on styled cell content
* Remove type attributes when guessing type
* Add support for Python 3.6
* Remove soft-page-break

Thanks.
-- 
Sebastien Marie

Index: Makefile
===
RCS file: /cvs/ports/print/py-relatorio/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile9 Oct 2017 15:51:26 -   1.7
+++ Makefile4 Dec 2017 15:46:27 -
@@ -2,7 +2,7 @@
 
 COMMENT=   templating library able to output odt and pdf files
 
-MODPY_EGG_VERSION= 0.7.1
+MODPY_EGG_VERSION= 0.8.0
 DISTNAME=  relatorio-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME}
 
@@ -19,12 +19,20 @@ MODULES=lang/python
 
 MODPY_SETUPTOOLS=  Yes
 
-RUN_DEPENDS=   www/py-genshi \
-   graphics/pycha \
-   textproc/py-yaml \
-   textproc/py-lxml
+FLAVOR?=
+FLAVORS=   python3
+
+RUN_DEPENDS=   www/py-genshi${MODPY_FLAVOR} \
+   textproc/py-lxml${MODPY_FLAVOR} \
+   devel/py-libmagic${MODPY_FLAVOR}
+
+.if !${FLAVOR:Mpython3}
+RUN_DEPENDS+=  graphics/pycha \
+   textproc/py-yaml
+.endif
 
 TEST_DEPENDS=  ${RUN_DEPENDS} \
-   devel/py-nose
+   devel/py-nose${MODPY_FLAVOR}
+
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/print/py-relatorio/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo9 Oct 2017 15:51:26 -   1.4
+++ distinfo4 Dec 2017 15:46:27 -
@@ -1,2 +1,2 @@
-SHA256 (relatorio-0.7.1.tar.gz) = dE8eOTE/A3oKtSoVQzjs4VHYPlRCqSeNsfjORQzmws0=
-SIZE (relatorio-0.7.1.tar.gz) = 970049
+SHA256 (relatorio-0.8.0.tar.gz) = vd+F0CnFyFoPl21zkH4U5MMJMGX+hScXDJGr8CGFRtk=
+SIZE (relatorio-0.8.0.tar.gz) = 1096794
Index: pkg/PLIST
===
RCS file: /cvs/ports/print/py-relatorio/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   9 Oct 2017 15:51:26 -   1.3
+++ pkg/PLIST   4 Dec 2017 15:46:27 -
@@ -7,23 +7,28 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/relatorio-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
 
lib/python${MODPY_VERSION}/site-packages/relatorio-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/relatorio/__init__.py
-lib/python${MODPY_VERSION}/site-packages/relatorio/__init__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/relatorio/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/relatorio/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/relatorio/${MODPY_PYCACHE}reporting.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/relatorio/reporting.py
-lib/python${MODPY_VERSION}/site-packages/relatorio/reporting.pyc
 lib/python${MODPY_VERSION}/site-packages/relatorio/templates/
 lib/python${MODPY_VERSION}/site-packages/relatorio/templates/__init__.py
-lib/python${MODPY_VERSION}/site-packages/relatorio/templates/__init__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/relatorio/templates/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/relatorio/templates/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/relatorio/templates/${MODPY_PYCACHE}base.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/relatorio/templates/${MODPY_PYCACHE}chart.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/relatorio/templates/${MODPY_PYCACHE}opendocument.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/relatorio/templates/${MODPY_PYCACHE}pdf.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/relatorio/templates/base.py
-lib/python${MODPY_VERSION}/site-packages/relatorio/templates/base.pyc
 lib/python${MODPY_VERSION}/site-packages/relatorio/templates/chart.py
-lib/python${MODPY_VERSION}/site-packages/relatorio/templates/chart.pyc
 lib/python${MODPY_VERSION}/site-packages/relatorio/templates/opendocument.py
-lib/python${MODPY_VERSION}/site-packages/relatorio/templates/opendocument.pyc
 lib/python${MODPY_VERSION}/site-packages/relatorio/templates/pdf.py
-lib/python${MODPY_VERSION}/site-packages/relatorio/templates/pdf.pyc
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/__init__.py
-lib/python${MODPY_VERSION}/site-packages/relatori

Re: UPDATE: print/py-relatorio (0.7.1)

2017-12-03 Thread Sebastien Marie
On Sun, Oct 08, 2017 at 06:46:10PM +0200, Sebastien Marie wrote:
> Hi,
> 
> relatorio 0.7.1 was just released. so new diff.

ping

> ChangeLog:
> 
> 0.7.1 - 20171008
> * Remove warning when import plugin fails
> * Apply the guess type function on the correct node
> * Fix guess_type for date and datetime
> 
> 0.7.0 - 20170729
> * Replace hard-coded extensions by mimetypes guess
> * Add more guess types: 'boolean', 'date', 'time' and 'void'
> * Add support for Flat OpenDocument
> 
> Thanks.
> -- 
> Sebastien Marie
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/print/py-relatorio/Makefile,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile
> --- Makefile  14 May 2017 17:45:21 -  1.6
> +++ Makefile  8 Oct 2017 16:45:37 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= templating library able to output odt and pdf files
>  
> -MODPY_EGG_VERSION=   0.6.4
> +MODPY_EGG_VERSION=   0.7.1
>  DISTNAME=relatorio-${MODPY_EGG_VERSION}
>  PKGNAME= py-${DISTNAME}
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/print/py-relatorio/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo  14 May 2017 17:45:21 -  1.3
> +++ distinfo  8 Oct 2017 16:45:37 -
> @@ -1,2 +1,2 @@
> -SHA256 (relatorio-0.6.4.tar.gz) = 
> n6DpPIwqHTmmRfQOlA+ygyUol2+BwJca/+r9mg5mNlI=
> -SIZE (relatorio-0.6.4.tar.gz) = 949912
> +SHA256 (relatorio-0.7.1.tar.gz) = 
> dE8eOTE/A3oKtSoVQzjs4VHYPlRCqSeNsfjORQzmws0=
> +SIZE (relatorio-0.7.1.tar.gz) = 970049
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/print/py-relatorio/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -r1.2 PLIST
> --- pkg/PLIST 14 May 2017 17:45:21 -  1.2
> +++ pkg/PLIST 8 Oct 2017 16:45:37 -
> @@ -31,6 +31,7 @@ lib/python${MODPY_VERSION}/site-packages
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/other.tmpl
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/test.tmpl
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/time.tmpl
> +lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.fodt
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.odt
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.py
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.pyc

-- 
Sebastien Marie



Re: UPDATE: print/py-relatorio (0.7.1)

2017-10-08 Thread Sebastien Marie
Hi,

relatorio 0.7.1 was just released. so new diff.

ChangeLog:

0.7.1 - 20171008
* Remove warning when import plugin fails
* Apply the guess type function on the correct node
* Fix guess_type for date and datetime

0.7.0 - 20170729
* Replace hard-coded extensions by mimetypes guess
* Add more guess types: 'boolean', 'date', 'time' and 'void'
* Add support for Flat OpenDocument

Thanks.
-- 
Sebastien Marie

Index: Makefile
===
RCS file: /cvs/ports/print/py-relatorio/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile14 May 2017 17:45:21 -  1.6
+++ Makefile8 Oct 2017 16:45:37 -
@@ -2,7 +2,7 @@
 
 COMMENT=   templating library able to output odt and pdf files
 
-MODPY_EGG_VERSION= 0.6.4
+MODPY_EGG_VERSION= 0.7.1
 DISTNAME=  relatorio-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME}
 
Index: distinfo
===
RCS file: /cvs/ports/print/py-relatorio/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo14 May 2017 17:45:21 -  1.3
+++ distinfo8 Oct 2017 16:45:37 -
@@ -1,2 +1,2 @@
-SHA256 (relatorio-0.6.4.tar.gz) = n6DpPIwqHTmmRfQOlA+ygyUol2+BwJca/+r9mg5mNlI=
-SIZE (relatorio-0.6.4.tar.gz) = 949912
+SHA256 (relatorio-0.7.1.tar.gz) = dE8eOTE/A3oKtSoVQzjs4VHYPlRCqSeNsfjORQzmws0=
+SIZE (relatorio-0.7.1.tar.gz) = 970049
Index: pkg/PLIST
===
RCS file: /cvs/ports/print/py-relatorio/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   14 May 2017 17:45:21 -  1.2
+++ pkg/PLIST   8 Oct 2017 16:45:37 -
@@ -31,6 +31,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/other.tmpl
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/test.tmpl
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/time.tmpl
+lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.fodt
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.odt
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.py
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.pyc



Re: UPDATE: print/py-relatorio

2017-10-07 Thread Sebastien Marie
ping

On Thu, Oct 05, 2017 at 10:25:26AM +0200, Sebastien Marie wrote:
> Hi,
> 
> Here an update for relatorio 0.7.0.
> 
> Thanks.
> -- 
> Sebastien Marie
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/print/py-relatorio/Makefile,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile
> --- Makefile  14 May 2017 17:45:21 -  1.6
> +++ Makefile  5 Oct 2017 08:24:07 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= templating library able to output odt and pdf files
>  
> -MODPY_EGG_VERSION=   0.6.4
> +MODPY_EGG_VERSION=   0.7.0
>  DISTNAME=relatorio-${MODPY_EGG_VERSION}
>  PKGNAME= py-${DISTNAME}
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/print/py-relatorio/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo  14 May 2017 17:45:21 -  1.3
> +++ distinfo  5 Oct 2017 08:24:07 -
> @@ -1,2 +1,2 @@
> -SHA256 (relatorio-0.6.4.tar.gz) = 
> n6DpPIwqHTmmRfQOlA+ygyUol2+BwJca/+r9mg5mNlI=
> -SIZE (relatorio-0.6.4.tar.gz) = 949912
> +SHA256 (relatorio-0.7.0.tar.gz) = 
> 79aNllc7FcWcJKj0IO0UIQzlHeU1qEcNFDgfK+1p2EU=
> +SIZE (relatorio-0.7.0.tar.gz) = 97
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/print/py-relatorio/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -r1.2 PLIST
> --- pkg/PLIST 14 May 2017 17:45:21 -  1.2
> +++ pkg/PLIST 5 Oct 2017 08:24:07 -
> @@ -31,6 +31,7 @@ lib/python${MODPY_VERSION}/site-packages
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/other.tmpl
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/test.tmpl
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/time.tmpl
> +lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.fodt
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.odt
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.py
>  lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.pyc

-- 
Sebastien Marie



UPDATE: print/py-relatorio

2017-10-05 Thread Sebastien Marie
Hi,

Here an update for relatorio 0.7.0.

Thanks.
-- 
Sebastien Marie


Index: Makefile
===
RCS file: /cvs/ports/print/py-relatorio/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile14 May 2017 17:45:21 -  1.6
+++ Makefile5 Oct 2017 08:24:07 -
@@ -2,7 +2,7 @@
 
 COMMENT=   templating library able to output odt and pdf files
 
-MODPY_EGG_VERSION= 0.6.4
+MODPY_EGG_VERSION= 0.7.0
 DISTNAME=  relatorio-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME}
 
Index: distinfo
===
RCS file: /cvs/ports/print/py-relatorio/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo14 May 2017 17:45:21 -  1.3
+++ distinfo5 Oct 2017 08:24:07 -
@@ -1,2 +1,2 @@
-SHA256 (relatorio-0.6.4.tar.gz) = n6DpPIwqHTmmRfQOlA+ygyUol2+BwJca/+r9mg5mNlI=
-SIZE (relatorio-0.6.4.tar.gz) = 949912
+SHA256 (relatorio-0.7.0.tar.gz) = 79aNllc7FcWcJKj0IO0UIQzlHeU1qEcNFDgfK+1p2EU=
+SIZE (relatorio-0.7.0.tar.gz) = 97
Index: pkg/PLIST
===
RCS file: /cvs/ports/print/py-relatorio/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   14 May 2017 17:45:21 -  1.2
+++ pkg/PLIST   5 Oct 2017 08:24:07 -
@@ -31,6 +31,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/other.tmpl
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/test.tmpl
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/templates/time.tmpl
+lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.fodt
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test.odt
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.py
 lib/python${MODPY_VERSION}/site-packages/relatorio/tests/test_api.pyc