pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-contextlib2



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar 24 06:13:58 UTC 2018

Modified Files:
        pkgsrc/devel/py-contextlib2: DESCR Makefile

Log Message:
py-contextlib2: cleanups


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-contextlib2/DESCR \
    pkgsrc/devel/py-contextlib2/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-contextlib2/DESCR
diff -u pkgsrc/devel/py-contextlib2/DESCR:1.1 pkgsrc/devel/py-contextlib2/DESCR:1.2
--- pkgsrc/devel/py-contextlib2/DESCR:1.1       Tue Sep  5 18:22:48 2017
+++ pkgsrc/devel/py-contextlib2/DESCR   Sat Mar 24 06:13:58 2018
@@ -1,4 +1,4 @@
 contextlib2 provides backports of features in the latest version of
-the standard library’s contextlib module to earlier Python
+the standard library's contextlib module to earlier Python
 versions. It also serves as a real world proving ground for potential
 future enhancements to that module.
Index: pkgsrc/devel/py-contextlib2/Makefile
diff -u pkgsrc/devel/py-contextlib2/Makefile:1.1 pkgsrc/devel/py-contextlib2/Makefile:1.2
--- pkgsrc/devel/py-contextlib2/Makefile:1.1    Tue Sep  5 18:22:48 2017
+++ pkgsrc/devel/py-contextlib2/Makefile        Sat Mar 24 06:13:58 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/09/05 18:22:48 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/24 06:13:58 adam Exp $
 
 DISTNAME=      contextlib2-0.5.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/contextlib2/}
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -10,5 +10,7 @@ HOMEPAGE=     http://contextlib2.readthedocs
 COMMENT=       Backports and enhancements for the contextlib module
 LICENSE=       python-software-foundation
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index