Path to this page:
NOTICE: This package has been removed from pkgsrc./
graphics/py-gnuplot,
Python package that interfaces to gnuplot
Branch: CURRENT,
Version: 1.8nb3,
Package name: py27-gnuplot-1.8nb3,
Maintainer: pkgsrc-usersGnuplot.py is a Python package that interfaces to gnuplot, the popular
open-source plotting program. It allows you to use gnuplot from within Python
to plot arrays of data from memory, data files, or mathematical functions. If
you use Python to perform computations or as `glue' for numerical programs, you
can use this package to plot data on the fly as they are computed. And the
combination with Python makes it is easy to automate things, including to
create crude `animations' by plotting different datasets one after another.
Required to run:[
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 116.043 KB
Version history: (Expand)
- (2022-01-26) Package deleted from pkgsrc
- (2022-01-11) Updated to version: py27-gnuplot-1.8nb3
- (2020-10-13) Updated to version: py27-gnuplot-1.8nb2
- (2017-11-23) Package has been reborn
- (2012-04-10) Updated to version: py27-gnuplot-1.8nb1
- (2011-10-25) Updated to version: py26-gnuplot-1.8nb1
CVS history: (Expand)
2022-01-11 00:46:49 by Thomas Klausner | Files touched by this commit (22) |
Log message:
*: convert to egg.mk
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2020-10-12 23:52:05 by Jason Bacon | Files touched by this commit (87) |
Log message:
math/blas, math/lapack: Install interchangeable BLAS system
Install the new interchangeable BLAS system created by Thomas Orgis,
currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and
Apple's Accelerate.framework. This system allows the user to select any
BLAS implementation without modifying packages or using package options, by
setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details.
This commit should not alter behavior of existing packages as the system
defaults to Netlib BLAS/LAPACK, which until now has been the only supported
implementation.
Details:
Add new mk/blas.buildlink3.mk for inclusion in dependent packages
Install compatible Netlib math/blas and math/lapack packages
Update math/blas and math/lapack MAINTAINER approved by adam@
OpenBLAS, cblas, and lapacke will follow in separate commits
Update direct dependents to use mk/blas.buildlink3.mk
Perform recursive revbump
|
2020-04-27 20:35:02 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-gnuplot: use buildlink for py-numpy
|
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415) |
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \
future Python 3.8
|