Port details |
- py-beautifulsoup4 Python screen-scraping library
- 4.4.1 textproc
=0 4.4.1Version of this port present on the latest quarterly branch.
- Maintainer: cpm@FreeBSD.org
- Port Added: 2016-06-24 23:02:49
- Last Update: 2016-06-26 18:53:12
- SVN Revision: 417605
- Also Listed In: python
- License: MIT
- WWW:
- https://www.crummy.com/software/BeautifulSoup/
- Description:
- Beautiful Soup is a Python library designed for quick turnaround projects like
screen-scraping.
Three features make it powerful:
1. Beautiful Soup provides a few simple methods and Pythonic idioms for
navigating, searching, and modifying a parse tree: a toolkit for dissecting
a document and extracting what you need. It doesn't take much code to write
an application.
2. Beautiful Soup automatically converts incoming documents to Unicode and
outgoing documents to UTF-8. You don't have to think about encodings, unless
the document doesn't specify an encoding and Beautiful Soup can't detect one.
Then you just have to specify the original encoding.
3. Beautiful Soup sits on top of popular Python parsers like lxml and html5lib,
allowing you to try out different parsing strategies or trade speed for
flexibility.
WWW: https://www.crummy.com/software/BeautifulSoup/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}beautifulsoup4>0:textproc/py-beautifulsoup4@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py34-beautifulsoup4
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sphinx-build : textproc/py-sphinx
- py34-setuptools34>0 : devel/py-setuptools34
- python3.4 : lang/python34
- python3 : lang/python3
- Runtime dependencies:
-
- py34-setuptools34>0 : devel/py-setuptools34
- python3.4 : lang/python34
- python3 : lang/python3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py34-beautifulsoup4-4.4.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:3
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.1 26 Jun 2016 18:53:12 |
cpm |
- Remove duplicate port
Reviewed by: junovitch (mentor)
Approved by: junovitch (mentor)
Differential Revision: D6972 |
4.4.1 24 Jun 2016 23:02:44 |
cpm |
New port: textproc/py-beautifulsoup4
Beautiful Soup is a Python library designed for quick turnaround projects like
screen-scraping.
Three features make it powerful:
Beautiful Soup provides a few simple methods and Pythonic idioms for
navigating, searching, and modifying a parse tree: a toolkit for dissecting
a document and extracting what you need. It doesn't take much code to write
an application.
Beautiful Soup automatically converts incoming documents to Unicode and
outgoing documents to UTF-8. You don't have to think about encodings, unless
the document doesn't specify an encoding and Beautiful Soup can't detect one. (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 2
|