pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-itemadapter py-itemadapter: Added version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96a6aec0582a
branches:  trunk
changeset: 449194:96a6aec0582a
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sun Mar 21 21:09:50 2021 +0000

description:
py-itemadapter: Added version 0.2.0

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

diffstat:

 textproc/py-itemadapter/DESCR    |   9 +++++++++
 textproc/py-itemadapter/Makefile |  18 ++++++++++++++++++
 textproc/py-itemadapter/PLIST    |  14 ++++++++++++++
 textproc/py-itemadapter/distinfo |   6 ++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 5a7d5bfc144e -r 96a6aec0582a textproc/py-itemadapter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-itemadapter/DESCR     Sun Mar 21 21:09:50 2021 +0000
@@ -0,0 +1,9 @@
+The ItemAdapter class is a wrapper for data container objects, providing a
+common interface to handle objects of different types in an uniform manner,
+regardless of their underlying implementation.
+
+Currently supported types are:
+  o dict
+  o scrapy.item.Item
+  o dataclass-based classes
+  o attrs-based classes
diff -r 5a7d5bfc144e -r 96a6aec0582a textproc/py-itemadapter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-itemadapter/Makefile  Sun Mar 21 21:09:50 2021 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2021/03/21 21:09:50 triaxx Exp $
+
+DISTNAME=      itemadapter-0.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/itemadapter/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/scrapy/itemadapter
+COMMENT=       Wrapper providing a common interface to handle objects of different types
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5a7d5bfc144e -r 96a6aec0582a textproc/py-itemadapter/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-itemadapter/PLIST     Sun Mar 21 21:09:50 2021 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2021/03/21 21:09:50 triaxx Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/itemadapter/__init__.py
+${PYSITELIB}/itemadapter/__init__.pyc
+${PYSITELIB}/itemadapter/__init__.pyo
+${PYSITELIB}/itemadapter/adapter.py
+${PYSITELIB}/itemadapter/adapter.pyc
+${PYSITELIB}/itemadapter/adapter.pyo
+${PYSITELIB}/itemadapter/utils.py
+${PYSITELIB}/itemadapter/utils.pyc
+${PYSITELIB}/itemadapter/utils.pyo
diff -r 5a7d5bfc144e -r 96a6aec0582a textproc/py-itemadapter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-itemadapter/distinfo  Sun Mar 21 21:09:50 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/03/21 21:09:50 triaxx Exp $
+
+SHA1 (itemadapter-0.2.0.tar.gz) = f3e558a38c4f50895e4845f96df3b34a7ab7b72b
+RMD160 (itemadapter-0.2.0.tar.gz) = ee186ff5696cacd722fdbdae65959c7fcb47faaa
+SHA512 (itemadapter-0.2.0.tar.gz) = d44072d164909a0557014ca51f410fb70554f2ad363d08167357f5d73b1eceecad0a873c26fc90742ea17c45b71509db471eef04b405aac1a38f119abfeb23c0
+Size (itemadapter-0.2.0.tar.gz) = 12197 bytes



Home | Main Index | Thread Index | Old Index