mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
9dc9fc452c
commit
f1800e89a6
3 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue