Move part of macports infrastructure to GitHub

2014-03-16 Thread Ivan Larionov
://github.com/search?q=macportstype=Repositoriesref=searchresults What do you think? -- With best regards, Ivan Larionov. ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: Move part of macports infrastructure to GitHub

2014-03-16 Thread Ivan Larionov
and like it. -- With best regards, Ivan Larionov. On 16 марта 2014 г., at 22:42, Sean Farley s...@macports.org wrote: Ivan Larionov xeron.os...@gmail.com writes: I want to start this discussion mainly about ports tree, but actually base and some other stuff could use github and infra around

redis port update

2014-03-17 Thread Ivan Larionov
https://trac.macports.org/ticket/39434 since it will be done by this patch as well. -- With best regards, Ivan Larionov. ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: Problem updating git-core

2014-04-01 Thread Ivan Larionov
git-core depends on p5.16, related ticket https://trac.macports.org/changeset/116150 You should use perl5_12 variant if you want to build it with perl 5.12. -- With best regards, Ivan Larionov. On 02 апр. 2014 г., at 2:07, Thomas Lockhart tlockhart1...@gmail.com wrote: On 4/1/14 2:06 PM

port reload command

2014-04-04 Thread Ivan Larionov
? -- With best regards, Ivan Larionov. ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: perl (again)

2014-06-11 Thread Ivan Larionov
Why don't we use perl_select? 11 июня 2014 г., в 18:27, Daniel J. Luke dl...@geeklair.net написал(а): On Jun 11, 2014, at 4:44 AM, Mojca Miklavec mo...@macports.org wrote: On Wed, Jun 11, 2014 at 1:49 AM, Mark Anderson wrote: I sadly have not had enough time to work on cpan-mp, I've been

Bunch of tickets with no response for a long time

2015-05-26 Thread Ivan Larionov
://trac.macports.org/ticket/47534 https://trac.macports.org/ticket/47534 py-pathlib https://trac.macports.org/ticket/47535 https://trac.macports.org/ticket/47535 thefuck (depends on py-pathlib) Thank you! -- With best regards, Ivan Larionov EMAIL: xeron.os...@gmail.com

dpkg update

2015-11-24 Thread Ivan Larionov
18.3.patch Thank you. -- With best regards, Ivan Larionov. ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Old tickets w/o any attention or review

2015-11-19 Thread Ivan Larionov
regards, Ivan Larionov. ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: Change in paths to packages on PyPI

2016-05-13 Thread Ivan Larionov
I just run into this issue. Can confirm that change like this works: -master_siteshttps://pypi.python.org/packages/source/p/prompt_toolkit/ +master_siteshttps://pypi.io/packages/source/p/prompt_toolkit/ Has anyone updated pypi master_sites? -- With best regards, Ivan Larionov

Re: Change in paths to packages on PyPI

2016-05-14 Thread Ivan Larionov
• Modify python packages to use pypi for master_sites -- With best regards, Ivan Larionov. > On May 13, 2016, at 9:25 PM, Joshua Root <j...@macports.org> wrote: > > Apparently the URL to use is now: > > https://files.pythonhosted.org/packages/source/p/prompt_toolkit/

Re: Properly merging pull requests

2016-11-03 Thread Ivan Larionov
means that rebasing from the command > line is not feasible for most PRs because the contributors' branch is > unlikely to be based on the absolute latest master. So I think the > process you mentioned (push to collaborator's branch, rebase from the > web) might become our standard operat

PR usage by people with commit access

2016-11-04 Thread Ivan Larionov
etup on my work and we have a rule that you shouldn't commit directly to master in a project with multiple contributors until it's very small change like fixing typo. Open PR, ask for review, merge. Or fix issues and merge if you got any useful comments on PR. -- With best regards, Iva