Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4 09 Apr 2025 14:55:11
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Introduce USE_PYTHON=cython3{,_run,_test}
- Update USE_PYTHON=cython{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython3*
- While I'm here, fix incorrect usage of combining cython3 in BUILD_DEPENDS and
USE_PYTHON=cython
It is added to simplify the future transition from Cython 0.29 to 3.
The minimal version is set to 3.0.12 because it is required by
devel/py-propcache.
The upper bound of version is set to 3.1 because it is limited by multiple
ports. |
2.4 03 Feb 2025 15:51:27
    |
Po-Chuan Hsieh (sunpoet)  |
lang/py-lupa: Update to 2.4
Changes: https://github.com/scoder/lupa/releases
https://github.com/scoder/lupa/blob/master/CHANGES.rst |
2.2 03 Jun 2024 06:52:57
    |
Po-Chuan Hsieh (sunpoet)  |
lang/py-lupa: Update to 2.2
- Add GitHub to MASTER_SITES
Changes: https://github.com/scoder/lupa/releases
https://github.com/scoder/lupa/blob/master/CHANGES.rst |
2.1 28 May 2024 10:21:35
    |
Po-Chuan Hsieh (sunpoet)  |
lang/py-lupa: Adjust e63cf89eb69315c20b4f7e9d1d24edb002711886 |
2.1 20 May 2024 21:53:51
    |
Daniel Engberg (diizzy)  |
lang/py-lupa: Convert post-patch to EXTRACT_AFTER_ARGS
Reduce I/O by excluding files we don't need during extraction
PR: 278747
Approved by: portmgr (maintainer timeout, 2+ weeks) |
2.1 31 Mar 2024 03:06:56
    |
Po-Chuan Hsieh (sunpoet)  |
lang/py-lupa: Update to 2.1
Changes: https://github.com/scoder/lupa/blob/master/CHANGES.rst |
2.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
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> |
2.0 27 May 2023 04:09:19
    |
Po-Chuan Hsieh (sunpoet)  |
lang/py-lupa: Update to 2.0
- Convert to USE_PYTHON=unittest
Changes: https://github.com/scoder/lupa/blob/master/CHANGES.rst |
1.14.1 09 Apr 2023 20:40:25
    |
Po-Chuan Hsieh (sunpoet)  |
lang/py-lupa: Update to 1.14.1
Changes: https://github.com/scoder/lupa/blob/master/CHANGES.rst |
1.13 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.13 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
1.13 20 Jul 2022 14:22:15
    |
Tobias C. Berner (tcberner)  |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
1.13 25 Mar 2022 13:37:05
    |
Po-Chuan Hsieh (sunpoet)  |
lang/py-lupa: Update to 1.13
Changes: https://github.com/scoder/lupa/blob/master/CHANGES.rst |
1.12 07 Mar 2022 18:11:20
    |
Po-Chuan Hsieh (sunpoet)  |
lang/py-lupa: Update to 1.12
Changes: https://github.com/scoder/lupa/blob/master/CHANGES.rst |
1.10 05 Nov 2021 23:54:08
    |
Po-Chuan Hsieh (sunpoet)  |
lang/py-lupa: Remove -f because RM has it already |
1.10 21 Sep 2021 03:44:48
    |
Po-Chuan Hsieh (sunpoet)  |
lang/py-lupa: Update to 1.10
- Strip shared library
Changes: https://github.com/scoder/lupa/blob/master/CHANGES.rst |
1.9 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.9 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.9 04 Apr 2020 07:22:41
  |
sunpoet  |
Add py-lupa 1.9
Lupa integrates the runtimes of Lua or LuaJIT2 into CPython. It is a partial
rewrite of LunaticPython in Cython with some additional features such as proper
coroutine support.
WWW: https://github.com/scoder/lupa |