Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Guix Past
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guix-hpc
Guix Past
Commits
ec24146a
Verified
Commit
ec24146a
authored
Jul 06, 2020
by
BonfaceKilz
Committed by
Efraim Flashner
Jul 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add python24-matplotlib 1.1.0
Signed-off-by:
Efraim Flashner
<
efraim@flashner.co.il
>
parent
d1977f5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
modules/past/packages/python.scm
modules/past/packages/python.scm
+32
-0
No files found.
modules/past/packages/python.scm
View file @
ec24146a
...
...
@@ -23,8 +23,11 @@
#
:use-module
(
guix
build-system
python
)
#
:use-module
((
guix
licenses
)
#
:prefix
license:
)
#
:use-module
(
gnu
packages
)
#
:use-module
(
gnu
packages
fontutils
)
#
:use-module
(
gnu
packages
image
)
#
:use-module
(
gnu
packages
maths
)
#
:use-module
(
gnu
packages
onc-rpc
)
#
:use-module
(
gnu
packages
pkg-config
)
#
:use-module
(
gnu
packages
python
)
#
:use-module
(
gnu
packages
python-xyz
)
#
:use-module
(
gnu
packages
tcl
)
...
...
@@ -329,3 +332,32 @@ capabilities.")
#
:tests?
#f
))
; Tests want SVN and internet access.
(
properties
'
((
release-date
"2013-12-01"
)))
(
synopsis
"Setuptools 1.4.2, released on 2013-13-01"
)))
(
define-public
python24-matplotlib
(
package
(
name
"python24-matplotlib"
)
(
version
"1.1.0"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"matplotlib"
version
))
(
sha256
(
base32
"1whjqg1dhlsah0sfaf3nfs0a8d2m4sk6h0g3xd356i6903sfh932"
))))
(
build-system
python-build-system
)
(
arguments
`
(
#
:python
,
python-2
.
4
))
(
native-inputs
`
((
"pkg-config"
,
pkg-config
)
(
"setuptools"
,
python24-setuptools
)))
(
propagated-inputs
`
((
"numpy"
,
python24-numpy-1
.
1
)))
(
inputs
`
((
"freetype"
,
freetype
)
(
"libpng"
,
libpng
)))
(
properties
'
((
release-date
"2011-11-14"
)))
(
home-page
"https://matplotlib.org/"
)
(
synopsis
"Matplotlib 1.1.0 released on 2011-11-14"
)
(
description
"Matplotlib is a comprehensive library for creating static,
animated, and interactive visualizations in Python."
)
(
license
license:psfl
)))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment