Opened 11 years ago

Closed 8 years ago

#38421 closed defect (worksforme)

BeautifulSoup version collision?

Reported by: jenstroeger (Jens Troeger) Owned by: lightnin@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: dbraband@…, petrrr
Port: py-lxml py-beautifulsoup4

Description

I am not sure if this is an actual issue, or my fault of installing packages incorrectly. Although there's nothing wrong with the Port itself.

First, I installed py-beautifulsoup4 in its current version of 4.1.1, without the +lxml variant. Worked just fine and I could run scripts against that drop. Then, some time later, I installed py-lxml 2.3.2 and suddenly my scripts broke without me having touched them.

My suspicion now is that lxml brings its own drop of BeautifulSoup with it, based on this file: /opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/beautifulsoup4-4.1.3-py3.2.egg-info/PKG-INFO

The official MacPorts bs4 is still at 4.1.1. There seems to be some inconsistency here? Shouldn't installing lxml at least trigger bs4 to be rebuilt with the +lxml variant, or remove bs4 from the system, or shouldn't both port files be at the same version? Something is off, I would think.

Cheers!

Change History (8)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: akitada@… dbraband@… added
Keywords: Pyhon removed
Owner: changed from macports-tickets@… to lightnin@…

comment:2 Changed 11 years ago by jenstroeger (Jens Troeger)

Cc: jens.troeger@… added

Cc Me!

comment:3 Changed 11 years ago by cfedermann (Christian Federmann)

I'll look into that...

comment:4 Changed 11 years ago by mf2k (Frank Schima)

Cc: jens.troeger@… removed
Port: py-lxml, py-beautifulsoup4py-lxml py-beautifulsoup4

comment:5 Changed 10 years ago by mf2k (Frank Schima)

Cc: akitada@… removed

Removing former maintainer from Cc. See #43692.

comment:6 Changed 9 years ago by petrrr

Ping: Could anyone of the maintainer have a look at this?

comment:7 Changed 9 years ago by petrrr

Cc: petr@… added

Cc Me!

comment:8 Changed 8 years ago by petrrr

Resolution: worksforme
Status: newclosed

This ticket seems to be outdated. beautifulsoup4 is now at @4.4.1. Please open a new ticket if you have some problem with the new version.

Note: See TracTickets for help on using tickets.