pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-binaryornot
Module Name: pkgsrc
Committed By: wiz
Date: Tue May 2 17:14:02 UTC 2023
Modified Files:
pkgsrc/devel/py-binaryornot: Makefile
Log Message:
py-binaryornot: not for Python 2
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-binaryornot/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/py-binaryornot/Makefile
diff -u pkgsrc/devel/py-binaryornot/Makefile:1.6 pkgsrc/devel/py-binaryornot/Makefile:1.7
--- pkgsrc/devel/py-binaryornot/Makefile:1.6 Sun Jul 3 12:13:07 2022
+++ pkgsrc/devel/py-binaryornot/Makefile Tue May 2 17:14:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/07/03 12:13:07 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/05/02 17:14:02 wiz Exp $
DISTNAME= binaryornot-0.4.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,10 +11,11 @@ HOMEPAGE= https://github.com/audreyr/bin
COMMENT= Guess whether a file is binary or text
LICENSE= modified-bsd
-PYTHON_VERSIONED_DEPENDENCIES= chardet
+DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index