Skip to content

Commit

Permalink
sci-visualization/veusz: drop minuit USE and dep
Browse files Browse the repository at this point in the history
* drop USE mask in base profile
* dev-python/pyminuit was last-rited and has now been removed

Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Sep 17, 2020
1 parent c6dbc49 commit 31f699c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
4 changes: 0 additions & 4 deletions profiles/base/package.use.mask
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ sci-geosciences/qgis grass
# CMake checks will only allow on amd64 & x86
dev-db/mariadb columnstore

# Michał Górny <[email protected]> (2020-08-16)
# dev-python/pyminuit is being removed.
sci-visualization/veusz minuit

# Michał Górny <[email protected]> (2020-08-01)
# Require dev-python/twisted with py2.7.
net-voip/telepathy-haze test
Expand Down
3 changes: 0 additions & 3 deletions sci-visualization/veusz/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
command line and scripting interface (based on Python) to its plotting
facilities.
</longdescription>
<use>
<flag name="minuit">Use Minuit during fitting via<pkg>dev-python/pyminuit</pkg></flag>
</use>
<upstream>
<remote-id type="pypi">veusz</remote-id>
</upstream>
Expand Down
5 changes: 2 additions & 3 deletions sci-visualization/veusz/veusz-3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="dbus doc hdf5 minuit"
IUSE="dbus doc hdf5"
RESTRICT="!test? ( test )"

CDEPEND="dev-python/PyQt5[widgets,svg,printsupport,${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]"
RDEPEND="${CDEPEND}
dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
minuit? ( || ( dev-python/iminuit[${PYTHON_USEDEP}] dev-python/pyminuit[${PYTHON_USEDEP}] ) )"
hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )"
DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/sip[${PYTHON_USEDEP}]
Expand Down
5 changes: 2 additions & 3 deletions sci-visualization/veusz/veusz-3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="dbus doc hdf5 minuit"
IUSE="dbus doc hdf5"
RESTRICT="!test? ( test )"

CDEPEND="dev-python/PyQt5[widgets,svg,printsupport,${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]"
RDEPEND="${CDEPEND}
dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
minuit? ( dev-python/iminuit[${PYTHON_USEDEP}] )"
hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )"
DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/sip[${PYTHON_USEDEP}]
Expand Down

0 comments on commit 31f699c

Please sign in to comment.