Personal patches
Go to file
Jan Beich ec568d3c20 MFH: r536265
www/py-flask-restplus: unbreak after r527409

>>> import flask_restplus
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.7/site-packages/flask_restplus/__init__.py", line 4, in <module>
    from . import fields, reqparse, apidoc, inputs, cors
  File "/usr/local/lib/python3.7/site-packages/flask_restplus/fields.py", line 17, in <module>
    from werkzeug import cached_property
ImportError: cannot import name 'cached_property' from 'werkzeug' (/usr/local/lib/python3.7/site-packages/werkzeug/__init__.py)

Approved by:	ports-secteam blanket
2020-05-23 05:33:33 +00:00
accessibility
arabic
archivers
astro
audio MFH: r535096 2020-05-13 08:56:35 +00:00
base
benchmarks
biology
cad MFH: r535326 2020-05-17 08:50:06 +00:00
chinese MFH: r534850 2020-05-10 13:56:17 +00:00
comms MFH: r534998 2020-05-12 17:42:29 +00:00
converters
databases MFH: r536143 2020-05-22 19:22:24 +00:00
deskutils
devel MFH: r531335 r533552 2020-05-22 03:15:51 +00:00
dns MFH: r535884 2020-05-19 19:03:44 +00:00
editors
emulators MFH: r535834 2020-05-21 08:01:56 +00:00
finance
french MFH: r534850 2020-05-10 13:56:17 +00:00
ftp
games
german MFH: r534850 2020-05-10 13:56:17 +00:00
graphics MFH: r530254 r530533 r530935 r531164 r531466 r531807 r531987 r532242 r532607 r533219 r533596 r534218 r534700 r535836 2020-05-22 07:14:03 +00:00
hebrew
hungarian
irc
japanese MFH: r534850 2020-05-10 13:56:17 +00:00
java
Keywords
korean
lang MFH: r535463 2020-05-19 14:26:13 +00:00
mail MFH: r536202 2020-05-22 16:29:16 +00:00
math
misc MFH: r536245 2020-05-22 21:40:45 +00:00
Mk
multimedia MFH: r536008 2020-05-23 00:53:51 +00:00
net MFH: r535967 2020-05-22 15:49:18 +00:00
net-im MFH: r533398 r536194 2020-05-22 10:43:03 +00:00
net-mgmt MFH: r531628 r531630 r531632 r535076 r535874 r535993 r535995 2020-05-22 11:18:52 +00:00
net-p2p
news
polish
ports-mgmt
portuguese
print MFH: r532604 r532609 r535125 2020-05-16 04:41:15 +00:00
russian MFH: r534850 2020-05-10 13:56:17 +00:00
science
security MFH: r535967 2020-05-22 15:49:18 +00:00
shells
sysutils MFH: r536010 2020-05-22 19:55:38 +00:00
Templates
textproc
Tools
ukrainian
vietnamese
www MFH: r536265 2020-05-23 05:33:33 +00:00
x11 MFH: r535196 2020-05-14 17:09:52 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts MFH: r534715 2020-05-09 07:04:53 +00:00
x11-servers MFH: r534935 2020-05-14 17:06:18 +00:00
x11-themes
x11-toolkits
x11-wm MFH: r536021 2020-05-22 19:43:36 +00:00
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED Remove expired ports: 2020-05-15 16:42:41 +00:00
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):

	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.