Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608062 - dev-python/matplotlib-2.0.1 version bump
Summary: dev-python/matplotlib-2.0.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-02 19:02 UTC by Mark Fenner
Modified: 2017-06-03 10:32 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild (matplotlib-2.0.0.ebuild,6.22 KB, text/plain)
2017-02-28 18:31 UTC, lumbrius
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Fenner 2017-02-02 19:02:23 UTC
As of Jan 16 2017, latest stable upstream appears to be 2.0.0.  This is the version shipping with conda (which I only state b/c it gives some credence to 2.0.0 version being usably stable).

If I get some time, I'll try a trivial version bumpy (Freudian slip) of the 1.x ebuild.

Best,
Mark
Comment 1 lumbrius 2017-02-27 21:59:01 UTC
I was able to compile by doing just

cp matplotlib-1.5.0.ebuild matplotlib-2.0.0.ebuild
ebuild matplotlib-2.0.0.ebuild digest
emerge -1av =matplotlib-2.0.0

it works, I have checked several examples - all of them were fine.

Please add to main tree ASAP.
Many other distros already have 2.0.0.
Comment 2 lumbrius 2017-02-28 18:31:24 UTC
Created attachment 465580 [details]
ebuild

Please test. Works for me.
Comment 3 kapsh 2017-03-16 08:51:17 UTC
Hello,
> SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
Are you sure with SRC_URI? I can't see 2.0.0 on sourceforge - https://sourceforge.net/projects/matplotlib/files/matplotlib/
Comment 4 Thomas Caswell 2017-04-05 23:11:40 UTC
I have uploaded the sdist tarball to source forge.

However, I suggest moving your source URI to point at github rather than sourceforge:

> "https://github.com/matplotlib/matplotlib/archive/v{{ version }}.tar.gz"
Comment 5 lumbrius 2017-05-12 15:24:21 UTC
Bump latest stable 2.0.1
Comment 6 lumbrius 2017-05-12 15:24:51 UTC
(In reply to lumbrius from comment #5)
> Bump latest stable 2.0.1

sorry, didnt see comment above please delete
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-06-03 10:32:40 UTC
commit 299f1dd7ed390a82802f8f58c270181e52346c57 (HEAD -> master, origin/master, origin/HEAD)
Author:     Sean Vig <sean.v.775@gmail.com>
AuthorDate: Mon Mar 20 01:53:20 2017
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Sat Jun 3 12:27:55 2017

    dev-python/matplotlib: Version bump to 2.0.2, #608062
    
    Closes: https://github.com/gentoo/gentoo/pull/4249