mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
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)
9 lines
166 B
Python
9 lines
166 B
Python
--- setup.py.orig 2023-09-02 08:00:00 UTC
|
|
+++ setup.py
|
|
@@ -0,0 +1,6 @@
|
|
+from setuptools import setup
|
|
+
|
|
+setup(
|
|
+ name="Lektor",
|
|
+ version="%%PORTVERSION%%",
|
|
+)
|