pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-typing-extensions



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sun Aug  5 18:31:02 UTC 2018

Modified Files:
        pkgsrc/devel/py-typing-extensions: Makefile PLIST

Log Message:
devel/py-typing-extensions: Fix PLIST for py27 and py34


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-typing-extensions/Makefile \
    pkgsrc/devel/py-typing-extensions/PLIST

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-typing-extensions/Makefile
diff -u pkgsrc/devel/py-typing-extensions/Makefile:1.1 pkgsrc/devel/py-typing-extensions/Makefile:1.2
--- pkgsrc/devel/py-typing-extensions/Makefile:1.1      Thu Jul 12 02:27:38 2018
+++ pkgsrc/devel/py-typing-extensions/Makefile  Sun Aug  5 18:31:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/12 02:27:38 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/05 18:31:02 minskim Exp $
 
 DISTNAME=      typing_extensions-3.6.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -10,9 +10,13 @@ HOMEPAGE=    https://github.com/python/typi
 COMMENT=       Backported and Experimental Type Hints for Python
 LICENSE=       python-software-foundation
 
+PLIST_VARS+=   requires
+
 .include "../../lang/python/pyversion.mk"
 .if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34"
 DEPENDS+=      ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
+
+PLIST.requires=        yes
 .endif
 
 USE_LANGUAGES= # none
Index: pkgsrc/devel/py-typing-extensions/PLIST
diff -u pkgsrc/devel/py-typing-extensions/PLIST:1.1 pkgsrc/devel/py-typing-extensions/PLIST:1.2
--- pkgsrc/devel/py-typing-extensions/PLIST:1.1 Thu Jul 12 02:27:38 2018
+++ pkgsrc/devel/py-typing-extensions/PLIST     Sun Aug  5 18:31:02 2018
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2018/07/12 02:27:38 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/08/05 18:31:02 minskim Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.requires}${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/typing_extensions.py
 ${PYSITELIB}/typing_extensions.pyc



Home | Main Index | Thread Index | Old Index