Bug 193651 - [NEW PORT] www/py-django-allauth: User registration with social account authentication for django
Summary: [NEW PORT] www/py-django-allauth: User registration with social account authe...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 08:26 UTC by vladimir.chukharev
Modified: 2014-09-27 19:23 UTC (History)
2 users (show)

See Also:


Attachments
Shar file with the new port (1.72 KB, text/plain)
2014-09-15 08:26 UTC, vladimir.chukharev
no flags Details
New shar file (1.70 KB, text/plain)
2014-09-17 20:08 UTC, vladimir.chukharev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vladimir.chukharev 2014-09-15 08:26:42 UTC
Created attachment 147338 [details]
Shar file with the new port

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
Comment 1 Marcus von Appen freebsd_committer freebsd_triage 2014-09-17 17:04:48 UTC
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_AUTOPLIST=	yes

are deprecated. Please convert them to the new format:

USES= python
USE_PYTHON= distutils autoplist
Comment 2 vladimir.chukharev 2014-09-17 20:08:16 UTC
Created attachment 147414 [details]
New shar file

Changed deprecated variables to the proposed ones in the new format. Pity that this is still not detected by portlint...
Comment 3 vladimir.chukharev 2014-09-17 20:24:36 UTC
By the way, I cannot find deprecation in the standard places, namely, in porter's handbook and ports/Mk/Uses/python.mk they are still recommended...
Comment 4 Marcus von Appen freebsd_committer freebsd_triage 2014-09-17 20:29:50 UTC
Thanks for the update. Please have a look at 

https://svnweb.freebsd.org/ports/head/Mk/Uses/python.mk?revision=367214&view=markup#l197

which marks them as deprecated. To check for deprecated variables on testing your ports, you may want to set DEVELOPER=yes in your make.conf, which runs a couple of QA sanity checks (see Mk/bsd.sanity.mk) and warns you about deprecated or unsupported entries. It's my fault for the Porter's Handbook, I still have an update for the changed python bits open on my desk.

Moving to Patch Ready, since the shar contents look good to go.
Comment 5 vladimir.chukharev 2014-09-18 06:03:48 UTC
Thanks for clarifications and marking it ready, Marcus.

I will convert my other ports to the new format this weekend (hopefully).
Comment 6 commit-hook freebsd_committer freebsd_triage 2014-09-27 19:23:19 UTC
A commit references this bug:

Author: wg
Date: Sat Sep 27 18:46:37 UTC 2014
New revision: 369414
URL: https://svnweb.freebsd.org/changeset/ports/369414

Log:
  www/py-django-allauth: User registration with social account authentication

  django-allauth is a reusable Django app that allows for both local and
  social authentication, with flows that just work.

  WWW: http://www.intenct.nl/projects/django-allauth/

  PR:		193651
  Submitted by:	vladimir.chukharev gmail com

Changes:
  head/www/Makefile
  head/www/py-django-allauth/
  head/www/py-django-allauth/Makefile
  head/www/py-django-allauth/distinfo
  head/www/py-django-allauth/pkg-descr