1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-04 02:49:14 -04:00
Commit graph

17 commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
dfcab4ebf7 security/py-flask-httpauth: update to 3.2.4 2018-07-10 16:56:15 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Antoine Brodin
377901b804 Simplify some USES=python
With hat:	portmgr
2017-12-29 09:01:54 +00:00
Mathieu Arnold
551be3c723 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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Ruslan Makhmatkhanov
782b70018c security/py-flask-httpauth: update to 3.2.3 2017-06-06 20:56:11 +00:00
Ruslan Makhmatkhanov
e21f75a4c6 security/py-flask-httpauth: update to 3.2.2 2017-02-05 16:02:18 +00:00
Mathieu Arnold
bbf7ef5615 http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by:	Absolight
2016-12-02 09:21:58 +00:00
Ruslan Makhmatkhanov
2c263a0301 security/py-flask-httpauth: update to 3.2.1 2016-10-30 20:14:44 +00:00
Ruslan Makhmatkhanov
b70e3d635e security/py-flask-httpauth: update to 3.2.0 2016-08-21 13:01:20 +00:00
Ruslan Makhmatkhanov
a88af2f360 security/py-flask-httpauth: update to 3.1.1 2016-04-15 17:49:36 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Ruslan Makhmatkhanov
90bd929bfe security/py-flask-httpauth: update to 3.1.0 2016-03-22 22:42:55 +00:00
Ruslan Makhmatkhanov
8579cd3560 security/py-flask-httpauth: update to 3.0.2 2016-03-13 18:14:50 +00:00
Ruslan Makhmatkhanov
aea0a2a722 security/py-flask-httpauth: update to 2.7.1 2016-02-12 08:01:02 +00:00
Ruslan Makhmatkhanov
ce9699179a security/py-flask-httpauth: update to 2.7.0 2015-09-28 18:24:34 +00:00
Ruslan Makhmatkhanov
e242fb4ba7 security/py-flask-httpauth: update to 2.5.0 2015-05-01 18:08:21 +00:00
Ruslan Makhmatkhanov
f848c882de Basic and Digest HTTP authentication for Flask routes.
WWW: http://github.com/miguelgrinberg/flask-httpauth/
2015-04-08 10:58:05 +00:00