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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-MechanicalSoup Python library for automating interaction with websites
0.12.0 www Deleted on this many watch lists=0 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 0.12.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-01-09 14:28:51
Last Update: 2020-09-05 21:27:58
SVN Revision: 547684
Also Listed In: python
License: MIT
WWW:
https://github.com/MechanicalSoup/MechanicalSoup
Description:
MechanicalSoup is a Python library for automating interaction with websites. It automatically stores and sends cookies, follows redirects, and can follow links and submit forms. It doesn't do JavaScript. WWW: https://github.com/MechanicalSoup/MechanicalSoup
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}MechanicalSoup>0:www/py-MechanicalSoup@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py36-MechanicalSoup
Package flavors (<flavor>: <package>)
  • py36: py36-MechanicalSoup
  • py27: py27-MechanicalSoup
distinfo:
TIMESTAMP = 1567087903 SHA256 (MechanicalSoup-0.12.0.tar.gz) = 39a60627a97981869251837b8bd082485f2f681df8a3315836ffaa74663627bd SIZE (MechanicalSoup-0.12.0.tar.gz) = 44505

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py36-setuptools>0 : devel/py-setuptools@py36
  2. python3.6 : lang/python36
Runtime dependencies:
  1. py36-beautifulsoup>=4.4 : www/py-beautifulsoup@py36
  2. py36-lxml>=0 : devel/py-lxml@py36
  3. py36-requests>=2.0 : www/py-requests@py36
  4. py36-six>=1.4 : devel/py-six@py36
  5. py36-setuptools>0 : devel/py-setuptools@py36
  6. python3.6 : lang/python36
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/M/MechanicalSoup/
  2. https://pypi.org/packages/source/M/MechanicalSoup/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.12.0
05 Sep 2020 21:27:58
Revision:547684Original commit files touched by this commit
sunpoet search for other commits by this committer
Move www/py-MechanicalSoup to www/py-mechanicalsoup
0.12.0
30 Aug 2019 00:03:45
Revision:510197Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.12.0

- Take maintainership

Changes:	https://github.com/MechanicalSoup/MechanicalSoup/releases
0.11.0
12 Sep 2018 22:57:33
Revision:479653Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.11.0

- Change MASTER_SITES to CHEESESHOP
- Fix version requirement of RUN_DEPENDS

Changes:	https://github.com/MechanicalSoup/MechanicalSoup/releases
0.10.0
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.10.0
04 Feb 2018 10:13:46
Revision:460900Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.10.0

Changes:	https://github.com/MechanicalSoup/MechanicalSoup/releases
0.9.0
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.0
03 Nov 2017 20:27:37
Revision:453424Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.9.0

- Update WWW

Changes:	https://github.com/MechanicalSoup/MechanicalSoup/releases
0.8.0
02 Oct 2017 18:24:26
Revision:451092Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.8.0

- Add BUILD_DEPENDS
- Add TEST_DEPENDS
- Allow concurrent installation (USE_PYTHON=concurrent)

Changes:	https://github.com/hickford/MechanicalSoup/releases
0.7.0
08 May 2017 12:44:23
Revision:440426Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.7.0

- Sort RUN_DEPENDS
- Sort USE_PYTHON

Changes:	https://github.com/hickford/MechanicalSoup/releases
0.6.0
08 Oct 2016 19:28:12
Revision:423534Original commit files touched by this commit
olivierd search for other commits by this committer
Update to 0.6.0
0.4.0
01 Jun 2016 13:15:37
Revision:416242Original commit files touched by this commit
mat search for other commits by this committer
Github cleanup.

- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
0.4.0
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
0.4.0
09 Jan 2016 14:28:40
Revision:405632Original commit files touched by this commit
riggs search for other commits by this committer
Add www/py-MechanicalSoup, a Python lib for interaction with websites

Number of commits found: 13