Created attachment 191630 [details] Patch Update www/py-django-allauth from 0.34.0 to 0.35.0.
Hi, There are some missing RUN_DEPENDS and py-django-allauth 0.35.0 requires Django 1.11+. from setup.py: ... if IS_PY2: openid_package = 'python-openid >= 2.2.5' test_requirements.append('mock >= 1.0.1') else: openid_package = 'python3-openid >= 3.0.8' ... install_requires=['Django >= 1.11', openid_package, 'requests-oauthlib >= 0.3.0', "requests"],
A commit references this bug: Author: sunpoet Date: Mon Mar 19 15:14:35 UTC 2018 New revision: 465021 URL: https://svnweb.freebsd.org/changeset/ports/465021 Log: Update to 0.35.0 - While I'm here: - Update RUN_DEPENDS: use Django metaport (www/py-django) - Add missing RUN_DEPENDS Changes: https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst PR: 226729 Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer) Changes: head/www/py-django-allauth/Makefile head/www/py-django-allauth/distinfo
Committed. Thanks!
Forgot to mention that I changed RUN_DEPENDS from py-django18 to py-django because py-django-allauth 0.34.0 requires Django 1.8+ but 0.35.0 requires Django 1.11+.
Thanks a lot indeed for your help! It would take much more time from me to fix those things.