pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-telethon



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 09:32:24 UTC 2025

Modified Files:
        pkgsrc/chat/py-telethon: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/py-telethon/Makefile

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

Modified files:

Index: pkgsrc/chat/py-telethon/Makefile
diff -u pkgsrc/chat/py-telethon/Makefile:1.6 pkgsrc/chat/py-telethon/Makefile:1.7
--- pkgsrc/chat/py-telethon/Makefile:1.6        Mon Nov 11 07:27:54 2024
+++ pkgsrc/chat/py-telethon/Makefile    Wed Mar  5 09:32:24 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2024/11/11 07:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/03/05 09:32:24 wiz Exp $
 
 DISTNAME=      Telethon-1.36.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=T/Telethon/}
 
@@ -10,13 +11,13 @@ HOMEPAGE=   https://github.com/LonamiWebs/
 COMMENT=       Full-featured Telegram client library for Python 3
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-aes-[0-9]*:../../security/py-aes
 DEPENDS+=      ${PYPKGPREFIX}-rsa-[0-9]*:../../security/py-rsa
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+WHEEL_NAME=    ${DISTNAME:tl}
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index