aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-rich/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* textproc/py-rich: update to 13.7.1Matthew Seaman2024-02-281-1/+1
| | | | | Changes: https://github.com/Textualize/rich/blob/v13.7.1/CHANGELOG.md Reported by: repology
* textproc/py-rich: update to 13.7.0Matthew Seaman2023-11-151-1/+1
| | | | | Changes: https://github.com/Textualize/rich/releases/tag/v13.7.0 Reported by: repology
* textproc/py-rich: update to 13.6.0Matthew Seaman2023-10-011-1/+1
| | | | | Changes: https://github.com/Textualize/rich/releases/tag/v13.6.0 Reported by: repology,portscout
* textproc/py-rich: update to 13.5.3Matthew Seaman2023-09-181-1/+1
| | | | | Changes: https://github.com/Textualize/rich/releases/tag/v13.5.3 Reported by: repology,portscout
* textproc/py-rich: update to 13.5.2Matthew Seaman2023-08-031-1/+1
| | | | | Changes: https://github.com/Textualize/rich/blob/v13.5.2/CHANGELOG.md Reported by: portscout,repology
* textproc/py-rich: update to 13.5.1Matthew Seaman2023-08-011-1/+1
| | | | | Changes: https://github.com/Textualize/rich/blob/v13.5.1/CHANGELOG.md Reported by: repology, portscout
* textproc/py-rich: update to 13.5.0Matthew Seaman2023-07-301-1/+1
| | | | | Changes: https://github.com/Textualize/rich/blob/v13.5.0/CHANGELOG.md Reported by: repology, portscout
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* textproc/py-rich: update to 13.4.2Matthew Seaman2023-06-151-2/+2
| | | | | Changes: https://github.com/Textualize/rich/blob/v13.4.2/CHANGELOG.md Reported by: repology
* textproc/py-rich: update to 13.4.1Matthew Seaman2023-06-011-1/+1
| | | | | Changes: https://github.com/Textualize/rich/blob/v13.4.1/CHANGELOG.md Reported by: repology
* textproc/py-rich: update to 13.3.5Matthew Seaman2023-04-271-1/+1
| | | | | Changes: https://github.com/Textualize/rich/blob/v13.3.5/CHANGELOG.md Reported by: repology
* textproc/py-rich: update to 13.3.4Matthew Seaman2023-04-131-2/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v13.3.4/CHANGELOG.md
* USE_PYTHON=pep517: bump PORTREVISIONAntoine Brodin2023-04-041-1/+1
|
* textproc/py-rich: enable 'make test' by using sources from GitHubMatthew Seaman2023-03-281-1/+8
| | | | The PyPI source bundles don't contain any of the test code.
* textproc/py-rich: fix build in presence of gitMatthew Seaman2023-03-271-0/+2
| | | | | If git is installed, it seems .gitignore will somehow prevent a wheel being created.
* textproc/py-rich: Update to 13.3.3Matthew Seaman2023-03-271-3/+5
| | | | | | Switch to USE_PYTHON= pep517 pytest Changes: https://github.com/Textualize/rich/blob/v13.3.3/CHANGELOG.md
* textproc/py-rich: update to 13.3.2Matthew Seaman2023-03-051-1/+1
| | | | Changes: https://github.com/Textualize/rich/blob/v13.3.2/CHANGELOG.md
* textproc/py-rich: Update version requirement of RUN_DEPENDSPo-Chuan Hsieh2023-01-301-3/+3
| | | | | Approved by: portmgr (blanket) With hat: python
* textproc/py-rich: update to 13.3.1Matthew Seaman2023-01-291-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v13.3.1/CHANGELOG.md
* textproc/py-rich: update WWWMatthew Seaman2023-01-201-1/+1
| | | | Github repository location was changed.
* textproc/py-rich: update to 13.2.0Matthew Seaman2023-01-201-2/+2
| | | | Changes: https://github.com/Textualize/rich/blob/v13.2.0/CHANGELOG.md
* textproc/py-rich: update to 13.1.0Matthew Seaman2023-01-151-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v13.1.0/CHANGELOG.md
* */*: rename CHEESESHOP to PYPI in MASTER_SITESDmitry Marakasov2023-01-111-1/+1
| | | | | | PR: 267994 Differential revision: D37518 Approved by: bapt
* textproc/py-rich: update to 13.0.1Matthew Seaman2023-01-081-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v13.0.1/CHANGELOG.md
* textproc/py-rich: update to 13.0.0Matthew Seaman2023-01-021-7/+11
| | | | Changes: https://github.com/Textualize/rich/blob/master/CHANGELOG.md
* textproc/py-rich: update to 12.6.0Matthew Seaman2022-10-101-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v12.6.0/CHANGELOG.md
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* textproc/py-rich: update to 12.5.1Matthew Seaman2022-07-131-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v12.5.1/CHANGELOG.md
* textproc/py-rich: update to 12.4.4Matthew Seaman2022-05-281-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v12.4.4/CHANGELOG.md
* textproc/py-rich: update to 12.4.1Matthew Seaman2022-05-101-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v12.4.1/CHANGELOG.md
* textproc/py-rich: update to 12.3.0Matthew Seaman2022-04-301-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v12.3.0/CHANGELOG.md
* textproc/py-rich: update to 12.2.0Matthew Seaman2022-04-091-2/+2
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v12.2.0/CHANGELOG.md
* textproc/py-rich: update to 12.0.1Matthew Seaman2022-03-271-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v12.0.1/CHANGELOG.md
* textproc/py-rich: update to 12.0.0Matthew Seaman2022-03-151-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v12.0.0/CHANGELOG.md
* textproc/py-rich: update to 11.2.0Matthew Seaman2022-02-131-1/+1
| | | | Changelog: https://github.com/Textualize/rich/blob/v11.2.0/CHANGELOG.md
* textproc/py-rich: update to 11.1.0Matthew Seaman2022-01-291-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v11.1.0/CHANGELOG.md
* textproc/py-rich: update to 11.0.0Matthew Seaman2022-01-091-1/+1
| | | | ChangeLog: https://github.com/Textualize/rich/blob/v11.0.0/CHANGELOG.md
* textproc/py-rich: update to 10.16.1Matthew Seaman2021-12-171-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.16.1/CHANGELOG.md
* textproc/py-rich: update to 10.16.0Matthew Seaman2021-12-171-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.16.0/CHANGELOG.md
* textproc/py-rich: update to 10.15.2Matthew Seaman2021-12-051-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.15.2/CHANGELOG.md
* textproc/py-rich: Update to 10.14.0Matthew Seaman2021-11-201-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.14.0/CHANGELOG.md
* textproc/py-rich: Update to 10.13.0Matthew Seaman2021-11-141-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.13.0/CHANGELOG.md
* textproc/py-rich: update to 10.12.0Matthew Seaman2021-10-091-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.12.0/CHANGELOG.md
* textproc/py-rich: update to 10.11.0Matthew Seaman2021-09-281-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.11.0/CHANGELOG.md
* textproc/py-rich: update to 10.9.0Matthew Seaman2021-08-301-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.9.0/CHANGELOG.md
* textproc/py-rich: update to 10.8.0Matthew Seaman2021-08-291-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.8.0/CHANGELOG.md
* textproc/py-rich: update to 10.7.0Matthew Seaman2021-08-081-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.7.0/CHANGELOG.md
* textproc/py-rich: update to 10.6.0Matthew Seaman2021-07-141-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.6.0/CHANGELOG.md
* textproc/py-rich: update to 10.5.0Matthew Seaman2021-07-111-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.5.0/CHANGELOG.md
* textproc/py-rich: update to 10.4.0Matthew Seaman2021-06-201-1/+1
| | | | ChangeLog: https://github.com/willmcgugan/rich/blob/v10.4.0/CHANGELOG.md