pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-itemloaders py-itemloaders: Added version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b5050b1469ba
branches: trunk
changeset: 449197:b5050b1469ba
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Sun Mar 21 21:13:00 2021 +0000
description:
py-itemloaders: Added version 1.0.4
textproc/py-itemloaders is a dependency of www/py-scrapy.
diffstat:
textproc/py-itemloaders/DESCR | 8 ++++++++
textproc/py-itemloaders/Makefile | 23 +++++++++++++++++++++++
textproc/py-itemloaders/PLIST | 19 +++++++++++++++++++
textproc/py-itemloaders/distinfo | 6 ++++++
4 files changed, 56 insertions(+), 0 deletions(-)
diffs (72 lines):
diff -r 96fdb965b281 -r b5050b1469ba textproc/py-itemloaders/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-itemloaders/DESCR Sun Mar 21 21:13:00 2021 +0000
@@ -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.
diff -r 96fdb965b281 -r b5050b1469ba textproc/py-itemloaders/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-itemloaders/Makefile Sun Mar 21 21:13:00 2021 +0000
@@ -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@localhost
+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"
diff -r 96fdb965b281 -r b5050b1469ba textproc/py-itemloaders/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-itemloaders/PLIST Sun Mar 21 21:13:00 2021 +0000
@@ -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
diff -r 96fdb965b281 -r b5050b1469ba textproc/py-itemloaders/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-itemloaders/distinfo Sun Mar 21 21:13:00 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index