non port: www/py-lektor/Makefile |
Number of commits found: 23 |
Saturday, 8 Mar 2025
|
04:05 Charlie Li (vishwin)
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
06a08e6 |
Saturday, 17 Feb 2024
|
06:05 Muhammad Moinur Rahman (bofh)
www/py-lektor: mark BROKEN
Error:
depends on package: py39-Flask>=0 - not found
5d641d6 |
Friday, 1 Dec 2023
|
06:39 Po-Chuan Hsieh (sunpoet)
*: Fix build after 3232af18957315da73e0e4105cac869d8cb3c6b1 (www/py-flask
PORTNAME change)
Approved by: portmgr (blanket)
8efcc1c |
Saturday, 2 Sep 2023
|
08:19 Vinícius Zavam (egypcio)
www/py-lektor: update 3.3.7 to 3.3.10
WHILE HERE
* added markupsafe and pytz dependencies;
* changed "patch-mistune" by not patching many files with one single diff;
* reflecting $PORTVERSION on setup.py properly on 'post-patch'.
CHANGELOG
* https://github.com/lektor/lektor/blob/v3.3.10/CHANGES.md
Sponsored by: The Tor Project
Sponsored by: TorBSD Diversity Project (TDP)
6ca711c |
Tuesday, 18 Jul 2023
|
00:53 Charlie Li (vishwin)
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
9a80a6e |
Friday, 30 Jun 2023
|
07:09 Po-Chuan Hsieh (sunpoet)
www/py-lektor: Allow build with py-mistune installed
- Bump PORTREVISION for package change
PR: 263956
d208a99 |
Tuesday, 27 Jun 2023
|
19: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>
3d9a815 |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Saturday, 15 Oct 2022
|
08:53 Vinícius Zavam (egypcio)
www/py-lektor: update 3.3.6_1 to 3.3.7
47d16dc |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Sunday, 31 Jul 2022
|
16:20 Vinícius Zavam (egypcio)
www/py-lektor: follow tips from vishwin@, and hack setup.py
while here, set inifile version to be 0.4 instead of 0.4.1
PR: 265486
Reported by: p5B2EA84B3 % t-online.de
65eb087 |
Thursday, 28 Jul 2022
|
19:58 Vinícius Zavam (egypcio)
www/py-lektor: update 3.2.2_3 to 3.3.6, and fix 'safe_join' import
* https://github.com/lektor/lektor/blob/v3.3.6/CHANGES.md
PR: 263922, 264991
Reported by: bz@, p5B2EA84B3 <p5B2EA84B3 % t-online.de>
Tested by: Evilham <contact % evilham.com>, Mr. Zsolt <darwick % cyberground.hu>
6f42cda |
Friday, 13 May 2022
|
11:40 Po-Chuan Hsieh (sunpoet)
www/py-lektor: Change RUN_DEPENDS from py-mistune to py-mistune0
- While I'm here, update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change
This port is not ready for mistune 2.0.0+ which has different API.
Reference: https://github.com/lektor/lektor/blob/v3.2.2/setup.py#L42
51db4dd |
Monday, 15 Nov 2021
|
20:13 Vinícius Zavam (egypcio)
www/py-lektor: fix "3.2.2_1 fails to run: Requirement.parse"
* visit upstream again to sync depends;
- github.com/lektor/lektor/blob/v3.2.2/setup.py
* while here, properly sort out RUN_DEPENDS.
Reported by: p5B2E9A8F % t-online.de
PR: 259426
Sponsored by: TorBSD Diversity Project (TDP)
Sponsored by: The Tor Project
576702c |
Sunday, 24 Oct 2021
|
19:09 Vinícius Zavam (egypcio)
www/py-lektor: add missing dependencies
78004db |
Monday, 18 Oct 2021
|
12:41 Vinícius Zavam (egypcio)
www/py-lektor: update 3.2.0 to 3.2.2
* https://github.com/lektor/lektor/compare/3.2.0...v3.2.2
Sponsored by: TorBSD Diversity Project (TDP)
Sponsored by: The Tor Project
c5a8556 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 12 Jan 2021
|
21:25 rene
Simplify some ports using PYTHON_MAJOR_VER and Python 3.6+
 |
Monday, 28 Dec 2020
|
23:02 antoine
Drop python 2.7 support from a few ports
With hat: portmgr
 |
Monday, 31 Aug 2020
|
13:38 egypcio
www/py-lektor: update 3.1.3_1 to 3.2.0
https://github.com/lektor/lektor/blob/3.2.0/CHANGES
 |
Thursday, 3 Oct 2019
|
12:50 egypcio
www/py-lektor: add devel/py-pip to RUN_DEPENDS
- Makefile
based on upstream's setup.py, adding 'pip' to RUN_DEPENDS;
without 'pip' the lektor application wouldn't work as expected.
https://github.com/lektor/lektor/blob/3.1.3/setup.py
 |
Sunday, 14 Jul 2019
|
14:04 egypcio
[NEW PORT] www/py-lektor: Static content management system written in Python
Sponsored by: The Tor Project
 |
Number of commits found: 23 |