sysutils/duplicity: Update to 3.0.5.1
ChangeLog: https://gitlab.com/duplicity/duplicity/-/blob/main/CHANGELOG.md#rel3051-2025-06-25
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= duplicity
|
||||
DISTVERSION= 3.0.5
|
||||
DISTVERSION= 3.0.5.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= PYPI
|
||||
|
||||
@@ -10,7 +10,9 @@ WWW= https://duplicity.gitlab.io/
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pipx>0:devel/py-pipx@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
LIB_DEPENDS= librsync.so:net/librsync
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0:devel/py-fasteners@${PY_FLAVOR} \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1750447633
|
||||
SHA256 (duplicity-3.0.5.tar.gz) = 34fab6cd4e1052b0b96d7750368dbbb149a504ff34401ac8bee5c594f42f4d3b
|
||||
SIZE (duplicity-3.0.5.tar.gz) = 900129
|
||||
TIMESTAMP = 1750882544
|
||||
SHA256 (duplicity-3.0.5.1.tar.gz) = 06775fa3004e42ef30d2b0adcb8e7c808eafd8998f81e43be4c72648dae72b3e
|
||||
SIZE (duplicity-3.0.5.1.tar.gz) = 900386
|
||||
|
||||
@@ -1,11 +1,15 @@
|
||||
--- pyproject.toml.orig 2025-06-20 19:43:43 UTC
|
||||
--- pyproject.toml.orig 2025-06-25 20:20:03 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -32,7 +32,7 @@ classifiers = [
|
||||
|
||||
|
||||
@@ -34,10 +34,10 @@ requires = [
|
||||
[build-system]
|
||||
-requires = ["setuptools>=68.1.0"]
|
||||
+requires = ["setuptools>=63.1.0"]
|
||||
requires = [
|
||||
"build>=1.1",
|
||||
- "pip>=24.0",
|
||||
+ "pip>=23.3",
|
||||
"pipx>=1.5",
|
||||
"packaging>=20.0",
|
||||
- "setuptools>=78.1.0",
|
||||
+ "setuptools>=63.1.0",
|
||||
"wheel>=0.42.0",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user