pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-itemloaders



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar 22 06:14:02 UTC 2021

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

Log Message:
py-itemloaders: fix typos


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-itemloaders/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-itemloaders/Makefile
diff -u pkgsrc/textproc/py-itemloaders/Makefile:1.1 pkgsrc/textproc/py-itemloaders/Makefile:1.2
--- pkgsrc/textproc/py-itemloaders/Makefile:1.1 Sun Mar 21 21:13:00 2021
+++ pkgsrc/textproc/py-itemloaders/Makefile     Mon Mar 22 06:14:02 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/03/21 21:13:00 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/22 06:14:02 adam Exp $
 
 DISTNAME=      itemloaders-1.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,10 +10,10 @@ HOMEPAGE=   https://github.com/scrapy/item
 COMMENT=       Python library that helps to collect data from HTML and XML sources
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PKPKGPREFIX}-itemadapter>=0.1.0:../../textproc/py-itemadapter
-DEPENDS+=      ${PKPKGPREFIX}-jmespath>=0.9.5:../../textproc/py-jmespath
-DEPENDS+=      ${PKPKGPREFIX}-parsel>=1.5.0:../../www/py-parsel
-DEPENDS+=      ${PKPKGPREFIX}-w3lib>=1.17.0:../../www/py-w3lib
+DEPENDS+=      ${PYPKGPREFIX}-itemadapter>=0.1.0:../../textproc/py-itemadapter
+DEPENDS+=      ${PYPKGPREFIX}-jmespath>=0.9.5:../../textproc/py-jmespath
+DEPENDS+=      ${PYPKGPREFIX}-parsel>=1.5.0:../../www/py-parsel
+DEPENDS+=      ${PYPKGPREFIX}-w3lib>=1.17.0:../../www/py-w3lib
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index