pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/py-spf
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 2 09:23:28 UTC 2022
Modified Files:
pkgsrc/mail/py-spf: Makefile PLIST
Log Message:
py-spf: convert to egg.mk
Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/py-spf/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/py-spf/PLIST
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-spf/Makefile
diff -u pkgsrc/mail/py-spf/Makefile:1.12 pkgsrc/mail/py-spf/Makefile:1.13
--- pkgsrc/mail/py-spf/Makefile:1.12 Fri Apr 17 12:02:36 2020
+++ pkgsrc/mail/py-spf/Makefile Sun Jan 2 09:23:28 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2020/04/17 12:02:36 adam Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/02 09:23:28 wiz Exp $
DISTNAME= pyspf-2.0.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+PKGREVISION= 1
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyspf/}
@@ -29,5 +30,10 @@ post-install:
do-test:
cd ${WRKSRC}/test && ${PYTHONBIN} testspf.py
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
+
+.if ${PYPKGPREFIX} == "py27"
+_PYSETUPTOOLSINSTALLARGS:= ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed}
+.endif
+
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/py-spf/PLIST
diff -u pkgsrc/mail/py-spf/PLIST:1.4 pkgsrc/mail/py-spf/PLIST:1.5
--- pkgsrc/mail/py-spf/PLIST:1.4 Fri Apr 17 11:27:36 2020
+++ pkgsrc/mail/py-spf/PLIST Sun Jan 2 09:23:28 2022
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2020/04/17 11:27:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/01/02 09:23:28 wiz Exp $
bin/spfquery.py-${PYVERSSUFFIX}
bin/type99.py-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/spf.py
${PYSITELIB}/spf.pyc
${PYSITELIB}/spf.pyo
Home |
Main Index |
Thread Index |
Old Index