1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-27 23:50:30 -04:00
Commit graph

14 commits

Author SHA1 Message Date
John Hixson
80c8eddbc8 www/py-django-simple-captcha: update to 0.5.11
Approved by:	mentors (implicit)
2019-06-29 15:48:55 +00:00
John Hixson
59c8a338eb www/py-django-simple-captcha: Update to 0.5.10
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D18975
2019-01-28 17:23:58 +00:00
John Hixson
829a2fa779 Change jhixson port maintainer email to jhixson@FreeBSD.org
Approved by:	miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D16592
2018-08-07 12:13:47 +00:00
Steve Wills
d9fe042a94 www/py-django-simple-captcha: update to 0.5.7
PR:		228471
Submitted by:	jhixson@gmail.com (maintainer)
2018-05-25 00:12:16 +00:00
Sunpoet Po-Chuan Hsieh
fdba55591c Update to 0.5.6
- Add LICENSE_FILE
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add DOCS and MIGRATIONS options

Changes:	https://github.com/mbi/django-simple-captcha/blob/master/CHANGES
PR:		228133
Submitted by:	Kai <freebsd_ports@k-worx.org>
Approved by:	John Hixson <jhixson@gmail.com> (maintainer)
2018-05-14 15:39:49 +00:00
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +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
Marcelo Araujo
a79de56299 Update maintainer email address.
Submitted by:	John Hixson <jhixson@gmail.com> (maintainer)
2017-03-20 18:42:27 +00:00
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Martin Wilke
0004cc0c2e - Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX

Reported by:    antoinebot
2016-01-16 11:19:09 +00:00
Martin Wilke
6332037fce - Switch all ports to www/py-django18
- Bump PORTREVISION
2016-01-16 09:52:37 +00:00
Marcus von Appen
1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00
William Grzybowski
1cf4af6bcd www/py-django-simple-captcha: update to 0.4.1
- Update to 0.4.1 [1]
- Switch from easy_install to install
- Use python auto plist

PR:		ports/185406 [1]
Submitted by:	maintainer
2014-01-02 12:42:28 +00:00
Sunpoet Po-Chuan Hsieh
4824cc99b8 - Add py-django-simple-captcha 0.3.8
- While I'm here:
  - Cleanup Makefile header
  - Update to 0.4.0
  - Use CHEESESHOP
  - Reformat pkg-descr
  - Add missing WWW: in pkg-descr

Django Simple Captcha is an extremely simple, yet highly customizable Django
application to add captcha images to any Django form.

WWW: https://pypi.python.org/pypi/django-simple-captcha

PR:		ports/180422
Submitted by:	John Hixson <john@ixsystems.com>
2013-11-30 09:39:47 +00:00