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
--- Makefile    12 Dec 2017 01:45:10 -0000      1.8
+++ Makefile    30 Sep 2018 14:32:50 -0000
@@ -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 <sema...@online.fr>
+
  # 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 -0000      1.5
+++ distinfo    30 Sep 2018 13:44:59 -0000
@@ -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

Reply via email to