1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Vladimir Druzenko
2026-06-02 01:07:04 +03:00
parent e715576c4d
commit 9fe5e1b645
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PORTNAME= apprise
DISTVERSION= 1.8.1
DISTVERSION= 1.11.0
CATEGORIES= net-im python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1722308039
SHA256 (apprise-1.8.1.tar.gz) = 08a20fe72672b7e90f7969d5b879d657c2e2db385a8a8c10f54cba565bf237f2
SIZE (apprise-1.8.1.tar.gz) = 1696426
TIMESTAMP = 1780350000
SHA256 (apprise-1.11.0.tar.gz) = 3b1e6f5365b302d1fae270c0c8007958e54224b9b7808acec69006ea27f5b8a2
SIZE (apprise-1.11.0.tar.gz) = 2337248
@@ -0,0 +1,10 @@
--- pyproject.toml.orig 2026-05-29 15:07:12 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools>=69",
+ "setuptools>=63.1.0",
"wheel",
"babel",
]