Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2022 21:25:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 262602] math/py-pandas lists py-matplotlib unconditionally
Message-ID:  <bug-262602-21822@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 262602
           Summary: math/py-pandas lists py-matplotlib unconditionally
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: mgrooms@shrew.net
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

I'm trying to build py-pandas to run on a production server and don't to de=
ploy
an entire desktop environment to use it. The py-pandas port lists the
matplotlib as both an unconditional dependancy and a conditional dependency.
Even if the MPL option is disabled, a build tries to build py-matplotlib, w=
hich
depends on py-pillow, which depends on libraqm, which depends on harfbuzz,
which depends on ... You get the idea.

# cat Makefile.diff
--- Makefile    2022-03-16 16:16:52.998937000 -0500
+++ Makefile    2022-03-16 16:16:59.497658000 -0500
@@ -16,8 +16,7 @@
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}numpy>=3D1.16.5,1:math/py-numpy@${PY_FLAVOR} \
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}dateutil>=3D2.7.3:devel/py-dateutil@${PY_FLAVOR} \
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}pytz>=3D2017.3,1:devel/py-pytz@${PY_FLAVOR} \
-=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
-=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}matplotlib>=3D2.1.2:math/py-matplotlib@${PY_FLAVOR}
+=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 TEST_DEPENDS=3D  ${PYTHON_PKGNAMEPREFIX}arrow>=3D0:devel/py-arrow@${PY_FLA=
VOR}

 USES=3D          cpe python:3.7+

--=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-262602-21822>