(textproc/py-relatorio) Updated 0.9.3 to 0.10.0 (Fix use_2to3 is invalid)
* 0.10.0 - 20210911 * Remove support for Python older than 3.5 * Add relatorio-render script * Add templating of meta in opendocument
This commit is contained in:
parent
a373e829f4
commit
227c5b3876
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.22 2021/05/07 18:06:45 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2021/12/06 03:57:49 mef Exp $
|
||||
|
||||
DISTNAME= relatorio-0.9.3
|
||||
DISTNAME= relatorio-0.10.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=r/relatorio/}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2019/03/04 12:08:09 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2021/12/06 03:57:49 mef Exp $
|
||||
bin/relatorio-render
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.13 2021/10/26 11:23:12 nia Exp $
|
||||
$NetBSD: distinfo,v 1.14 2021/12/06 03:57:49 mef Exp $
|
||||
|
||||
BLAKE2s (relatorio-0.9.3.tar.gz) = d524da3b952bfec4c60cd52f7d955f3a4e037e48ed7881d4cf6409bb0175ced5
|
||||
SHA512 (relatorio-0.9.3.tar.gz) = db504f005c6907f79740dc4dae747f5b9ef3150071d178f6e78daa9ebc69fd66089d7f2b8f1bd36233fb070a4bf32f58ca03458686db3c41e77d1dec37446806
|
||||
Size (relatorio-0.9.3.tar.gz) = 1109523 bytes
|
||||
BLAKE2s (relatorio-0.10.0.tar.gz) = 41771a5cff4b3d0fa9596b70be1bafa3a8904d5f1d213fefd4ffc8cef3173047
|
||||
SHA512 (relatorio-0.10.0.tar.gz) = a154e1b462526f298c0a931e7e78ddcc3fbf3744a1a129a346e442502c3f056b87cc5b94f9c8375b32954755f9e0a6cb94ece83671fd77f2473e98d2a0ec42b1
|
||||
Size (relatorio-0.10.0.tar.gz) = 1109527 bytes
|
||||
|
|
Loading…
Reference in a new issue