1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/py-pyplusplus/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

10 lines
532 B
Plaintext

Py++ is an object-oriented framework for creating a code generator for
Boost.Python library and ctypes package.
Py++ uses few different programming paradigms to help you to expose C++
declarations to Python. This code generator will not stand on your way.
It will guide you through the whole process. It will raise warnings in the case
you are doing something wrong with a link to the explanation. And the most
important it will save your time - you will not have to update code generator
script every time source code is changed.