pkgsrc-WIP-changes archive

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

+py-weblib in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Nov 23 00:01:14 2015 +0100
Changeset:	acb1a50dc251adb7770fae16bcc6f925bd4f6fed

Added Files:
	py-weblib/DESCR
	py-weblib/Makefile
	py-weblib/PLIST
	py-weblib/distinfo

Log Message:
+py-weblib in wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=acb1a50dc251adb7770fae16bcc6f925bd4f6fed

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-weblib/DESCR    |   0
 py-weblib/Makefile |  24 ++++++++
 py-weblib/PLIST    | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-weblib/distinfo |   6 ++
 4 files changed, 193 insertions(+)

diffs:
diff --git a/py-weblib/DESCR b/py-weblib/DESCR
new file mode 100644
index 0000000..e69de29
diff --git a/py-weblib/Makefile b/py-weblib/Makefile
new file mode 100644
index 0000000..cccf032
--- /dev/null
+++ b/py-weblib/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	weblib-0.1.20
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	https://pypi.python.org/packages/source/w/weblib/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://pypi.python.org/packages/source/w/weblib/
+COMMENT=	Set of tools for web scraping projects
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-lxml>=3.4.4:../../textproc/py-lxml
+DEPENDS+=	${PYPKGPREFIX}-user_agent>=0.1.0:../../wip/py-user_agent
+DEPENDS+=	${PYPKGPREFIX}-tils>=0.3:../../wip/py-tils
+
+USE_LANGUAGES=	# none
+
+do-test:
+	${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} runtest.py
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-weblib/PLIST b/py-weblib/PLIST
new file mode 100644
index 0000000..c2f6433
--- /dev/null
+++ b/py-weblib/PLIST
@@ -0,0 +1,163 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/weblib/__init__.py
+${PYSITELIB}/weblib/__init__.pyc
+${PYSITELIB}/weblib/__init__.pyo
+${PYSITELIB}/weblib/const.py
+${PYSITELIB}/weblib/const.pyc
+${PYSITELIB}/weblib/const.pyo
+${PYSITELIB}/weblib/content.py
+${PYSITELIB}/weblib/content.pyc
+${PYSITELIB}/weblib/content.pyo
+${PYSITELIB}/weblib/control.py
+${PYSITELIB}/weblib/control.pyc
+${PYSITELIB}/weblib/control.pyo
+${PYSITELIB}/weblib/debug.py
+${PYSITELIB}/weblib/debug.pyc
+${PYSITELIB}/weblib/debug.pyo
+${PYSITELIB}/weblib/encoding.py
+${PYSITELIB}/weblib/encoding.pyc
+${PYSITELIB}/weblib/encoding.pyo
+${PYSITELIB}/weblib/error.py
+${PYSITELIB}/weblib/error.pyc
+${PYSITELIB}/weblib/error.pyo
+${PYSITELIB}/weblib/etree.py
+${PYSITELIB}/weblib/etree.pyc
+${PYSITELIB}/weblib/etree.pyo
+${PYSITELIB}/weblib/export/__init__.py
+${PYSITELIB}/weblib/export/__init__.pyc
+${PYSITELIB}/weblib/export/__init__.pyo
+${PYSITELIB}/weblib/export/csv_dumper.py
+${PYSITELIB}/weblib/export/csv_dumper.pyc
+${PYSITELIB}/weblib/export/csv_dumper.pyo
+${PYSITELIB}/weblib/export/mysql_dumper.py
+${PYSITELIB}/weblib/export/mysql_dumper.pyc
+${PYSITELIB}/weblib/export/mysql_dumper.pyo
+${PYSITELIB}/weblib/feed.py
+${PYSITELIB}/weblib/feed.pyc
+${PYSITELIB}/weblib/feed.pyo
+${PYSITELIB}/weblib/files.py
+${PYSITELIB}/weblib/files.pyc
+${PYSITELIB}/weblib/files.pyo
+${PYSITELIB}/weblib/google.py
+${PYSITELIB}/weblib/google.pyc
+${PYSITELIB}/weblib/google.pyo
+${PYSITELIB}/weblib/html.py
+${PYSITELIB}/weblib/html.pyc
+${PYSITELIB}/weblib/html.pyo
+${PYSITELIB}/weblib/http.py
+${PYSITELIB}/weblib/http.pyc
+${PYSITELIB}/weblib/http.pyo
+${PYSITELIB}/weblib/internal.py
+${PYSITELIB}/weblib/internal.pyc
+${PYSITELIB}/weblib/internal.pyo
+${PYSITELIB}/weblib/lock.py
+${PYSITELIB}/weblib/lock.pyc
+${PYSITELIB}/weblib/lock.pyo
+${PYSITELIB}/weblib/logs.py
+${PYSITELIB}/weblib/logs.pyc
+${PYSITELIB}/weblib/logs.pyo
+${PYSITELIB}/weblib/metric.py
+${PYSITELIB}/weblib/metric.pyc
+${PYSITELIB}/weblib/metric.pyo
+${PYSITELIB}/weblib/parser.py
+${PYSITELIB}/weblib/parser.pyc
+${PYSITELIB}/weblib/parser.pyo
+${PYSITELIB}/weblib/ping.py
+${PYSITELIB}/weblib/ping.pyc
+${PYSITELIB}/weblib/ping.pyo
+${PYSITELIB}/weblib/pool.py
+${PYSITELIB}/weblib/pool.pyc
+${PYSITELIB}/weblib/pool.pyo
+${PYSITELIB}/weblib/progress.py
+${PYSITELIB}/weblib/progress.pyc
+${PYSITELIB}/weblib/progress.pyo
+${PYSITELIB}/weblib/pwork.py
+${PYSITELIB}/weblib/pwork.pyc
+${PYSITELIB}/weblib/pwork.pyo
+${PYSITELIB}/weblib/py3k_support.py
+${PYSITELIB}/weblib/py3k_support.pyc
+${PYSITELIB}/weblib/py3k_support.pyo
+${PYSITELIB}/weblib/rex.py
+${PYSITELIB}/weblib/rex.pyc
+${PYSITELIB}/weblib/rex.pyo
+${PYSITELIB}/weblib/russian.py
+${PYSITELIB}/weblib/russian.pyc
+${PYSITELIB}/weblib/russian.pyo
+${PYSITELIB}/weblib/scraper/__init__.py
+${PYSITELIB}/weblib/scraper/__init__.pyc
+${PYSITELIB}/weblib/scraper/__init__.pyo
+${PYSITELIB}/weblib/scraper/bing.py
+${PYSITELIB}/weblib/scraper/bing.pyc
+${PYSITELIB}/weblib/scraper/bing.pyo
+${PYSITELIB}/weblib/scraper/daum.py
+${PYSITELIB}/weblib/scraper/daum.pyc
+${PYSITELIB}/weblib/scraper/daum.pyo
+${PYSITELIB}/weblib/scraper/duckduckgo.py
+${PYSITELIB}/weblib/scraper/duckduckgo.pyc
+${PYSITELIB}/weblib/scraper/duckduckgo.pyo
+${PYSITELIB}/weblib/scraper/google.py
+${PYSITELIB}/weblib/scraper/google.pyc
+${PYSITELIB}/weblib/scraper/google.pyo
+${PYSITELIB}/weblib/scraper/google_host.py
+${PYSITELIB}/weblib/scraper/google_host.pyc
+${PYSITELIB}/weblib/scraper/google_host.pyo
+${PYSITELIB}/weblib/scraper/goone.py
+${PYSITELIB}/weblib/scraper/goone.pyc
+${PYSITELIB}/weblib/scraper/goone.pyo
+${PYSITELIB}/weblib/scraper/ixquick.py
+${PYSITELIB}/weblib/scraper/ixquick.pyc
+${PYSITELIB}/weblib/scraper/ixquick.pyo
+${PYSITELIB}/weblib/scraper/mailru.py
+${PYSITELIB}/weblib/scraper/mailru.pyc
+${PYSITELIB}/weblib/scraper/mailru.pyo
+${PYSITELIB}/weblib/scraper/nigma.py
+${PYSITELIB}/weblib/scraper/nigma.pyc
+${PYSITELIB}/weblib/scraper/nigma.pyo
+${PYSITELIB}/weblib/scraper/qwant.py
+${PYSITELIB}/weblib/scraper/qwant.pyc
+${PYSITELIB}/weblib/scraper/qwant.pyo
+${PYSITELIB}/weblib/scraper/rambler.py
+${PYSITELIB}/weblib/scraper/rambler.pyc
+${PYSITELIB}/weblib/scraper/rambler.pyo
+${PYSITELIB}/weblib/scraper/searx.py
+${PYSITELIB}/weblib/scraper/searx.pyc
+${PYSITELIB}/weblib/scraper/searx.pyo
+${PYSITELIB}/weblib/scraper/yahoo.py
+${PYSITELIB}/weblib/scraper/yahoo.pyc
+${PYSITELIB}/weblib/scraper/yahoo.pyo
+${PYSITELIB}/weblib/scraper/yandex.py
+${PYSITELIB}/weblib/scraper/yandex.pyc
+${PYSITELIB}/weblib/scraper/yandex.pyo
+${PYSITELIB}/weblib/selenium_tools.py
+${PYSITELIB}/weblib/selenium_tools.pyc
+${PYSITELIB}/weblib/selenium_tools.pyo
+${PYSITELIB}/weblib/structured.py
+${PYSITELIB}/weblib/structured.pyc
+${PYSITELIB}/weblib/structured.pyo
+${PYSITELIB}/weblib/system.py
+${PYSITELIB}/weblib/system.pyc
+${PYSITELIB}/weblib/system.pyo
+${PYSITELIB}/weblib/text.py
+${PYSITELIB}/weblib/text.pyc
+${PYSITELIB}/weblib/text.pyo
+${PYSITELIB}/weblib/user_agent.py
+${PYSITELIB}/weblib/user_agent.pyc
+${PYSITELIB}/weblib/user_agent.pyo
+${PYSITELIB}/weblib/w3lib_encoding.py
+${PYSITELIB}/weblib/w3lib_encoding.pyc
+${PYSITELIB}/weblib/w3lib_encoding.pyo
+${PYSITELIB}/weblib/watch.py
+${PYSITELIB}/weblib/watch.pyc
+${PYSITELIB}/weblib/watch.pyo
+${PYSITELIB}/weblib/work.py
+${PYSITELIB}/weblib/work.pyc
+${PYSITELIB}/weblib/work.pyo
+${PYSITELIB}/weblib/yandex.py
+${PYSITELIB}/weblib/yandex.pyc
+${PYSITELIB}/weblib/yandex.pyo
diff --git a/py-weblib/distinfo b/py-weblib/distinfo
new file mode 100644
index 0000000..fdd25eb
--- /dev/null
+++ b/py-weblib/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (weblib-0.1.20.tar.gz) = 1743c97532be0aa3df36fe2d1d640af200f05e6b
+RMD160 (weblib-0.1.20.tar.gz) = 5829bdc1af803f92f20f0dbd645cd9abfe6ed201
+SHA512 (weblib-0.1.20.tar.gz) = 40821234b06d260b7fd75aa65797cb979d00ba97640c40ad7cff3b97d8a4015f9be546628a6912928dd99707dd604e4af4424a367f9b01bf87b1cf9726a948a8
+Size (weblib-0.1.20.tar.gz) = 36969 bytes


Home | Main Index | Thread Index | Old Index