pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-Send2Trash



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:27:09 UTC 2025

Modified Files:
        pkgsrc/sysutils/py-Send2Trash: Makefile

Log Message:
py-Send2Trash: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/py-Send2Trash/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-Send2Trash/Makefile
diff -u pkgsrc/sysutils/py-Send2Trash/Makefile:1.10 pkgsrc/sysutils/py-Send2Trash/Makefile:1.11
--- pkgsrc/sysutils/py-Send2Trash/Makefile:1.10 Mon Nov 11 07:28:58 2024
+++ pkgsrc/sysutils/py-Send2Trash/Makefile      Wed Mar  5 10:27:09 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2024/11/11 07:28:58 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/03/05 10:27:09 wiz Exp $
 
 DISTNAME=      Send2Trash-1.8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Send2Trash/}
 
@@ -10,11 +11,11 @@ HOMEPAGE=   https://github.com/hsoft/send2
 COMMENT=       Send file to trash
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.6.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+WHEEL_NAME=    ${DISTNAME:tl}
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index