pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-MechanicalSoup Import py-MechanicalSoup-0.7.0 a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f9c0f4a000f
branches:  trunk
changeset: 362342:6f9c0f4a000f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 12 10:02:13 2017 +0000

description:
Import py-MechanicalSoup-0.7.0 as www/py-MechanicalSoup.

A Python library for automating interaction with websites.
MechanicalSoup automatically stores and sends cookies, follows
redirects, and can follow links and submit forms. It doesn't do
Javascript.

diffstat:

 www/py-MechanicalSoup/DESCR    |   4 ++++
 www/py-MechanicalSoup/Makefile |  16 ++++++++++++++++
 www/py-MechanicalSoup/PLIST    |  21 +++++++++++++++++++++
 www/py-MechanicalSoup/distinfo |   6 ++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 5eee1376b54c -r 6f9c0f4a000f www/py-MechanicalSoup/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-MechanicalSoup/DESCR       Fri May 12 10:02:13 2017 +0000
@@ -0,0 +1,4 @@
+A Python library for automating interaction with websites.
+MechanicalSoup automatically stores and sends cookies, follows
+redirects, and can follow links and submit forms. It doesn't do
+Javascript.
diff -r 5eee1376b54c -r 6f9c0f4a000f www/py-MechanicalSoup/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-MechanicalSoup/Makefile    Fri May 12 10:02:13 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/05/12 10:02:13 wiz Exp $
+
+DISTNAME=      MechanicalSoup-0.7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=M/MechanicalSoup/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/hickford/MechanicalSoup
+COMMENT=       Library for automating interaction with websites
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5eee1376b54c -r 6f9c0f4a000f www/py-MechanicalSoup/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-MechanicalSoup/PLIST       Fri May 12 10:02:13 2017 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2017/05/12 10:02:13 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/mechanicalsoup/__init__.py
+${PYSITELIB}/mechanicalsoup/__init__.pyc
+${PYSITELIB}/mechanicalsoup/__init__.pyo
+${PYSITELIB}/mechanicalsoup/browser.py
+${PYSITELIB}/mechanicalsoup/browser.pyc
+${PYSITELIB}/mechanicalsoup/browser.pyo
+${PYSITELIB}/mechanicalsoup/form.py
+${PYSITELIB}/mechanicalsoup/form.pyc
+${PYSITELIB}/mechanicalsoup/form.pyo
+${PYSITELIB}/mechanicalsoup/stateful_browser.py
+${PYSITELIB}/mechanicalsoup/stateful_browser.pyc
+${PYSITELIB}/mechanicalsoup/stateful_browser.pyo
+${PYSITELIB}/mechanicalsoup/utils.py
+${PYSITELIB}/mechanicalsoup/utils.pyc
+${PYSITELIB}/mechanicalsoup/utils.pyo
diff -r 5eee1376b54c -r 6f9c0f4a000f www/py-MechanicalSoup/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-MechanicalSoup/distinfo    Fri May 12 10:02:13 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/05/12 10:02:13 wiz Exp $
+
+SHA1 (MechanicalSoup-0.7.0.tar.gz) = 511acdada1a97142b5b4350c8d253fd2b5071677
+RMD160 (MechanicalSoup-0.7.0.tar.gz) = 5527db9d3f443efd43005aaa80f72f2517c960ca
+SHA512 (MechanicalSoup-0.7.0.tar.gz) = 51fd9f3e637449f01505c3142dcbe49f97b9556cae6432a244549d6fadff96e5528ae506be1e634d76efaa0af6f1feb3c3c59b31ff6ace22f98efd10d783606b
+Size (MechanicalSoup-0.7.0.tar.gz) = 10615 bytes



Home | Main Index | Thread Index | Old Index