pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-papy: remove
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Tue Jun 7 12:26:41 2022 +0200
Changeset: 7570639166e10eaaea62330357cb35ce8f916114
Modified Files:
Makefile
Removed Files:
py-papy/DESCR
py-papy/Makefile
py-papy/PLIST
py-papy/distinfo
Log Message:
py-papy: remove
Last release from 2010.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7570639166e10eaaea62330357cb35ce8f916114
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-papy/DESCR | 6 ---
py-papy/Makefile | 35 -----------------
py-papy/PLIST | 116 -------------------------------------------------------
py-papy/distinfo | 5 ---
5 files changed, 163 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 9b5525d06a..adecc721f9 100644
--- a/Makefile
+++ b/Makefile
@@ -4310,7 +4310,6 @@ SUBDIR+= py-pam
SUBDIR+= py-pandera
SUBDIR+= py-pandoc
SUBDIR+= py-panel
-SUBDIR+= py-papy
SUBDIR+= py-papyon
SUBDIR+= py-papyros
SUBDIR+= py-paragram
diff --git a/py-papy/DESCR b/py-papy/DESCR
deleted file mode 100644
index 5b6ea9110c..0000000000
--- a/py-papy/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-PaPy is a framework to construct and execute pipelines (flow-charts) of
-arbitrary tasks in parallel, either locally, using multi-processing or
-multi-threading, or remotely, using RPC (Remote Procedure Calls) as provided by
-RPyC (Remote Python Call). The goal is to enable users to create highly generic,
-modular and workflows for execution on ad hoc computing grids, consisting of,
-local workstations and remote desktops/servers.
diff --git a/py-papy/Makefile b/py-papy/Makefile
deleted file mode 100644
index 9866e20d73..0000000000
--- a/py-papy/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2014/01/18 19:56:17 thomasklausner Exp $
-
-DISTNAME= papy-1.0b1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= parallel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=p/papy/}
-
-MAINTAINER= jihbed.research%gmail.com@localhost
-HOMEPAGE= http://code.google.com/p/papy/
-COMMENT= Parallel Pipelines In Python
-LICENSE= gnu-gpl-v3
-
-DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
-
-PYTHON_VERSIONED_DEPENDENCIES= Pmw
-
-USE_TOOLS+= pax
-USE_LANGUAGES= # none
-
-PYDISTUTILSPKG= yes
-
-DOCDIR= ${PREFIX}/share/doc/py-papy
-
-INSTALLATION_DIRS= ${DOCDIR}
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test/test.py
-
-post-install:
- cd ${WRKSRC}/doc/html && pax -rw -pp . ${DESTDIR}${DOCDIR}
-
-.include "../../lang/python/extension.mk"
-.include "../../lang/python/versioned_dependencies.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-papy/PLIST b/py-papy/PLIST
deleted file mode 100644
index dea865781a..0000000000
--- a/py-papy/PLIST
+++ /dev/null
@@ -1,116 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/13 12:44:50 jihbed Exp $
-bin/papy
-${PYSITELIB}/IMap/IMap.py
-${PYSITELIB}/IMap/IMap.pyc
-${PYSITELIB}/IMap/IMap.pyo
-${PYSITELIB}/IMap/__init__.py
-${PYSITELIB}/IMap/__init__.pyc
-${PYSITELIB}/IMap/__init__.pyo
-${PYSITELIB}/papy/__init__.py
-${PYSITELIB}/papy/__init__.pyc
-${PYSITELIB}/papy/__init__.pyo
-${PYSITELIB}/papy/graph.py
-${PYSITELIB}/papy/graph.pyc
-${PYSITELIB}/papy/graph.pyo
-${PYSITELIB}/papy/papy.py
-${PYSITELIB}/papy/papy.pyc
-${PYSITELIB}/papy/papy.pyo
-${PYSITELIB}/papy/tkgui/KillThread.py
-${PYSITELIB}/papy/tkgui/KillThread.pyc
-${PYSITELIB}/papy/tkgui/KillThread.pyo
-${PYSITELIB}/papy/tkgui/ShellWidget.py
-${PYSITELIB}/papy/tkgui/ShellWidget.pyc
-${PYSITELIB}/papy/tkgui/ShellWidget.pyo
-${PYSITELIB}/papy/tkgui/TreeWidget.py
-${PYSITELIB}/papy/tkgui/TreeWidget.pyc
-${PYSITELIB}/papy/tkgui/TreeWidget.pyo
-${PYSITELIB}/papy/tkgui/__init__.py
-${PYSITELIB}/papy/tkgui/__init__.pyc
-${PYSITELIB}/papy/tkgui/__init__.pyo
-${PYSITELIB}/papy/tkgui/tkgui.py
-${PYSITELIB}/papy/tkgui/tkgui.pyc
-${PYSITELIB}/papy/tkgui/tkgui.pyo
-${PYSITELIB}/papy/utils/__init__.py
-${PYSITELIB}/papy/utils/__init__.pyc
-${PYSITELIB}/papy/utils/__init__.pyo
-${PYSITELIB}/papy/utils/codefile.py
-${PYSITELIB}/papy/utils/codefile.pyc
-${PYSITELIB}/papy/utils/codefile.pyo
-${PYSITELIB}/papy/utils/defaults.py
-${PYSITELIB}/papy/utils/defaults.pyc
-${PYSITELIB}/papy/utils/defaults.pyo
-${PYSITELIB}/papy/utils/logger.py
-${PYSITELIB}/papy/utils/logger.pyc
-${PYSITELIB}/papy/utils/logger.pyo
-${PYSITELIB}/papy/utils/remote.py
-${PYSITELIB}/papy/utils/remote.pyc
-${PYSITELIB}/papy/utils/remote.pyo
-${PYSITELIB}/papy/utils/runtime.py
-${PYSITELIB}/papy/utils/runtime.pyc
-${PYSITELIB}/papy/utils/runtime.pyo
-${PYSITELIB}/papy/utils/templates/pipeline.py
-${PYSITELIB}/papy/utils/templates/pipeline.pyc
-${PYSITELIB}/papy/utils/templates/pipeline.pyo
-${PYSITELIB}/papy/workers/__init__.py
-${PYSITELIB}/papy/workers/__init__.pyc
-${PYSITELIB}/papy/workers/__init__.pyo
-${PYSITELIB}/papy/workers/core.py
-${PYSITELIB}/papy/workers/core.pyc
-${PYSITELIB}/papy/workers/core.pyo
-${PYSITELIB}/papy/workers/io.py
-${PYSITELIB}/papy/workers/io.pyc
-${PYSITELIB}/papy/workers/io.pyo
-${PYSITELIB}/papy/workers/maths.py
-${PYSITELIB}/papy/workers/maths.pyc
-${PYSITELIB}/papy/workers/maths.pyo
-share/doc/py-papy/_sources/architecture.txt
-share/doc/py-papy/_sources/barebones.txt
-share/doc/py-papy/_sources/benchmark.txt
-share/doc/py-papy/_sources/bugs.txt
-share/doc/py-papy/_sources/cases.txt
-share/doc/py-papy/_sources/communication.txt
-share/doc/py-papy/_sources/dictionary.txt
-share/doc/py-papy/_sources/examples.txt
-share/doc/py-papy/_sources/index.txt
-share/doc/py-papy/_sources/install.txt
-share/doc/py-papy/_sources/introduction.txt
-share/doc/py-papy/_sources/papyapi.txt
-share/doc/py-papy/_sources/parallel.txt
-share/doc/py-papy/_sources/todo.txt
-share/doc/py-papy/_sources/tutorials.txt
-share/doc/py-papy/_sources/use_case_1.txt
-share/doc/py-papy/_sources/use_case_2.txt
-share/doc/py-papy/_static/basic.css
-share/doc/py-papy/_static/custom.css
-share/doc/py-papy/_static/default.css
-share/doc/py-papy/_static/doctools.js
-share/doc/py-papy/_static/file.png
-share/doc/py-papy/_static/jquery.js
-share/doc/py-papy/_static/minus.png
-share/doc/py-papy/_static/plus.png
-share/doc/py-papy/_static/pygments.css
-share/doc/py-papy/_static/searchtools.js
-share/doc/py-papy/_static/workflow.png
-share/doc/py-papy/_static/workflow_small.png
-share/doc/py-papy/architecture.html
-share/doc/py-papy/barebones.html
-share/doc/py-papy/benchmark.html
-share/doc/py-papy/bugs.html
-share/doc/py-papy/cases.html
-share/doc/py-papy/communication.html
-share/doc/py-papy/dictionary.html
-share/doc/py-papy/examples.html
-share/doc/py-papy/genindex.html
-share/doc/py-papy/index.html
-share/doc/py-papy/install.html
-share/doc/py-papy/introduction.html
-share/doc/py-papy/modindex.html
-share/doc/py-papy/objects.inv
-share/doc/py-papy/papyapi.html
-share/doc/py-papy/parallel.html
-share/doc/py-papy/search.html
-share/doc/py-papy/searchindex.js
-share/doc/py-papy/todo.html
-share/doc/py-papy/tutorials.html
-share/doc/py-papy/use_case_1.html
-share/doc/py-papy/use_case_2.html
diff --git a/py-papy/distinfo b/py-papy/distinfo
deleted file mode 100644
index 333e92cc29..0000000000
--- a/py-papy/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/05/13 12:44:50 jihbed Exp $
-
-RMD160 (papy-1.0b1.tar.gz) = b845d72781f9e732a05f53a25198f0877b2080ba
-SHA512 (papy-1.0b1.tar.gz) = c88253d116fcaf4f7a14bee98749d81d83375b7c70ff5e3584c20ca61d2116bf00539271949fe3a20f036caff430cea6fa9b6d869d63e1b22212ed6e2066cd68
-Size (papy-1.0b1.tar.gz) = 1818982 bytes
Home |
Main Index |
Thread Index |
Old Index