pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cached-property



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep 30 14:28:03 UTC 2017

Modified Files:
        pkgsrc/devel/py-cached-property: Makefile

Log Message:
py-cached-property: removed unused comment


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-cached-property/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-cached-property/Makefile
diff -u pkgsrc/devel/py-cached-property/Makefile:1.6 pkgsrc/devel/py-cached-property/Makefile:1.7
--- pkgsrc/devel/py-cached-property/Makefile:1.6        Sat Sep 30 14:25:29 2017
+++ pkgsrc/devel/py-cached-property/Makefile    Sat Sep 30 14:28:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/09/30 14:25:29 adam Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/30 14:28:03 adam Exp $
 
 DISTNAME=      cached-property-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,5 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-freezegun
 
 USE_LANGUAGES= # none
 
-# UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 561: ordinal not in range(128)
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index