pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/scons
Module Name: pkgsrc
Committed By: gdt
Date: Thu Jul 20 00:11:02 UTC 2023
Modified Files:
pkgsrc/devel/scons: Makefile
Log Message:
devel/scons: Stop self-conflicting
While this installs "scons", scons4 installs e.g. scons-310, so scons
3 (py27 only) and scons 4 (python 3 only) can coexist.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/scons/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/scons/Makefile
diff -u pkgsrc/devel/scons/Makefile:1.55 pkgsrc/devel/scons/Makefile:1.56
--- pkgsrc/devel/scons/Makefile:1.55 Thu Jun 8 04:55:52 2023
+++ pkgsrc/devel/scons/Makefile Thu Jul 20 00:11:02 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2023/06/08 04:55:52 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2023/07/20 00:11:02 gdt Exp $
DISTNAME= scons-3.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scons/}
@@ -13,8 +13,6 @@ LICENSE= mit
USE_LANGUAGES= # none
-PYTHON_SELF_CONFLICT= yes
-
USE_PKG_RESOURCES= yes
REPLACE_PYTHON+= script/scons
Home |
Main Index |
Thread Index |
Old Index