head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.8 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.6 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.4 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.2 pkgsrc-2025Q2-base:1.2; locks; strict; comment @# @; 1.2 date 2025.04.21.14.14.46; author wiz; state Exp; branches; next 1.1; commitid qTjwsd3LMUfAsVRF; 1.1 date 2025.04.21.14.11.02; author schmonz; state Exp; branches; next ; commitid IWC4oXILoewnrVRF; desc @@ 1.2 log @rss2email: fix version number in pyproject file Ride bump @ text @$NetBSD: patch-pyproject.toml,v 1.1 2025/04/21 14:11:02 schmonz Exp $ 1. Fix version number. 2. Apply upstream patches: 183a17a for lighter TOOL_DEPENDS eda99a9 to fix a deprecation warning --- pyproject.toml.orig 2022-08-26 14:54:21.000000000 +0000 +++ pyproject.toml @@@@ -1,6 +1,6 @@@@ [tool.poetry] name = "rss2email" -version = "3.12.2" +version = "3.14" description = "Forward RSS feeds to your email address" authors = ["Your Name "] license = "GPL-2.0-only" @@@@ -10,12 +10,12 @@@@ python = "^3.6" feedparser = ">=6.0.5" html2text = ">=2020.1.16" -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] update-copyright = ">=0.6.2" [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] r2e = "rss2email.main:run" @ 1.1 log @rss2email: convert egg.mk to wheel.mk. Bump PKGREVISION. This fixes a recent regression where r2e's shebang path had become an unqualified "python". While here, bump feedparser dependency for Python 3.13 support. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 1 Apply upstream patches: d12 8 @