[Bug 219890] print/cloudprint: pkg_resources.DistributionNotFound: The 'argparse'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 9 15:46:40 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219890

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Affects Only Me             |Affects Some People
            Summary|print/cloudprint            |print/cloudprint:
                   |pkg_resources.DistributionN |pkg_resources.DistributionN
                   |otFound: The 'argparse'     |otFound: The 'argparse'
           Keywords|                            |needs-patch, regression
             Status|New                         |Open
           Assignee|decke at FreeBSD.org           |rene at FreeBSD.org
                 CC|                            |decke at FreeBSD.org,
                   |                            |koobs at FreeBSD.org,
                   |                            |python at FreeBSD.org
              Flags|                            |merge-quarterly?

--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
argparse was removed as a dependency by rene in r427780 [1], assign accordingly
(maintainer remains cc'd).

devel/py-argparse was originally deleted in r427781 [2], then revived in
r440641 [3]

If the stdlib argparse module can be used without package code changes (like
import paths or function calls), then the argparse dependency should either be 

a) patched out of setup.py:install_requires as those *_requires do not test for
presence of a package in/module in the standard library (as far as im aware).

b) The devel/py-argparse dependency removal commit should be reverted (or added
back to RUN_DEPENDS if that cannot be done).

[1] http://svnweb.freebsd.org/changeset/ports/427780
[2] http://svnweb.freebsd.org/changeset/ports/427781
[3] http://svnweb.freebsd.org/changeset/ports/440641

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list