pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-contextlib2 py-contextlib2: cleanups



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0b73e8e7fec
branches:  trunk
changeset: 377875:c0b73e8e7fec
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 24 06:13:58 2018 +0000

description:
py-contextlib2: cleanups

diffstat:

 devel/py-contextlib2/DESCR    |  2 +-
 devel/py-contextlib2/Makefile |  6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r ddd77f07a841 -r c0b73e8e7fec devel/py-contextlib2/DESCR
--- a/devel/py-contextlib2/DESCR        Fri Mar 23 21:09:11 2018 +0000
+++ b/devel/py-contextlib2/DESCR        Sat Mar 24 06:13:58 2018 +0000
@@ -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.
diff -r ddd77f07a841 -r c0b73e8e7fec devel/py-contextlib2/Makefile
--- a/devel/py-contextlib2/Makefile     Fri Mar 23 21:09:11 2018 +0000
+++ b/devel/py-contextlib2/Makefile     Sat Mar 24 06:13:58 2018 +0000
@@ -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 @@
 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