Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2022 23:33:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263550] www/py-mechanize: 0.4.8 build is missing files
Message-ID:  <bug-263550-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263550

            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-gd7b66=
9b3a
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'
>>>=20

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-I=
NFO

/usr/local/lib/python3.8/site-packages/mechanize-0.4.8-py3.8.egg-info/SOURC=
ES.txt

/usr/local/lib/python3.8/site-packages/mechanize-0.4.8-py3.8.egg-info/depen=
dency_links.txt

/usr/local/lib/python3.8/site-packages/mechanize-0.4.8-py3.8.egg-info/requi=
res.txt

/usr/local/lib/python3.8/site-packages/mechanize-0.4.8-py3.8.egg-info/top_l=
evel.txt

/usr/local/lib/python3.8/site-packages/mechanize-0.4.8-py3.8.egg-info/zip-s=
afe
        /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=20

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-I=
NFO

/usr/local/lib/python3.8/site-packages/mechanize-0.4.7-py3.8.egg-info/SOURC=
ES.txt

/usr/local/lib/python3.8/site-packages/mechanize-0.4.7-py3.8.egg-info/depen=
dency_links.txt

/usr/local/lib/python3.8/site-packages/mechanize-0.4.7-py3.8.egg-info/requi=
res.txt

/usr/local/lib/python3.8/site-packages/mechanize-0.4.7-py3.8.egg-info/top_l=
evel.txt

/usr/local/lib/python3.8/site-packages/mechanize-0.4.7-py3.8.egg-info/zip-s=
afe
        /usr/local/lib/python3.8/site-packages/mechanize/__init__.py

/usr/local/lib/python3.8/site-packages/mechanize/__pycache__/__init__.cpyth=
on-38.opt-1.pyc

/usr/local/lib/python3.8/site-packages/mechanize/__pycache__/__init__.cpyth=
on-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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263550-7788>