Sun Mar 21 21:13:00 2021 UTC ()
py-itemloaders: Added version 1.0.4

textproc/py-itemloaders is a dependency of www/py-scrapy.


(triaxx)
diff -r0 -r1.1 pkgsrc/textproc/py-itemloaders/DESCR
diff -r0 -r1.1 pkgsrc/textproc/py-itemloaders/Makefile
diff -r0 -r1.1 pkgsrc/textproc/py-itemloaders/PLIST
diff -r0 -r1.1 pkgsrc/textproc/py-itemloaders/distinfo

File Added: pkgsrc/textproc/py-itemloaders/DESCR
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.

File Added: pkgsrc/textproc/py-itemloaders/Makefile
# $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"

File Added: pkgsrc/textproc/py-itemloaders/PLIST
@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

File Added: pkgsrc/textproc/py-itemloaders/distinfo
$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