pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-twine
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 14 13:31:26 UTC 2024
Modified Files:
pkgsrc/net/py-twine: Makefile
Log Message:
py-twine: forbid Python 3.8 because of readme_renderer
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/py-twine/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-twine/Makefile
diff -u pkgsrc/net/py-twine/Makefile:1.14 pkgsrc/net/py-twine/Makefile:1.15
--- pkgsrc/net/py-twine/Makefile:1.14 Fri Jun 28 09:02:31 2024
+++ pkgsrc/net/py-twine/Makefile Sun Jul 14 13:31:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/06/28 09:02:31 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/07/14 13:31:26 wiz Exp $
DISTNAME= twine-5.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -29,7 +29,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test_socke
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
Home |
Main Index |
Thread Index |
Old Index