pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-backports
Module Name: pkgsrc
Committed By: hauke
Date: Tue Feb 20 10:18:40 UTC 2018
Modified Files:
pkgsrc/devel/py-backports: DESCR Makefile
Log Message:
Remove pointless UTF-8 line noise in DESCR - it stalls pkg_info output.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-backports/DESCR \
pkgsrc/devel/py-backports/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-backports/DESCR
diff -u pkgsrc/devel/py-backports/DESCR:1.1 pkgsrc/devel/py-backports/DESCR:1.2
--- pkgsrc/devel/py-backports/DESCR:1.1 Wed Nov 22 10:47:34 2017
+++ pkgsrc/devel/py-backports/DESCR Tue Feb 20 10:18:40 2018
@@ -6,5 +6,5 @@ Python versions. I hope that this will p
Package Index.
2. When you are ready to port a Python application to a new version of Python,
you can search the code for any import statements that name a backports
- package, and remove the backports for features that have now “arrived” in
+ package, and remove the backports for features that have now "arrived" in
the version of Python to which you are upgrading.
Index: pkgsrc/devel/py-backports/Makefile
diff -u pkgsrc/devel/py-backports/Makefile:1.1 pkgsrc/devel/py-backports/Makefile:1.2
--- pkgsrc/devel/py-backports/Makefile:1.1 Wed Nov 22 10:47:34 2017
+++ pkgsrc/devel/py-backports/Makefile Tue Feb 20 10:18:40 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/11/22 10:47:34 markd Exp $
+# $NetBSD: Makefile,v 1.2 2018/02/20 10:18:40 hauke Exp $
PKGNAME= ${PYPKGPREFIX}-backports-1.0
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= # empty
Home |
Main Index |
Thread Index |
Old Index