pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-email_validator



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May  5 10:07:57 UTC 2023

Modified Files:
        pkgsrc/mail/py-email_validator: Makefile

Log Message:
py-email_validator: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/py-email_validator/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/py-email_validator/Makefile
diff -u pkgsrc/mail/py-email_validator/Makefile:1.8 pkgsrc/mail/py-email_validator/Makefile:1.9
--- pkgsrc/mail/py-email_validator/Makefile:1.8 Tue Aug 23 21:49:56 2022
+++ pkgsrc/mail/py-email_validator/Makefile     Fri May  5 10:07:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/08/23 21:49:56 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/05/05 10:07:57 wiz Exp $
 
 DISTNAME=      email_validator-1.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,8 +12,9 @@ COMMENT=      Robust email syntax and deliver
 LICENSE=       cc0-1.0-universal
 
 DEPENDS+=      ${PYPKGPREFIX}-idna>=2.0.0:../../www/py-idna
+DEPENDS+=      ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
 
-PYTHON_VERSIONED_DEPENDENCIES= dns
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
@@ -23,6 +24,5 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} email_validator email_validator-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index