pkgsrc-WIP-changes archive

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

reinteract: remove



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Sep 3 10:36:46 2020 +0200
Changeset:	9fcebb515e6f165f4b7021c2ab30e70a712e8474

Modified Files:
	Makefile
Removed Files:
	reinteract/DESCR
	reinteract/Makefile
	reinteract/PLIST
	reinteract/distinfo

Log Message:
reinteract: remove

Last release from 2011, depends on py-gobject (only available for
python 2.x) and py-matplotlib (only available for python 3.x)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9fcebb515e6f165f4b7021c2ab30e70a712e8474

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |   1 -
 reinteract/DESCR    |   6 --
 reinteract/Makefile |  29 --------
 reinteract/PLIST    | 186 ----------------------------------------------------
 reinteract/distinfo |   5 --
 5 files changed, 227 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e4ef4dd670..e2bbd41e5f 100644
--- a/Makefile
+++ b/Makefile
@@ -4264,7 +4264,6 @@ SUBDIR+=	redfang
 SUBDIR+=	reduze
 SUBDIR+=	refkeen
 SUBDIR+=	regexxer
-SUBDIR+=	reinteract
 SUBDIR+=	relaydb
 SUBDIR+=	remctl
 SUBDIR+=	resid-builder
diff --git a/reinteract/DESCR b/reinteract/DESCR
deleted file mode 100644
index bbd54859a9..0000000000
--- a/reinteract/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Reinteract is a system for interactive experimentation with Python
-Reinteract worksheets contain Python code combined with the results
-of that code, formatted as text or graphical plots. Unlike a traditional shell
-you can go back and edit previously entered statements, and the results will
-update. Among other things, Reinteract is suitable for experimentation with
-the Python language and for data analysis using the NumPy and SciPy packages
diff --git a/reinteract/Makefile b/reinteract/Makefile
deleted file mode 100644
index f844e4d245..0000000000
--- a/reinteract/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2014/05/09 07:38:51 thomasklausner Exp $
-
-DISTNAME=	reinteract-0.5.10
-PKGREVISION=	2
-CATEGORIES=	devel python
-MASTER_SITES=	http://download.reinteract.org/sources/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	https://www.reinteract.org/
-COMMENT=	Reinteract is a system for interactive experimentation with Python
-LICENSE=	2-clause-bsd
-
-DEPENDS+=	${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
-DEPENDS+=	${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
-
-GNU_CONFIGURE=	yes
-
-REPLACE_PYTHON+=		bin/reinteract.in
-PY_PATCHPLIST=			yes
-PYTHON_VERSIONS_ACCEPTED=	27 # py-gobject
-
-.include "../../devel/py-gobject/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/reinteract/PLIST b/reinteract/PLIST
deleted file mode 100644
index 7883a4e766..0000000000
--- a/reinteract/PLIST
+++ /dev/null
@@ -1,186 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2012/09/10 00:16:43 jihbed Exp $
-bin/reinteract
-${PYSITELIB}/reinteract/__init__.py
-${PYSITELIB}/reinteract/__init__.pyc
-${PYSITELIB}/reinteract/__init__.pyo
-${PYSITELIB}/reinteract/about_dialog.py
-${PYSITELIB}/reinteract/about_dialog.pyc
-${PYSITELIB}/reinteract/about_dialog.pyo
-${PYSITELIB}/reinteract/application.py
-${PYSITELIB}/reinteract/application.pyc
-${PYSITELIB}/reinteract/application.pyo
-${PYSITELIB}/reinteract/application_state.py
-${PYSITELIB}/reinteract/application_state.pyc
-${PYSITELIB}/reinteract/application_state.pyo
-${PYSITELIB}/reinteract/base_notebook_window.py
-${PYSITELIB}/reinteract/base_notebook_window.pyc
-${PYSITELIB}/reinteract/base_notebook_window.pyo
-${PYSITELIB}/reinteract/base_window.py
-${PYSITELIB}/reinteract/base_window.pyc
-${PYSITELIB}/reinteract/base_window.pyo
-${PYSITELIB}/reinteract/change_range.py
-${PYSITELIB}/reinteract/change_range.pyc
-${PYSITELIB}/reinteract/change_range.pyo
-${PYSITELIB}/reinteract/chunks.py
-${PYSITELIB}/reinteract/chunks.pyc
-${PYSITELIB}/reinteract/chunks.pyo
-${PYSITELIB}/reinteract/completion_popup.py
-${PYSITELIB}/reinteract/completion_popup.pyc
-${PYSITELIB}/reinteract/completion_popup.pyo
-${PYSITELIB}/reinteract/config_file.py
-${PYSITELIB}/reinteract/config_file.pyc
-${PYSITELIB}/reinteract/config_file.pyo
-${PYSITELIB}/reinteract/custom_result.py
-${PYSITELIB}/reinteract/custom_result.pyc
-${PYSITELIB}/reinteract/custom_result.pyo
-${PYSITELIB}/reinteract/data_format.py
-${PYSITELIB}/reinteract/data_format.pyc
-${PYSITELIB}/reinteract/data_format.pyo
-${PYSITELIB}/reinteract/destroyable.py
-${PYSITELIB}/reinteract/destroyable.pyc
-${PYSITELIB}/reinteract/destroyable.pyo
-${PYSITELIB}/reinteract/doc_format.py
-${PYSITELIB}/reinteract/doc_format.pyc
-${PYSITELIB}/reinteract/doc_format.pyo
-${PYSITELIB}/reinteract/doc_popup.py
-${PYSITELIB}/reinteract/doc_popup.pyc
-${PYSITELIB}/reinteract/doc_popup.pyo
-${PYSITELIB}/reinteract/editor.py
-${PYSITELIB}/reinteract/editor.pyc
-${PYSITELIB}/reinteract/editor.pyo
-${PYSITELIB}/reinteract/editor_window.py
-${PYSITELIB}/reinteract/editor_window.pyc
-${PYSITELIB}/reinteract/editor_window.pyo
-${PYSITELIB}/reinteract/file_list.py
-${PYSITELIB}/reinteract/file_list.pyc
-${PYSITELIB}/reinteract/file_list.pyo
-${PYSITELIB}/reinteract/format_escaped.py
-${PYSITELIB}/reinteract/format_escaped.pyc
-${PYSITELIB}/reinteract/format_escaped.pyo
-${PYSITELIB}/reinteract/gc_utils.py
-${PYSITELIB}/reinteract/gc_utils.pyc
-${PYSITELIB}/reinteract/gc_utils.pyo
-${PYSITELIB}/reinteract/global_settings.py
-${PYSITELIB}/reinteract/global_settings.pyc
-${PYSITELIB}/reinteract/global_settings.pyo
-${PYSITELIB}/reinteract/iter_copy_from.py
-${PYSITELIB}/reinteract/iter_copy_from.pyc
-${PYSITELIB}/reinteract/iter_copy_from.pyo
-${PYSITELIB}/reinteract/library_editor.py
-${PYSITELIB}/reinteract/library_editor.pyc
-${PYSITELIB}/reinteract/library_editor.pyo
-${PYSITELIB}/reinteract/main.py
-${PYSITELIB}/reinteract/main.pyc
-${PYSITELIB}/reinteract/main.pyo
-${PYSITELIB}/reinteract/main_menu.py
-${PYSITELIB}/reinteract/main_menu.pyc
-${PYSITELIB}/reinteract/main_menu.pyo
-${PYSITELIB}/reinteract/mini_window.py
-${PYSITELIB}/reinteract/mini_window.pyc
-${PYSITELIB}/reinteract/mini_window.pyo
-${PYSITELIB}/reinteract/new_notebook.py
-${PYSITELIB}/reinteract/new_notebook.pyc
-${PYSITELIB}/reinteract/new_notebook.pyo
-${PYSITELIB}/reinteract/notebook.py
-${PYSITELIB}/reinteract/notebook.pyc
-${PYSITELIB}/reinteract/notebook.pyo
-${PYSITELIB}/reinteract/notebook_info.py
-${PYSITELIB}/reinteract/notebook_info.pyc
-${PYSITELIB}/reinteract/notebook_info.pyo
-${PYSITELIB}/reinteract/notebook_window.py
-${PYSITELIB}/reinteract/notebook_window.pyc
-${PYSITELIB}/reinteract/notebook_window.pyo
-${PYSITELIB}/reinteract/open_notebook.py
-${PYSITELIB}/reinteract/open_notebook.pyc
-${PYSITELIB}/reinteract/open_notebook.pyo
-${PYSITELIB}/reinteract/popup.py
-${PYSITELIB}/reinteract/popup.pyc
-${PYSITELIB}/reinteract/popup.pyo
-${PYSITELIB}/reinteract/preferences_dialog.py
-${PYSITELIB}/reinteract/preferences_dialog.pyc
-${PYSITELIB}/reinteract/preferences_dialog.pyo
-${PYSITELIB}/reinteract/recorded_object.py
-${PYSITELIB}/reinteract/recorded_object.pyc
-${PYSITELIB}/reinteract/recorded_object.pyo
-${PYSITELIB}/reinteract/retokenize.py
-${PYSITELIB}/reinteract/retokenize.pyc
-${PYSITELIB}/reinteract/retokenize.pyo
-${PYSITELIB}/reinteract/reunicode.py
-${PYSITELIB}/reinteract/reunicode.pyc
-${PYSITELIB}/reinteract/reunicode.pyo
-${PYSITELIB}/reinteract/rewrite.py
-${PYSITELIB}/reinteract/rewrite.pyc
-${PYSITELIB}/reinteract/rewrite.pyo
-${PYSITELIB}/reinteract/sanitize_textview_ipc.py
-${PYSITELIB}/reinteract/sanitize_textview_ipc.pyc
-${PYSITELIB}/reinteract/sanitize_textview_ipc.pyo
-${PYSITELIB}/reinteract/save_file.py
-${PYSITELIB}/reinteract/save_file.pyc
-${PYSITELIB}/reinteract/save_file.pyo
-${PYSITELIB}/reinteract/shell_buffer.py
-${PYSITELIB}/reinteract/shell_buffer.pyc
-${PYSITELIB}/reinteract/shell_buffer.pyo
-${PYSITELIB}/reinteract/shell_view.py
-${PYSITELIB}/reinteract/shell_view.pyc
-${PYSITELIB}/reinteract/shell_view.pyo
-${PYSITELIB}/reinteract/sidebar.py
-${PYSITELIB}/reinteract/sidebar.pyc
-${PYSITELIB}/reinteract/sidebar.pyo
-${PYSITELIB}/reinteract/statement.py
-${PYSITELIB}/reinteract/statement.pyc
-${PYSITELIB}/reinteract/statement.pyo
-${PYSITELIB}/reinteract/stdout_capture.py
-${PYSITELIB}/reinteract/stdout_capture.pyc
-${PYSITELIB}/reinteract/stdout_capture.pyo
-${PYSITELIB}/reinteract/style.py
-${PYSITELIB}/reinteract/style.pyc
-${PYSITELIB}/reinteract/style.pyo
-${PYSITELIB}/reinteract/test_utils.py
-${PYSITELIB}/reinteract/test_utils.pyc
-${PYSITELIB}/reinteract/test_utils.pyo
-${PYSITELIB}/reinteract/thread_executor.py
-${PYSITELIB}/reinteract/thread_executor.pyc
-${PYSITELIB}/reinteract/thread_executor.pyo
-${PYSITELIB}/reinteract/tokenized_statement.py
-${PYSITELIB}/reinteract/tokenized_statement.pyc
-${PYSITELIB}/reinteract/tokenized_statement.pyo
-${PYSITELIB}/reinteract/undo_stack.py
-${PYSITELIB}/reinteract/undo_stack.pyc
-${PYSITELIB}/reinteract/undo_stack.pyo
-${PYSITELIB}/reinteract/view_sidebar_layout.py
-${PYSITELIB}/reinteract/view_sidebar_layout.pyc
-${PYSITELIB}/reinteract/view_sidebar_layout.pyo
-${PYSITELIB}/reinteract/window_builder.py
-${PYSITELIB}/reinteract/window_builder.pyc
-${PYSITELIB}/reinteract/window_builder.pyo
-${PYSITELIB}/reinteract/worksheet.py
-${PYSITELIB}/reinteract/worksheet.pyc
-${PYSITELIB}/reinteract/worksheet.pyo
-${PYSITELIB}/reinteract/worksheet_editor.py
-${PYSITELIB}/reinteract/worksheet_editor.pyc
-${PYSITELIB}/reinteract/worksheet_editor.pyo
-${PYSITELIB}/reinteract/worksheet_print.py
-${PYSITELIB}/reinteract/worksheet_print.pyc
-${PYSITELIB}/reinteract/worksheet_print.pyo
-${PYSITELIB}/replay.py
-${PYSITELIB}/replay.pyc
-${PYSITELIB}/replay.pyo
-${PYSITELIB}/replot.py
-${PYSITELIB}/replot.pyc
-${PYSITELIB}/replot.pyo
-share/applications/reinteract.desktop
-share/icons/hicolor/scalable/apps/reinteract.svg
-share/mime/packages/reinteract.xml
-share/reinteract/Reinteract.ico
-share/reinteract/dialogs/new-notebook.xml
-share/reinteract/dialogs/notebook-properties.xml
-share/reinteract/dialogs/open-notebook.xml
-share/reinteract/dialogs/preferences.xml
-share/reinteract/dialogs/save-file.xml
-share/reinteract/examples/basics.rws
-share/reinteract/examples/build.rws
-share/reinteract/examples/imshow.rws
-share/reinteract/examples/index.rnb
-share/reinteract/examples/play.rws
-share/reinteract/examples/plot.rws
-share/reinteract/examples/plot2.rws
diff --git a/reinteract/distinfo b/reinteract/distinfo
deleted file mode 100644
index 679c279c62..0000000000
--- a/reinteract/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2012/12/26 14:48:26 noud4 Exp $
-
-SHA1 (reinteract-0.5.10.tar.bz2) = e6ab33004f91a1191402ff0cade913c8fc052eea
-RMD160 (reinteract-0.5.10.tar.bz2) = 2d86afbf5b7c054181c1eead01bf8f1116cd7a84
-Size (reinteract-0.5.10.tar.bz2) = 344665 bytes


Home | Main Index | Thread Index | Old Index