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:   maintainer-feedback requested: [Bug 262602] math/py-pandas lists py-matplotlib unconditionally
Message-ID:  <bug-262602-21822-Pt2j8zg6XN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262602-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262602-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python (Nobody)
<python@FreeBSD.org> for maintainer-feedback:
Bug 262602: math/py-pandas lists py-matplotlib unconditionally
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262602



--- Description ---
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 @@
=09=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}numpy>=3D1.16.5,1:math/py-numpy@${PY_FLAVOR} \
=09=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}dateutil>=3D2.7.3:devel/py-dateutil@${PY_FLAVOR} \
=09=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}pytz>=3D2017.3,1:devel/py-pytz@${PY_FLAVOR} \
-=09=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
-=09=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}matplotlib>=3D2.1.2:math/py-matplotlib@${PY_FLAVOR}
+=09=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_FLAV=
OR}

 USES=3D		cpe python:3.7+



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