pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-adb
Module Name: pkgsrc
Committed By: wiz
Date: Tue May 2 17:12:21 UTC 2023
Modified Files:
pkgsrc/devel/py-adb: Makefile
Log Message:
py-adb: not for python 2
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-adb/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-adb/Makefile
diff -u pkgsrc/devel/py-adb/Makefile:1.4 pkgsrc/devel/py-adb/Makefile:1.5
--- pkgsrc/devel/py-adb/Makefile:1.4 Wed Jan 5 15:41:00 2022
+++ pkgsrc/devel/py-adb/Makefile Tue May 2 17:12:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/05 15:41:00 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/02 17:12:21 wiz Exp $
DISTNAME= adb-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,17 +12,17 @@ COMMENT= Pure Python implementation of t
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-libusb1>=1.0.16:../../devel/py-libusb1
-
-PYTHON_VERSIONED_DEPENDENCIES+= rsa
+DEPENDS+= ${PYPKGPREFIX}-rsa>=0:../../security/py-rsa
USE_PKG_RESOURCES= yes
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/pyadb ${DESTDIR}${PREFIX}/bin/pyadb-${PYVERSSUFFIX} || ${TRUE}
${MV} ${DESTDIR}${PREFIX}/bin/pyfastboot ${DESTDIR}${PREFIX}/bin/pyfastboot-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index