diff options
Diffstat (limited to 'editors/novelwriter')
-rw-r--r-- | editors/novelwriter/Makefile | 6 | ||||
-rw-r--r-- | editors/novelwriter/distinfo | 6 | ||||
-rw-r--r-- | editors/novelwriter/files/patch-pyproject.toml | 16 |
3 files changed, 14 insertions, 14 deletions
diff --git a/editors/novelwriter/Makefile b/editors/novelwriter/Makefile index 0993e2bad552..302b51efa716 100644 --- a/editors/novelwriter/Makefile +++ b/editors/novelwriter/Makefile @@ -1,6 +1,6 @@ -PORTNAME= novelwriter +PORTNAME= novelWriter DISTVERSIONPREFIX= v -DISTVERSION= 2.7.2 +DISTVERSION= 2.7.4 CATEGORIES= editors python MASTER_SITES= PYPI @@ -11,7 +11,7 @@ WWW= https://novelwriter.io/ \ LICENSE= GPLv3 -PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ +PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}enchant>=3.0.0:textproc/py-enchant@${PY_FLAVOR} BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PY_DEPENDS} \ diff --git a/editors/novelwriter/distinfo b/editors/novelwriter/distinfo index aafec72f169e..9bd05a88966d 100644 --- a/editors/novelwriter/distinfo +++ b/editors/novelwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750830387 -SHA256 (vkbo-novelWriter-v2.7.2_GH0.tar.gz) = 33a7648e316c563f9809998b88e94ff9e446576f6af16224e946f9c3e2d41915 -SIZE (vkbo-novelWriter-v2.7.2_GH0.tar.gz) = 5092204 +TIMESTAMP = 1756061981 +SHA256 (vkbo-novelWriter-v2.7.4_GH0.tar.gz) = 3faab2ddfc69b43eec95527ee696d385bda9b6167b81424dbb5a1dc6c4863188 +SIZE (vkbo-novelWriter-v2.7.4_GH0.tar.gz) = 5039940 diff --git a/editors/novelwriter/files/patch-pyproject.toml b/editors/novelwriter/files/patch-pyproject.toml index 7a94437c17c0..40207cab0d45 100644 --- a/editors/novelwriter/files/patch-pyproject.toml +++ b/editors/novelwriter/files/patch-pyproject.toml @@ -1,21 +1,21 @@ ---- pyproject.toml.orig 2025-06-24 14:43:34 UTC +--- pyproject.toml.orig 2025-07-15 15:15:10 UTC +++ pyproject.toml -@@ -1,15 +1,15 @@ +@@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 77.0.3"] +requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] --name = "novelWriter" -+name = "novelwriter" - authors = [ - {name = "Veronica Berglyd Olsen", email = "code@vkbo.net"}, +@@ -9,11 +9,6 @@ readme = {file = "setup/description_pypi.md", content- ] description = "A plain text editor for planning and writing novels" readme = {file = "setup/description_pypi.md", content-type = "text/markdown"} --license = "GPL-3.0" -+#license = "GPL-3.0" +-license = "GPL-3.0-or-later AND Apache-2.0 AND CC-BY-4.0" +-license-files = [ +- "LICENSE.md", +- "setup/LICENSE-Apache-2.0.txt", +-] classifiers = [ "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", |