pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-yarl



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep  7 09:29:21 UTC 2018

Modified Files:
        pkgsrc/www/py-yarl: Makefile

Log Message:
py-yarl: removed unused include


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-yarl/Makefile

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

Modified files:

Index: pkgsrc/www/py-yarl/Makefile
diff -u pkgsrc/www/py-yarl/Makefile:1.16 pkgsrc/www/py-yarl/Makefile:1.17
--- pkgsrc/www/py-yarl/Makefile:1.16    Tue Aug 28 13:44:00 2018
+++ pkgsrc/www/py-yarl/Makefile Fri Sep  7 09:29:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/08/28 13:44:00 sevan Exp $
+# $NetBSD: Makefile,v 1.17 2018/09/07 09:29:21 adam Exp $
 
 DISTNAME=      yarl-1.2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,8 +15,6 @@ DEPENDS+=     ${PYPKGPREFIX}-multidict>=4.0:
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-.include "../../lang/python/pyversion.mk"
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27 34
 
 .include "../../devel/py-cython/buildlink3.mk"



Home | Main Index | Thread Index | Old Index