Date: Fri, 09 Jun 2017 15:46:39 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 219890] print/cloudprint: pkg_resources.DistributionNotFound: The 'argparse' Message-ID: <bug-219890-21822-i7djQBcDnZ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219890-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-219890-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219890 Kubilay Kocak <koobs@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@FreeBSD.org |rene@FreeBSD.org CC| |decke@FreeBSD.org, | |koobs@FreeBSD.org, | |python@FreeBSD.org Flags| |merge-quarterly? --- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> --- argparse was removed as a dependency by rene in r427780 [1], assign accordi= ngly (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=20 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 a= dded 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219890-21822-i7djQBcDnZ>