pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/py-mastodon
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 09:31:15 UTC 2025
Modified Files:
pkgsrc/chat/py-mastodon: Makefile
Log Message:
py-mastodon: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/chat/py-mastodon/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-mastodon/Makefile
diff -u pkgsrc/chat/py-mastodon/Makefile:1.18 pkgsrc/chat/py-mastodon/Makefile:1.19
--- pkgsrc/chat/py-mastodon/Makefile:1.18 Mon Nov 11 07:27:54 2024
+++ pkgsrc/chat/py-mastodon/Makefile Wed Mar 5 09:31:15 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2024/11/11 07:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/03/05 09:31:15 wiz Exp $
-PKGNAME= ${PYPKGPREFIX}-mastodon-1.8.1
DISTNAME= Mastodon.py-${PKGVERSION_NOREV}
+PKGNAME= ${PYPKGPREFIX}-mastodon-1.8.1
+PKGREVISION= 1
CATEGORIES= chat www python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/Mastodon.py/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/halcy/Masto
COMMENT= Python wrapper for the Mastodon API
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-blurhash>=1.1.4:../../graphics/py-blurhash
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
@@ -30,6 +31,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]
USE_LANGUAGES= # none
+WHEEL_NAME= ${DISTNAME:tl:S/./_/}
+
# as of 1.8.1
# 97 failed, 172 passed, 3 skipped, 3 xfailed, 135 warnings, 38 errors
Home |
Main Index |
Thread Index |
Old Index