From 7015ade3ac758082f57c9136ebda5b01b1790ab9 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 20 Feb 2026 13:46:09 -0500 Subject: [PATCH] github-backup: update to 0.61.5, use Python 3.14 --- python/github-backup/Portfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/python/github-backup/Portfile b/python/github-backup/Portfile index fb53017db07..e9b188efd18 100644 --- a/python/github-backup/Portfile +++ b/python/github-backup/Portfile @@ -4,7 +4,9 @@ PortSystem 1.0 PortGroup python 1.0 name github-backup -version 0.36.0 +version 0.61.5 +revision 0 + platforms {darwin any} supported_archs noarch license MIT @@ -15,12 +17,10 @@ long_description {*}${description} homepage https://github.com/josegonzalez/python-github-backup -checksums rmd160 95331354d819a1e8a72571dd45ed35ad7c36b074 \ - sha256 a8af5cd9ff0f82d873f2114313be2b7e68c86d2a3075300fa7689671d13ad98a \ - size 25396 +distname github_backup-${version} -python.default_version \ - 38 +checksums rmd160 14c930c700598b1dc80ce8d73b0a201599b1262d \ + sha256 5063bd4b557bf2948b0b7b7a3f48f4f43122752eb84b2fc44fd5776e4eac9efc \ + size 80380 -depends_build-append \ - port:py${python.version}-setuptools +python.default_version 314