Re: [Rpm-maint] [rpm] Pythoneggs cleanups (#46)

2016-01-17 Thread ニール・ゴンパ
@soig I've reviewed your patches and merged them into mine and created a new PR. #50 has them combined. The only patch not merged in is the patch for enabling the new dependency generator by default. I believe merging in the changes would be good, but having the dependency generator enabled by

[Rpm-maint] [rpm] Rename to pythonX.Ydist, read .dist-info, support legacy pythoneggs()(), and cleanups (#50)

2016-01-17 Thread ニール・ゴンパ
This PR contains both #35 and #46 After reviewing the changes from @soig in #46, I've merged it into a new pull request, after doing some tweaking and git sorcery. This obsoletes #35 and #46. This PR differs from #49 in that it doesn't include the attr file to enable the dependency generato

Re: [Rpm-maint] [rpm] Rename to pythonX.Ydist, read .dist-info, support legacy pythoneggs()(), and cleanups (#49)

2016-01-17 Thread ニール・ゴンパ
Closed #49. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/49#event-517363906___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

Re: [Rpm-maint] [rpm] Rename to pythonX.Ydist, read .dist-info, and support legacy pythoneggs()() (#35)

2016-01-17 Thread ニール・ゴンパ
This pull request has been superseded by #49. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/35#issuecomment-172375774___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mail

Re: [Rpm-maint] [rpm] Rename to pythonX.Ydist, read .dist-info, and support legacy pythoneggs()() (#35)

2016-01-17 Thread ニール・ゴンパ
Closed #35. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/35#event-517361915___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

Re: [Rpm-maint] [rpm] Rename to pythonX.Ydist, read .dist-info, support legacy pythoneggs()(), and cleanups (#49)

2016-01-17 Thread ニール・ゴンパ
Major change: introduction of attr file to enable the dependency generator by default. This pull request contains @soig's attr file to enable the dependency generator by default, adapted to also read python wheel data too. Do we want to enable this dependency generator by default in RPM, o

Re: [Rpm-maint] [rpm] Pythoneggs cleanups (#46)

2016-01-17 Thread soig
On 17 January 2016 at 20:11, Neal Gompa (ニール・ゴンパ) wrote: > @soig Could you please check to see if these > would apply to #35 > ? I've done some > refactoring there and I'd be happy to take in any changes authored by

[Rpm-maint] [rpm] Rename to pythonX.Ydist, read .dist-info, support legacy pythoneggs()(), and cleanups (#49)

2016-01-17 Thread ニール・ゴンパ
This PR contains both #35 and #46 After reviewing the changes from @soig in #46, I've merged it into a new pull request, after doing some tweaking and git sorcery. This obsoletes #35 and #46. From #35 Per the recommendation of Nick Coghlan and Toshio Kuratomi, `pythonXegg(M)` is being

Re: [Rpm-maint] [rpm] Pythoneggs cleanups (#46)

2016-01-17 Thread ニール・ゴンパ
@soig Could you please check to see if these would apply to #35? I've done some refactoring there and I'd be happy to take in any changes authored by you to my pull request. I've also added compatibility for your `pythoneggs(X)(M)` format in Mageia there. I will happily accept PRs and patches to