pkgsrc-WIP-changes archive

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

py-xopen: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Tue Dec 5 23:06:49 2017 -0600
Changeset:	f8c1357b1171bf1ebd16e496746bc22ae1883553

Modified Files:
	py-xopen/DESCR
	py-xopen/Makefile

Log Message:
py-xopen: Clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f8c1357b1171bf1ebd16e496746bc22ae1883553

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

diffstat:
 py-xopen/DESCR    | 8 ++++----
 py-xopen/Makefile | 5 -----
 2 files changed, 4 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-xopen/DESCR b/py-xopen/DESCR
index f1dd08af79..39c2bcac74 100644
--- a/py-xopen/DESCR
+++ b/py-xopen/DESCR
@@ -1,4 +1,4 @@
-This small Python module provides a xopen function that works like the built-in
-open function, but can also deal with compressed files. Supported compression
-formats are gzip, bzip2 and xz. They are automatically recognized by their file
-extensions .gz, .bz2 or .xz.
+This small Python module provides an xopen function that works like the
+built-in open function, but can also deal with compressed files. Supported
+compression formats are gzip, bzip2 and xz. They are automatically recognized
+by their file extensions .gz, .bz2 or .xz.
diff --git a/py-xopen/Makefile b/py-xopen/Makefile
index 6f92683723..cc42a91c54 100644
--- a/py-xopen/Makefile
+++ b/py-xopen/Makefile
@@ -1,9 +1,4 @@
 # $NetBSD$
-#
-###########################################################
-#                  Generated by fbsd2pkg                  #
-#              Fri Nov  3 14:01:34 CDT 2017               #
-###########################################################
 
 DISTNAME=	xopen-0.3.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}


Home | Main Index | Thread Index | Old Index