Skip to content

Commit

Permalink
deskutils/py-send2trash: Update to 1.8.3
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
sunpoet committed Apr 8, 2024
1 parent 9dc9fc4 commit f1800e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions 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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
4 changes: 2 additions & 2 deletions 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 =

0 comments on commit f1800e8

Please sign in to comment.