notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-flask-restplus Extension for Flask that adds support for quickly building REST APIs
0.13.0_1 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.13.0_1Version of this port present on the latest quarterly branch.
Maintainer: andrej@ebert.su search for ports maintained by this maintainer
Port Added: 2016-07-16 18:03:35
Last Update: 2020-06-17 12:36:42
SVN Revision: 539422
Also Listed In: python
License: MIT
WWW:
https://github.com/noirbizarre/flask-restplus
Description:
Extension for Flask that adds support for quickly building REST APIs. Flask-RESTPlus encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTPlus should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger. WWW: https://github.com/noirbizarre/flask-restplus
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}flask-restplus>0:www/py-flask-restplus@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-flask-restplus
Package flavors (<flavor>: <package>)
  • py37: py37-flask-restplus
  • py27: py27-flask-restplus
distinfo:
TIMESTAMP = 1582426379 SHA256 (noirbizarre-flask-restplus-0.13.0_GH0.tar.gz) = 5fd64c04bf224912965df54d29efbab423e65ea52ec61f37cf5d0aec553723da SIZE (noirbizarre-flask-restplus-0.13.0_GH0.tar.gz) = 281618

Expand this list (4 items)

Collapse this list.

SHA256 (f48b1d2403de.patch) = 43faca5fc256c745980fd0b05aa3aeee7728499754ea4884a815eb603b05c43b SIZE (f48b1d2403de.patch) = 794 SHA256 (119a6feb2950.patch) = 9eb8d9e322f84c9c16113ea0d5128fec9c2f48388dbd3d8927bfbb443f4871f6 SIZE (119a6feb2950.patch) = 894

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-Flask>=0.8 : www/py-flask@py37
  2. py37-six>=1.3.0 : devel/py-six@py37
  3. py37-jsonschema>0 : devel/py-jsonschema@py37
  4. py37-pytz>0 : devel/py-pytz@py37
  5. py37-aniso8601>=0.82 : devel/py-aniso8601@py37
  6. py37-setuptools>0 : devel/py-setuptools@py37
  7. python3.7 : lang/python37
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/noirbizarre/flask-restplus/tar.gz/0.13.0?dummy=/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.13.0_1
17 Jun 2020 12:36:42
Revision:539422Original commit files touched by this commit
jbeich search for other commits by this committer
www/py-flexget: update to 3.1.64

- Switch from flask-restplus to flask-restx, removing the former

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.59...v3.1.64
PR:		244294
0.13.0_1
23 May 2020 05:33:06
Revision:536265Original commit files touched by this commit
jbeich search for other commits by this committer
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)
0.13.0
07 Mar 2020 13:14:02
Revision:527944Original commit files touched by this commit
antoine search for other commits by this committer
Clean up
0.13.0
23 Feb 2020 03:26:16
Revision:526873Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.13.0
- Add missing TEST_DEPENDS

PR:		244294
Submitted by:	andrej@ebert.su(maintainer)
0.10.1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.10.1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.10.1
21 Jun 2017 09:24:09
Revision:444020Original commit files touched by this commit
jbeich search for other commits by this committer
www/py-flask-restplus: update to 0.10.1

Changes:	https://github.com/noirbizarre/flask-restplus/blob/0.10.1/CHANGELOG.rst#0101-2017-03-04
0.10.0
13 Feb 2017 17:24:21
Revision:434007Original commit files touched by this commit
krion search for other commits by this committer
Update www/py-flask-restplus to 0.10.0

PR:		217057
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9568
0.9.2
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
0.9.2
19 Jul 2016 19:12:42
Revision:418812Original commit files touched by this commit
jbeich search for other commits by this committer
www/py-flask-restplus{,08}: fix |make test| via pytest

- Switch to USE_GITHUB as postman-v1.schema.json isn't included in PyPI tarball

PR:		211174
Approved by:	Andrej Ebert <andrej@ebert.su> (maintainer)
0.9.2
18 Jul 2016 19:06:27
Revision:418732Original commit files touched by this commit
jbeich search for other commits by this committer
www/py-flask-restplus{,08}: fork 0.8.6 for www/py-flexget

PR:		210979
Submitted by:	Andrej Ebert <andrej@ebert.su> (maintainer)
0.9.2
16 Jul 2016 18:03:26
Revision:418645Original commit files touched by this commit
pawel search for other commits by this committer
Extension for Flask that adds support for quickly building REST APIs.
Flask-RESTPlus encourages best practices with minimal setup.
If you are familiar with Flask, Flask-RESTPlus should be easy to pick up.
It provides a coherent collection of decorators and tools to describe your
API and expose its documentation properly using Swagger.

WWW: https://github.com/noirbizarre/flask-restplus

PR:		210979
Submitted by:	Andrej Ebert <andrej@ebert.su>

Number of commits found: 12