notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-beautifulsoup32 HTML/XML Parser for Python
3.2.1_1 www Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.2.1_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-11-15
Maintainer: mwm@mired.org search for ports maintained by this maintainer
Port Added: 2012-07-25 16:58:50
Last Update: 2020-11-15 18:37:29
SVN Revision: 555416
People watching this port, also watch:: p5-Net-Domain-TLD, freeimage, python
Also Listed In: python
License: BSD3CLAUSE
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. WWW: https://www.crummy.com/software/BeautifulSoup/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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}beautifulsoup32>0:www/py-beautifulsoup32@${PY_FLAVOR}
Conflicts:
CONFLICTS:
  • py[0-9]*-beautifulsoup-3.0.*
No installation instructions:
This port has been deleted.
PKGNAME: py27-beautifulsoup32
Package flavors (<flavor>: <package>)
  • py27: py27-beautifulsoup32
distinfo:
SHA256 (BeautifulSoup-3.2.1.tar.gz) = f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db SIZE (BeautifulSoup-3.2.1.tar.gz) = 31224

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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 4 deleted ports
  1. deskutils/gourmet*
  2. devel/py-deliciousapi*
  3. multimedia/freevo*
  4. textproc/archmage*
  5. Collapse this list of deleted ports.
* - 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:
N/A
USES:
python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2.1_1
15 Nov 2020 18:37:29
Revision:555416Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-11-15 archivers/py-pyliblzma: Uses deprecated version of python
2020-11-15 databases/postgis23: Upstream no longer maintained
2020-11-15 databases/py-htsql: Uses deprecated version of python
2020-11-15 devel/bzr-fastimport: Uses deprecated version of python
2020-11-15 devel/py-ToscaWidgets: Uses deprecated version of python
2020-11-15 devel/py-calendar: Uses deprecated version of python
2020-11-15 devel/py-distorm: Uses deprecated version of python
2020-11-15 devel/py-fabric1: Uses deprecated version of python
2020-11-15 devel/py-rcsparse: Uses deprecated version of python
2020-11-15 devel/pyrex: Uses deprecated version of python
2020-11-15 japanese/py-tegaki: Uses deprecated version of python
2020-11-15 math/py-networkx1: Obsolete, please use math/py-networkx instead
2020-11-15 misc/py-progressbar231: Uses deprecated version of python
2020-11-15 multimedia/py-kaa-imlib2: Uses deprecated version of python
2020-11-15 multimedia/py-kaa-metadata: Uses deprecated version of python
2020-11-15 net-im/libtelepathy: Uses deprecated version of python
2020-11-15 security/py-mcrypt: Uses deprecated version of python
2020-11-15 www/py-beautifulsoup32: Uses deprecated version of python
2020-11-15 www/py-evernote: Uses deprecated version of python
2020-04-01 www/py-meld3: EOLed upstream
2020-11-15 www/py-requestbuilder: Uses deprecated version of python
2020-11-15 x11-toolkits/py-SquareMap: Uses deprecated version of python
3.2.1_1
16 Oct 2020 08:56:10
Revision:552494Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few py27 ports
3.2.1_1
18 Jan 2020 09:30:22
Revision:523407Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
3.2.1_1
19 Feb 2018 11:10:43
Revision:462307Original commit files touched by this commit
antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
3.2.1
18 Oct 2014 10:52:54
Revision:371112Original commit files touched by this commit
rm search for other commits by this committer
www-beautitifulsoup: convert to USES=python

- convert to USES=python
- remove pkg-plist and limit py-beautifulsoup32 to python2:
  """
  Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 22
    print "Unit tests have failed!"
                                  ^
  SyntaxError: invalid syntax
  """

Approved by:	portmgr (blanket)
3.2.1
14 Oct 2013 13:55:13
Revision:330323Original commit files touched by this commit
nemysis search for other commits by this committer
- Update to 3.2.1
- Fix download, change master sites
- Maintainer approved via email

PR:		ports/182922
Submitted by:	nemysis (self)
Approved by:	wg/pawel (mentors)
3.2.0_1
02 Oct 2013 23:38:51
Revision:329129Original commit files touched by this commit
wg search for other commits by this committer
www/py-beautifulsoup32: bump port revision

- Bump port revision due to package name change
- Catch up package name of ports that depend on it
3.2.0
02 Oct 2013 23:13:33
Revision:329128Original commit files touched by this commit
wg search for other commits by this committer
www/py-beautifulsoup32: set package suffix

- Set package suffix to do not conflict with other ports

Submitted by:	myself
Approved by:	maintainer (via email)
3.2.0
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
3.2.0
31 Jul 2012 07:07:36
Original commit files touched by this commit
rm search for other commits by this committer
- add LATEST_LINK for py-beautifulsoup32
- fix dependency name and bump PORTREVISION for dependend ports

Reported by:	pointyhat (erwin)
3.2.0
25 Jul 2012 16:58:20
Original commit files touched by this commit Sanity Test Failure
rm search for other commits by this committer
- copy py-beautyfulsoup 3.2.0 to py-beautyfulsoup32
- update py-beautyfulsoup to current stable branch (4.1.1)
- pass maintainership of this new port to submitter
- set USE_PYTHON to 2.7, because it doesn't packages with python3
  (port modification needed)
- chase dependency update to deskutils/calibre
- add UPDATING entry

PR:		168372 (based on)
Submitted by:	William Grzybowski <william88 at gmail dot com>
Approved by:	Mike Meyer <mwm at mired dot org> (maintainer)

Number of commits found: 11