git: f1800e89a656 - main - deskutils/py-send2trash: Update to 1.8.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 06:50:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1800e89a65600c53bb76d338d7b50ec662cbf2e commit f1800e89a65600c53bb76d338d7b50ec662cbf2e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 06:45:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 06:45:40 +0000 deskutils/py-send2trash: Update to 1.8.3 - Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS Changes: https://github.com/arsenetar/send2trash/releases https://github.com/arsenetar/send2trash/blob/master/CHANGES.rst --- deskutils/py-send2trash/Makefile | 5 ++--- deskutils/py-send2trash/distinfo | 6 +++--- deskutils/py-send2trash/files/patch-setup.cfg | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/deskutils/py-send2trash/Makefile b/deskutils/py-send2trash/Makefile index 9d1e8a4b409a..d1d246f8c5b2 100644 --- a/deskutils/py-send2trash/Makefile +++ b/deskutils/py-send2trash/Makefile @@ -1,6 +1,5 @@ PORTNAME= send2trash -PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTVERSION= 1.8.3 CATEGORIES= deskutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,7 @@ WWW= https://github.com/arsenetar/send2trash LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= dos2unix python diff --git a/deskutils/py-send2trash/distinfo b/deskutils/py-send2trash/distinfo index d98ec209d323..1d6a070998bf 100644 --- a/deskutils/py-send2trash/distinfo +++ b/deskutils/py-send2trash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104376 -SHA256 (Send2Trash-1.8.2.tar.gz) = c132d59fa44b9ca2b1699af5c86f57ce9f4c5eb56629d5d55fbb7a35f84e2312 -SIZE (Send2Trash-1.8.2.tar.gz) = 17487 +TIMESTAMP = 1712427918 +SHA256 (Send2Trash-1.8.3.tar.gz) = b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf +SIZE (Send2Trash-1.8.3.tar.gz) = 17394 diff --git a/deskutils/py-send2trash/files/patch-setup.cfg b/deskutils/py-send2trash/files/patch-setup.cfg index 9a964e2c1c5c..41e7c09d052a 100644 --- a/deskutils/py-send2trash/files/patch-setup.cfg +++ b/deskutils/py-send2trash/files/patch-setup.cfg @@ -1,9 +1,9 @@ ---- setup.cfg.orig 2023-04-27 05:30:25 UTC +--- setup.cfg.orig 2024-04-07 06:12:41 UTC +++ setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = Send2Trash +name = send2trash - version = 1.8.2 + version = 1.8.3 url = https://github.com/arsenetar/send2trash project_urls =