https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219890
Kubilay Kocak <ko...@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|de...@freebsd.org |r...@freebsd.org CC| |de...@freebsd.org, | |ko...@freebsd.org, | |pyt...@freebsd.org Flags| |merge-quarterly? --- Comment #1 from Kubilay Kocak <ko...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"