pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc py-gnuplot: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1eb99469d4d
branches:  trunk
changeset: 372450:b1eb99469d4d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 25 01:47:12 2022 +0000

description:
py-gnuplot: remove

Limited to python 2.7 but does not build.
No upstream release since 2008.

(Other gnuplot bindings for python exist and could be packaged.)

diffstat:

 doc/CHANGES-2022             |   3 +-
 graphics/Makefile            |   3 +-
 graphics/py-gnuplot/DESCR    |   7 -----
 graphics/py-gnuplot/Makefile |  20 ----------------
 graphics/py-gnuplot/PLIST    |  53 --------------------------------------------
 graphics/py-gnuplot/distinfo |   5 ----
 6 files changed, 3 insertions(+), 88 deletions(-)

diffs (132 lines):

diff -r 4dc7aa09fe42 -r b1eb99469d4d doc/CHANGES-2022
--- a/doc/CHANGES-2022  Tue Jan 25 01:44:22 2022 +0000
+++ b/doc/CHANGES-2022  Tue Jan 25 01:47:12 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.422 2022/01/25 01:39:59 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.423 2022/01/25 01:47:12 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -570,3 +570,4 @@
        Removed math/py-Scientific-doc [wiz 2022-01-25]
        Removed math/py-Scientific [wiz 2022-01-25]
        Removed graphics/py-fits [wiz 2022-01-25]
+       Removed graphics/py-gnuplot [wiz 2022-01-25]
diff -r 4dc7aa09fe42 -r b1eb99469d4d graphics/Makefile
--- a/graphics/Makefile Tue Jan 25 01:44:22 2022 +0000
+++ b/graphics/Makefile Tue Jan 25 01:47:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.959 2022/01/25 01:39:59 wiz Exp $
+# $NetBSD: Makefile,v 1.960 2022/01/25 01:47:12 wiz Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -497,7 +497,6 @@
 SUBDIR+=       py-gdchart
 SUBDIR+=       py-gdmodule
 SUBDIR+=       py-ggplot
-SUBDIR+=       py-gnuplot
 SUBDIR+=       py-graphviz
 SUBDIR+=       py-gtkglext
 SUBDIR+=       py-imageio
diff -r 4dc7aa09fe42 -r b1eb99469d4d graphics/py-gnuplot/DESCR
--- a/graphics/py-gnuplot/DESCR Tue Jan 25 01:44:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-Gnuplot.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.
diff -r 4dc7aa09fe42 -r b1eb99469d4d graphics/py-gnuplot/Makefile
--- a/graphics/py-gnuplot/Makefile      Tue Jan 25 01:44:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2022/01/10 23:46:48 wiz Exp $
-
-DISTNAME=      gnuplot-py-1.8
-PKGNAME=       ${PYPKGPREFIX}-gnuplot-1.8
-PKGREVISION=   3
-CATEGORIES=    graphics python
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot-py/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://gnuplot-py.sourceforge.net/
-COMMENT=       Python package that interfaces to gnuplot
-LICENSE=       gnu-lgpl-v2.1
-
-USE_LANGUAGES= # empty
-
-PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 1.8
-
-.include "../../lang/python/egg.mk"
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 4dc7aa09fe42 -r b1eb99469d4d graphics/py-gnuplot/PLIST
--- a/graphics/py-gnuplot/PLIST Tue Jan 25 01:44:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,53 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:49 wiz Exp $
-${PYSITELIB}/Gnuplot/Errors.py
-${PYSITELIB}/Gnuplot/Errors.pyc
-${PYSITELIB}/Gnuplot/Errors.pyo
-${PYSITELIB}/Gnuplot/PlotItems.py
-${PYSITELIB}/Gnuplot/PlotItems.pyc
-${PYSITELIB}/Gnuplot/PlotItems.pyo
-${PYSITELIB}/Gnuplot/_Gnuplot.py
-${PYSITELIB}/Gnuplot/_Gnuplot.pyc
-${PYSITELIB}/Gnuplot/_Gnuplot.pyo
-${PYSITELIB}/Gnuplot/__init__.py
-${PYSITELIB}/Gnuplot/__init__.pyc
-${PYSITELIB}/Gnuplot/__init__.pyo
-${PYSITELIB}/Gnuplot/demo.py
-${PYSITELIB}/Gnuplot/demo.pyc
-${PYSITELIB}/Gnuplot/demo.pyo
-${PYSITELIB}/Gnuplot/funcutils.py
-${PYSITELIB}/Gnuplot/funcutils.pyc
-${PYSITELIB}/Gnuplot/funcutils.pyo
-${PYSITELIB}/Gnuplot/gnuplot_Suites.py
-${PYSITELIB}/Gnuplot/gnuplot_Suites.pyc
-${PYSITELIB}/Gnuplot/gnuplot_Suites.pyo
-${PYSITELIB}/Gnuplot/gp.py
-${PYSITELIB}/Gnuplot/gp.pyc
-${PYSITELIB}/Gnuplot/gp.pyo
-${PYSITELIB}/Gnuplot/gp_cygwin.py
-${PYSITELIB}/Gnuplot/gp_cygwin.pyc
-${PYSITELIB}/Gnuplot/gp_cygwin.pyo
-${PYSITELIB}/Gnuplot/gp_java.py
-${PYSITELIB}/Gnuplot/gp_java.pyc
-${PYSITELIB}/Gnuplot/gp_java.pyo
-${PYSITELIB}/Gnuplot/gp_mac.py
-${PYSITELIB}/Gnuplot/gp_mac.pyc
-${PYSITELIB}/Gnuplot/gp_mac.pyo
-${PYSITELIB}/Gnuplot/gp_macosx.py
-${PYSITELIB}/Gnuplot/gp_macosx.pyc
-${PYSITELIB}/Gnuplot/gp_macosx.pyo
-${PYSITELIB}/Gnuplot/gp_unix.py
-${PYSITELIB}/Gnuplot/gp_unix.pyc
-${PYSITELIB}/Gnuplot/gp_unix.pyo
-${PYSITELIB}/Gnuplot/gp_win32.py
-${PYSITELIB}/Gnuplot/gp_win32.pyc
-${PYSITELIB}/Gnuplot/gp_win32.pyo
-${PYSITELIB}/Gnuplot/termdefs.py
-${PYSITELIB}/Gnuplot/termdefs.pyc
-${PYSITELIB}/Gnuplot/termdefs.pyo
-${PYSITELIB}/Gnuplot/test.py
-${PYSITELIB}/Gnuplot/test.pyc
-${PYSITELIB}/Gnuplot/test.pyo
-${PYSITELIB}/Gnuplot/utils.py
-${PYSITELIB}/Gnuplot/utils.pyc
-${PYSITELIB}/Gnuplot/utils.pyo
-${PYSITELIB}/${EGG_FILE}
diff -r 4dc7aa09fe42 -r b1eb99469d4d graphics/py-gnuplot/distinfo
--- a/graphics/py-gnuplot/distinfo      Tue Jan 25 01:44:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:46:46 nia Exp $
-
-BLAKE2s (gnuplot-py-1.8.tar.gz) = 65c256f26db57024dda317afa18187ec16151e9cd416c637853184777e6aec7a
-SHA512 (gnuplot-py-1.8.tar.gz) = 748dc95ea53acd362f67c821a3cc7cf23b6329c2dd13c130c91e1c9f89afe1ffd84619ed321923c65455adf86ee58976dd6dd187881ee3ede5e0f5f551fb027d
-Size (gnuplot-py-1.8.tar.gz) = 118828 bytes



Home | Main Index | Thread Index | Old Index