The NetBSD Project

CVS log for pkgsrc/textproc/py-relatorio/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-relatorio

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Fri May 27 09:47:29 2022 UTC (18 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, HEAD
Changes since 1.24: +2 -3 lines
Diff to previous 1.24 (colored)

py-relatorio: updated to 0.10.1

0.10.1
* Use unittest discover
* Add support for Python 3.10
* Support directive applying to itself
* Keep tail of directive

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 4 20:55:05 2022 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.23 / (download) - annotate - [select for diffs], Mon Dec 6 03:57:49 2021 UTC (23 months, 3 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

(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

Revision 1.22 / (download) - annotate - [select for diffs], Fri May 7 18:06:45 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

py-relatorio: updated to 0.9.3

0.9.3:
* Support empty image in opendocument
* Add support for Python 3.9

Revision 1.21 / (download) - annotate - [select for diffs], Fri Aug 7 06:57:09 2020 UTC (3 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

py-relatorio: updated to 0.9.2

0.9.2:
* Support draw name tuple without parenthesis

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 1 16:06:17 2020 UTC (3 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

py-relatorio: updated to 0.9.1

0.9.1:
* Do not guess type of cell if directive is not alone
* Add support for Python 3.8
* Support file-magic as fallback to python-magic

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jan 18 23:35:31 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Aug 26 15:13:29 2019 UTC (4 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

py-relatorio: updated to 0.9.0

0.9.0:
* Support out parameter of render
* Write opendocument stream directly to the ZipFile

Revision 1.17 / (download) - annotate - [select for diffs], Mon Mar 4 12:08:09 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.16: +4 -7 lines
Diff to previous 1.16 (colored)

py-relatorio: updated to 0.8.1

0.8.1:
* 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

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

0.7.1:
* 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:
* Replace hard-coded extensions by mimetypes guess
* Add more guess types: 'boolean', 'date', 'time' and 'void'
* Add support for Flat OpenDocument

0.6.4:
* Use StringIO instead of BytesIO for TextSerializer result

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:37 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

extend PYTHON_VERSIONS_ for Python 3.7

Revision 1.15 / (download) - annotate - [select for diffs], Fri Nov 24 22:15:59 2017 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

*: depend on py-cairo now it supports all python versions

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 1 14:44:01 2017 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Add python-3.6 to incompatible versions.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Aug 17 14:56:56 2016 UTC (7 years, 3 months ago) by richard
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

update to relatorio-0.6.3

CHANGES:
0.6.3 - 20160629
* Update calcext:value-type with the same guessed type
* Register MarkupTemplate for 'markup' mimetype instead of 'xml'

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jul 9 13:04:11 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Remove python33: adapt all packages that refer to it.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:41 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Switch to MASTER_SITES_PYPI.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 5 21:26:02 2015 UTC (7 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Extend PYTHON_VERSIONS_INCOMPATIBLE to 35

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 1 13:16:53 2015 UTC (8 years, 2 months ago) by richard
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Update to relatorio-0.6.2

0.6.2 - 20150919
* Add name argument for "image:" in odf
* Remove table:end-cell-address from draw:frame as the address could be wrong
* Remove nose
* Add directives: attrs, content, replace and strip

Homepage updated as well.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 13 23:12:43 2015 UTC (8 years, 7 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 17 23:14:32 2015 UTC (8 years, 8 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Update to latest release, 0.6.1. Patch from palo@ in private mail. Changes:

It is a minor release that fixes one issue and adds two improvements:

    * Explicitly close ZipFile

    * Avoid zip content in traceback
    * Improve Python 3 support

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 28 22:59:33 2014 UTC (9 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

py26 not supported by py-pycha

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 9 07:37:22 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 2 08:15:50 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

When using pbulk as-is we have to recursively mark python-3.x packages
as not buildable even if just one of their dependencies is not, because
otherwise the dependency resolving step doesn't finish and the build
is not started.
For this reason, re-add "PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-gtk2 via py-pycha"

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 1 23:28:09 2014 UTC (9 years, 9 months ago) by rodent
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

Updated to latest release, 0.6.0. This package is not incompatible with
python33. Its dependencies are, but not the package itself. From CHANGELOG:

0.6.0 - 20130810
 * Add support for Python 3
 * Allow to pass only source to Template

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:25 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.1: +8 -8 lines
Diff to previous 1.1 (colored)

Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jul 21 12:15:29 2013 UTC (10 years, 4 months ago) by richard
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3

A templating library which provides a way to easily output all kind of
different files (odt, ods, png, svg, ...). Adding support for more filetype is
easy: you just have to create a plugin for this.

relatorio also provides a report repository allowing you to link python objects
and report together, find reports by mimetypes/name/python objects.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>