freebsd-ports/devel/py-ppft/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
398 B
Plaintext

ppft is a friendly fork of Parallel Python (pp). ppft extends Parallel Python to
provide packaging and distribution with pip and setuptools, support for python
3, and enhanced serialization using dill.source. ppft uses Parallel Python to
provide mechanisms for the parallel execution of python code on SMP (systems
with multiple processors or cores) and clusters (computers connected via
network).