aboutsummaryrefslogtreecommitdiff
path: root/print/py-relatorio
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-5/+5
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Change WWW to PyPISunpoet Po-Chuan Hsieh2017-12-251-1/+1
| | | | Notes: svn path=/head/; revision=457230
* Relax USES=pythonSunpoet Po-Chuan Hsieh2017-12-241-1/+1
| | | | Notes: svn path=/head/; revision=457145
* Restrict to python 2.7Antoine Brodin2017-12-211-1/+1
| | | | | | | Pointy hat: sunpoet Notes: svn path=/head/; revision=456941
* Update to 0.8.0Sunpoet Po-Chuan Hsieh2017-12-212-11/+16
| | | | | | | | | | | | - Add LICENSE - Add NO_ARCH - Relax USES=python - Take maintainership Changes: https://groups.google.com/forum/#!forum/python-relatorio Notes: svn path=/head/; revision=456923
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* - Update to 0.6.4Wen Heping2016-12-282-4/+4
| | | | Notes: svn path=/head/; revision=429734
* - Update to 0.6.3Wen Heping2016-08-172-3/+4
| | | | Notes: svn path=/head/; revision=420319
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Upgrade to 0.6.2.Vanilla I. Shu2015-12-082-4/+3
| | | | Notes: svn path=/head/; revision=403285
* - Convert ports of news/ and print/ to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371452
* print/py-relatorio: support staging and switch from easy_installWilliam Grzybowski2013-12-292-52/+3
| | | | Notes: svn path=/head/; revision=337958
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - Update to 0.6.0Wen Heping2013-08-194-6/+25
| | | | | | | - Reset maintainer to ports@ Notes: svn path=/head/; revision=324973
* - Update to 0.5.7Wen Heping2013-02-152-9/+4
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=312289
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.5.6Wen Heping2012-02-252-3/+3
| | | | Notes: svn path=/head/; revision=292210
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* - Update to 0.5.5Wen Heping2010-09-012-4/+4
| | | | Notes: svn path=/head/; revision=260317
* - Update to 0.5.4Wen Heping2010-03-312-5/+4
| | | | Notes: svn path=/head/; revision=251870
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 0.5.3Wen Heping2010-01-112-4/+4
| | | | Notes: svn path=/head/; revision=247592
* - Update to 0.5.2Wen Heping2009-11-082-6/+5
| | | | | | | - Update my mail address to FreeBSD Notes: svn path=/head/; revision=243980
* - Add some missing dependencyMartin Wilke2009-07-091-0/+3
| | | | | | | | PR: 136600 Submitted by; Wen Heping <wenheping@gmail.com> (Maintainer) Notes: svn path=/head/; revision=237503
* relatorio is a templating library which provides a way to easily outputMartin Wilke2009-04-264-0/+65
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. WWW: http://relatorio.openhex.org/ PR: ports/133958 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=232810