pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-zope.deferredimport



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 12:16:20 UTC 2023

Modified Files:
        pkgsrc/devel/py-zope.deferredimport: Makefile

Log Message:
py-zope.deferredimport: remove unused dependency, mark as not for python 2

Bump PKGREVISION for dependency change.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-zope.deferredimport/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-zope.deferredimport/Makefile
diff -u pkgsrc/devel/py-zope.deferredimport/Makefile:1.6 pkgsrc/devel/py-zope.deferredimport/Makefile:1.7
--- pkgsrc/devel/py-zope.deferredimport/Makefile:1.6    Fri Feb 11 11:24:16 2022
+++ pkgsrc/devel/py-zope.deferredimport/Makefile        Sun Apr 30 12:16:20 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2022/02/11 11:24:16 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/04/30 12:16:20 wiz Exp $
 
 DISTNAME=      zope.deferredimport-4.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zope.deferredimport/}
 
@@ -12,10 +13,9 @@ LICENSE=     zpl-2.1
 
 DEPENDS+=      ${PYPKGPREFIX}-zope.proxy-[0-9]*:../../www/py-zope.proxy
 
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= #
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index