Re: RFC: DEP 7 - dependency policy

2016-11-20 Thread Reza Shalbafzadeh
Hi Another thing to consider is license of those dependencies shall we accept dependencies with licenses like GPL v3 ? best regards Reza On Saturday, November 5, 2016 at 3:54:28 PM UTC+3:30, Jacob Kaplan-Moss wrote: > > Hi all - > > DEP 7 proposes a new dependency policy. In a nutshell, th

Re: RFC: DEP 7 - dependency policy

2016-11-12 Thread Shai Berger
Hi all, I just had a look, and noted, On Saturday 05 November 2016 14:23:43 Jacob Kaplan-Moss wrote: > > DEP 7 proposes a new dependency policy. In a nutshell, the policy is: > Python packaging is good now. Django can have dependancies. > Actually, we have an already accepted DEP 7. It deals w

Re: RFC: DEP 7 - dependency policy

2016-11-11 Thread Tim Allen
This makes sense, and the DEP looks great. Just a few thoughts: - Django has always had dependencies, just external to PyPI. Python itself is the obvious one. While not absolutely required for Django, a database driver stack is another (psycopg2, mysql-connector, pyodbc, etc). Perhaps we can lo

Re: RFC: DEP 7 - dependency policy

2016-11-07 Thread Thomas Fuller
There's a fragment in the policy list of the abstract: rough consensus among the community and core team that the chosen dependency I assume that phrase should end with "is needed" -Thomas On Sat, Nov 5, 2016 at 9:20 AM Patryk Zawadzki wrote: > W dniu sobota, 5 listopada 2016 13:24:28 UTC+

Re: RFC: DEP 7 - dependency policy

2016-11-05 Thread Patryk Zawadzki
W dniu sobota, 5 listopada 2016 13:24:28 UTC+1 użytkownik Jacob Kaplan-Moss napisał: > > Hi all - > > DEP 7 proposes a new dependency policy. In a nutshell, the policy is: > Python packaging is good now. Django can have dependancies. > > For full details, please check out the DEP: > https://gith

Re: RFC: DEP 7 - dependency policy

2016-11-05 Thread Andrew Godwin
I think the "maturity" criteria are pretty sensible, though I am slightly concerned about the potential for a project to be effectively unmaintained even though there's someone's name on it who are active elsewhere. Do you think there's a sensible way we could outline a few checks for what it mean

RFC: DEP 7 - dependency policy

2016-11-05 Thread Jacob Kaplan-Moss
Hi all - DEP 7 proposes a new dependency policy. In a nutshell, the policy is: Python packaging is good now. Django can have dependancies. For full details, please check out the DEP: https://github.com/django/deps/blob/master/draft/0007-dependency-policy.rst I'd appreciate any comments and feedb