Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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)
[NEW] devel/py-hypothesis: Library for property based testing
Hypothesis is a library for testing your Python code against a much larger
range of examples than you would ever want to write by hand. It's based on the
Haskell library, Quickcheck, and is designed to integrate seamlessly into your
existing Python unit testing work flow.
WWW: https://github.com/DRMacIver/hypothesis
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>