[Bug 263550] www/py-mechanize: 0.4.8 build is missing files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Apr 2022 23:33:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263550
Bug ID: 263550
Summary: www/py-mechanize: 0.4.8 build is missing files
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: lwhsu@FreeBSD.org
Reporter: jonc@chen.org.nz
Flags: maintainer-feedback?(lwhsu@FreeBSD.org)
Assignee: lwhsu@FreeBSD.org
10:19am> pkg info | grep mechanize
py38-mechanize-0.4.8 Stateful programmatic web browsing in Python
10:19am> python3
Python 3.8.13 (default, Mar 24 2022, 20:16:33)
[Clang 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a
on freebsd13
Type "help", "copyright", "credits" or "license" for more information.
>>> import mechanize
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'mechanize'
>>>
I built and installed 0.4.7 and 0.4.8 for comparison. py-mechanize 0.4.8 is
quite sparse compared to 0.4.7:
10:32am> pkg info -l py38-mechanize
py38-mechanize-0.4.8:
/usr/local/lib/python3.8/site-packages/mechanize-0.4.8-py3.8.egg-info/PKG-INFO
/usr/local/lib/python3.8/site-packages/mechanize-0.4.8-py3.8.egg-info/SOURCES.txt
/usr/local/lib/python3.8/site-packages/mechanize-0.4.8-py3.8.egg-info/dependency_links.txt
/usr/local/lib/python3.8/site-packages/mechanize-0.4.8-py3.8.egg-info/requires.txt
/usr/local/lib/python3.8/site-packages/mechanize-0.4.8-py3.8.egg-info/top_level.txt
/usr/local/lib/python3.8/site-packages/mechanize-0.4.8-py3.8.egg-info/zip-safe
/usr/local/share/licenses/py38-mechanize-0.4.8/BSD3CLAUSE
/usr/local/share/licenses/py38-mechanize-0.4.8/LICENSE
/usr/local/share/licenses/py38-mechanize-0.4.8/catalog.mk
10:32am> pkg info -l py38-mechanize
py38-mechanize-0.4.7:
/usr/local/lib/python3.8/site-packages/mechanize-0.4.7-py3.8.egg-info/PKG-INFO
/usr/local/lib/python3.8/site-packages/mechanize-0.4.7-py3.8.egg-info/SOURCES.txt
/usr/local/lib/python3.8/site-packages/mechanize-0.4.7-py3.8.egg-info/dependency_links.txt
/usr/local/lib/python3.8/site-packages/mechanize-0.4.7-py3.8.egg-info/requires.txt
/usr/local/lib/python3.8/site-packages/mechanize-0.4.7-py3.8.egg-info/top_level.txt
/usr/local/lib/python3.8/site-packages/mechanize-0.4.7-py3.8.egg-info/zip-safe
/usr/local/lib/python3.8/site-packages/mechanize/__init__.py
/usr/local/lib/python3.8/site-packages/mechanize/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/local/lib/python3.8/site-packages/mechanize/__pycache__/__init__.cpython-38.pyc
/usr/local/lib/python3.8/site-packages/mechanize/__pycache__/_auth.cpython-38.opt-1.pyc
/usr/local/lib/python3.8/site-packages/mechanize/__pycache__/_auth.cpython-38.pyc
/usr/local/lib/python3.8/site-packages/mechanize/__pycache__/_clientcookie.cpython-38.opt-1.pyc
[....]
/usr/local/share/licenses/py38-mechanize-0.4.7/BSD3CLAUSE
/usr/local/share/licenses/py38-mechanize-0.4.7/LICENSE
/usr/local/share/licenses/py38-mechanize-0.4.7/catalog.mk
--
You are receiving this mail because:
You are the assignee for the bug.