freebsd-ports/www/py-django-registration-redux/Makefile
Kai Knoblich 8e5ac04dfa www/py-django-registration-redux: Update to 2.6
While I'm here:
* Pet portlint

Changelog since 2.4:

* Bugfix: Pass "user" instance instead of "user.get_username()" to template
  context.
* Feature: Add testing for Django 2.2 and Python 3.7 (no code changes
  required).
* Bugfix: Send emails on commit.
* Feature: Add support for Django 2.1.
* Bugfix: Don't delete if user.is_active=True in cleanupregistration

https://github.com/macropin/django-registration/blob/v2.6/CHANGELOG

PR:		238219
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
2019-05-30 20:34:58 +00:00

29 lines
638 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django-registration-redux
PORTVERSION= 2.6
DISTVERSIONPREFIX= v
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= User-registration application for Django
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= macropin
GH_PROJECT= django-registration
NO_ARCH= yes
CONFLICTS_INSTALL= pootle ${PYTHON_PKGNAMEPREFIX}django-registration
.include <bsd.port.mk>