Received: by mail.netbsd.org (Postfix, from userid 605) id B188884D23; Sun, 21 Mar 2021 21:13:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA2CF84D10 for ; Sun, 21 Mar 2021 21:13:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id j1O7LDz5Qo9v for ; Sun, 21 Mar 2021 21:13:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5527884CE2 for ; Sun, 21 Mar 2021 21:13:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4CBCEFA95; Sun, 21 Mar 2021 21:13:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1616361180296950" MIME-Version: 1.0 Date: Sun, 21 Mar 2021 21:13:00 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/textproc/py-itemloaders To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20210321211300.4CBCEFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1616361180296950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Sun Mar 21 21:13:00 UTC 2021 Added Files: pkgsrc/textproc/py-itemloaders: DESCR Makefile PLIST distinfo Log Message: py-itemloaders: Added version 1.0.4 textproc/py-itemloaders is a dependency of www/py-scrapy. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-itemloaders/DESCR \ pkgsrc/textproc/py-itemloaders/Makefile \ pkgsrc/textproc/py-itemloaders/PLIST \ pkgsrc/textproc/py-itemloaders/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1616361180296950 Content-Disposition: inline Content-Length: 3297 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/py-itemloaders/DESCR diff -u /dev/null pkgsrc/textproc/py-itemloaders/DESCR:1.1 --- /dev/null Sun Mar 21 21:13:00 2021 +++ pkgsrc/textproc/py-itemloaders/DESCR Sun Mar 21 21:13:00 2021 @@ -0,0 +1,8 @@ +itemloaders is a library that helps you collect data from HTML and XML sources. + +It comes in handy to extract data from web pages, as it supports data +extraction using CSS and XPath Selectors. + +It's specially useful when you need to standardize the data from many sources. +For example, it allows you to have all your casting and parsing rules in a +single place. Index: pkgsrc/textproc/py-itemloaders/Makefile diff -u /dev/null pkgsrc/textproc/py-itemloaders/Makefile:1.1 --- /dev/null Sun Mar 21 21:13:00 2021 +++ pkgsrc/textproc/py-itemloaders/Makefile Sun Mar 21 21:13:00 2021 @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2021/03/21 21:13:00 triaxx Exp $ + +DISTNAME= itemloaders-1.0.4 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= textproc python +MASTER_SITES= ${MASTER_SITE_PYPI:=i/itemloaders/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/scrapy/itemloaders +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 + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-itemloaders/PLIST diff -u /dev/null pkgsrc/textproc/py-itemloaders/PLIST:1.1 --- /dev/null Sun Mar 21 21:13:00 2021 +++ pkgsrc/textproc/py-itemloaders/PLIST Sun Mar 21 21:13:00 2021 @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2021/03/21 21:13:00 triaxx Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/itemloaders/__init__.py +${PYSITELIB}/itemloaders/__init__.pyc +${PYSITELIB}/itemloaders/__init__.pyo +${PYSITELIB}/itemloaders/common.py +${PYSITELIB}/itemloaders/common.pyc +${PYSITELIB}/itemloaders/common.pyo +${PYSITELIB}/itemloaders/processors.py +${PYSITELIB}/itemloaders/processors.pyc +${PYSITELIB}/itemloaders/processors.pyo +${PYSITELIB}/itemloaders/utils.py +${PYSITELIB}/itemloaders/utils.pyc +${PYSITELIB}/itemloaders/utils.pyo Index: pkgsrc/textproc/py-itemloaders/distinfo diff -u /dev/null pkgsrc/textproc/py-itemloaders/distinfo:1.1 --- /dev/null Sun Mar 21 21:13:00 2021 +++ pkgsrc/textproc/py-itemloaders/distinfo Sun Mar 21 21:13:00 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/03/21 21:13:00 triaxx Exp $ + +SHA1 (itemloaders-1.0.4.tar.gz) = 595be68cd09e723c84ea2de9824d624e6d288681 +RMD160 (itemloaders-1.0.4.tar.gz) = ff469e7217e7c48a7e466fb6f9696d314cf6a897 +SHA512 (itemloaders-1.0.4.tar.gz) = 2468d8bc0063a6cee2572980128ba1a419cecb775e981789f75ec2dab5ddecad446e5d3a728c3878045c586c99c30da4eed0ed28df29af5fe794922b5a13102f +Size (itemloaders-1.0.4.tar.gz) = 11731 bytes --_----------=_1616361180296950--