pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-itemadapter



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sun Mar 21 21:11:41 UTC 2021

Modified Files:
        pkgsrc/textproc/py-itemadapter: Makefile

Log Message:
py-itemadapter: Fix comment


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-itemadapter/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-itemadapter/Makefile
diff -u pkgsrc/textproc/py-itemadapter/Makefile:1.1 pkgsrc/textproc/py-itemadapter/Makefile:1.2
--- pkgsrc/textproc/py-itemadapter/Makefile:1.1 Sun Mar 21 21:09:50 2021
+++ pkgsrc/textproc/py-itemadapter/Makefile     Sun Mar 21 21:11:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/03/21 21:09:50 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/21 21:11:41 triaxx Exp $
 
 DISTNAME=      itemadapter-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=i/item
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/scrapy/itemadapter
-COMMENT=       Wrapper providing a common interface to handle objects of different types
+COMMENT=       Wrapper providing a common interface for objects of different types
 LICENSE=       modified-bsd
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index