Port details on branch 2023Q1 |
- py-beautifulsoup HTML/XML Parser for Python
- 4.12.3 www =9 4.12.3Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2005-07-16 21:52:03
- Last Update: 2024-01-19 01:59:12
- Commit Hash: 351c4ea
- People watching this port, also watch:: libdrm, gmp, dejavu, libiconv, gnupg
- Also Listed In: python
- License: MIT
- WWW:
- https://www.crummy.com/software/BeautifulSoup/
- Description:
- Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance
into a tree representation. It provides methods and Pythonic idioms
that make it easy to search and modify the tree.
A well-formed XML/HTML document will yield a well-formed data
structure. An ill-formed XML/HTML document will yield a
correspondingly ill-formed data structure. If your document is only
locally well-formed, you can use this library to find and process the
well-formed part of it. The BeautifulSoup class has heuristics for
obtaining a sensible parse tree in the face of common HTML errors.
- ¦ ¦ ¦ ¦
- 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}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-beautifulsoup/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-beautifulsoup
- pkg install py39-beautifulsoup
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-beautifulsoup listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-beautifulsoup
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1705628966
SHA256 (beautifulsoup4-4.12.3.tar.gz) = 74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051
SIZE (beautifulsoup4-4.12.3.tar.gz) = 581181
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-hatchling>0 : devel/py-hatchling@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-soupsieve>=1.2 : www/py-soupsieve@py39
- py39-lxml>=0 : devel/py-lxml@py39
- py39-html5lib>=0 : www/py-html5lib@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- audio/lollypop
- deskutils/calibre
- dns/knock
- finance/beancount
- finance/py-finviz
- misc/py-pypatent
- multimedia/py-periscope
- for Run
-
- astro/py-skyfield
- audio/beets
- audio/lollypop
- deskutils/calibre
- devel/py-nbconvert
- devel/py-perceval
- devel/py-scholarly
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_py-beautifulsoup
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|