CVS commit: pkgsrc/www/py-aiohttp-remotes
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Wed Aug 12 22:16:28 UTC 2026 Modified Files: pkgsrc/www/py-aiohttp-remotes: Makefile Log Message: py-aiohttp-remotes: mark as BROKEN Does not build with flit_core 4. Still looks active, so filed an upstream bug report - add link to upstream bug report URL. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-aiohttp-remotes/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 763 B)
Modified files:
Index: pkgsrc/www/py-aiohttp-remotes/Makefile
diff -u pkgsrc/www/py-aiohttp-remotes/Makefile:1.6 pkgsrc/www/py-aiohttp-remotes/Makefile:1.7
--- pkgsrc/www/py-aiohttp-remotes/Makefile:1.6 Sun Jun 28 15:41:44 2026
+++ pkgsrc/www/py-aiohttp-remotes/Makefile Wed Aug 12 22:16:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2026/06/28 15:41:44 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2026/08/12 22:16:28 wiz Exp $
DISTNAME= aiohttp_remotes-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -23,5 +23,8 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 310 311
+# https://github.com/aio-libs/aiohttp-remotes/issues/621
+BROKEN= "Needs fixing for flit_core 4."
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"