[gentoo-dev] Python 3.5 -> 3.6 switch

2018-05-14 Thread Michał Górny
Hi, everyone.

In no less than 30 days, we will be switching the default Python targets
from CPython 3.5 to 3.6.  The new values will be:

  PYTHON_TARGETS="python2_7 python3_6"
  PYTHON_SINGLE_TARGET="python3_6"

If you haven't ported your package to Python 3.6, please look into doing
it now.  Helpful lists:

 packages missing python3.6 support:
  list:  https://qa-reports.gentoo.org/output/gpyutils/35-to-36.txt
  graph: https://qa-reports.gentoo.org/output/gpyutils/35-to-36.svg

 packages needing stabilization:
  l https://qa-reports.gentoo.org/output/gpyutils/35-to-36-stablereq.txt
  g https://qa-reports.gentoo.org/output/gpyutils/35-to-36-stablereq.svg

At the same time, I'd like to remind you that Python 3.4 reaches end-of-
life in March 2019.  For more details, see [1].

I'll submit a news item for users for review today.  The switch will be
postponed to account for its publication.

[1]:https://devguide.python.org/#status-of-python-branches

-- 
Best regards,
Michał Górny




Re: [gentoo-portage-dev] [PATCH] repoman: Add EAPI 7 eclass deprecation

2018-05-14 Thread Zac Medico
On 05/14/2018 12:01 AM, Michał Górny wrote:
> Explicitly indicate that epatch, ltprune and versionator eclasses
> are deprecated.  Do not deprecate eapi7-ver yet since it is still
> required in EAPI 6.
> ---
>  repoman/pym/repoman/modules/linechecks/deprecated/inherit.py | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py 
> b/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
> index 8a20f22a4..77ad4f625 100644
> --- a/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
> +++ b/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
> @@ -17,6 +17,7 @@ class InheritDeprecated(LineCheck):
>   "clutter": "gnome2",
>   "confutils": False,
>   "distutils": "distutils-r1",
> + "epatch": "(eapply since EAPI 6)",
>   "games": False,
>   "gems": "ruby-fakegem",
>   "gpe": False,
> @@ -25,9 +26,11 @@ class InheritDeprecated(LineCheck):
>   "gst-plugins-good": "gstreamer",
>   "gst-plugins-ugly": "gstreamer",
>   "gst-plugins10": "gstreamer",
> + "ltprune": False,
>   "mono": "mono-env",
>   "python": "python-r1 / python-single-r1 / python-any-r1",
>   "ruby": "ruby-ng",
> + "versionator": "eapi7-ver (built-in since EAPI 7)",
>   "x-modular": "xorg-2",
>   }
>  
> 

Looks good, please merge.
-- 
Thanks,
Zac



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] Openstack Summit MeetUp: dinner planning for Wednesday?

2018-05-14 Thread Robin H. Johnson
On Sun, May 13, 2018 at 01:11:30PM -0700, Jack Morgan wrote:
> Gentoo,
> 
> I will be attending the Openstack Summit in Vancouver, BC. The
> conference is May 21-24th. I would like to organize a Gentoo meetup for
> those attending or living in the area. I personally will be there from
> May 20th - 26th.
> 
> Please reply if you are interested in meeting and which day(s)/time(s)
> you are available. I'm looking forward to it!
I'm Vancouver-local, and will ALSO be attending the summit.

Available for events during the daytime during the conference, and also
evenings of Monday & Wednesday. I am NOT available on the evenings.

As a note, Monday is a (provincial) public holiday in Vancouver, and you
may find a lot of restaurants closed (more than the ones that are
usually closed Mondays).

Unless there are specific objections, let's try to plan the meetup for
Wednesday evening based on the above?

I can help to arrange a dinner outing Wednesday evening. If you're
interested, privately email me. Please include a mention of specific
dietary requirements if any.

-- 
Robin Hugh Johnson
Gentoo Linux: Dev, Infra Lead, Foundation Treasurer
E-Mail   : robb...@gentoo.org
GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136


signature.asc
Description: Digital signature


Re: [gentoo-dev] Openstack Summit MeetUp

2018-05-14 Thread Nicolas Bock

On Sun, May 13, 2018 at 01:11:30PM -0700, Jack Morgan wrote:

Gentoo,

I will be attending the Openstack Summit in Vancouver, BC. The
conference is May 21-24th. I would like to organize a Gentoo meetup for
those attending or living in the area. I personally will be there from
May 20th - 26th.

Please reply if you are interested in meeting and which day(s)/time(s)
you are available. I'm looking forward to it!


Hi Jack,

Great idea! I'll be in Vancouver from May 20th - 24th. I am available anytime 
except during a workshop on Wednesday morning from 9:00 to 10:30.

Thanks!

Nick


Thanks,
--
Jack Morgan
Pub 4096R/761D8E0A 2010-09-13 Jack Morgan 
Fingerprint = DD42 EA48 D701 D520 C2CD 55BE BF53 C69B 761D 8E0A



--
Nicolas Bock 


signature.asc
Description: PGP signature


Re: [gentoo-dev] Gentoo-dev whitelisting

2018-05-14 Thread Sam Jorna
On Sun, May 13, 2018 at 02:57:19PM -0400, Alec Warner wrote:
>The whitelist automatically whitelists all @[2]gentoo.org addresses.

I think those who have editbugs would also be good candidates for
implicit whitelisting as well.

-- 
Sam Jorna
GnuPG Key: D6180C26


signature.asc
Description: PGP signature


[gentoo-dev] Last rites: dev-lang/ekopath

2018-05-14 Thread Michał Górny
# Michał Górny  (14 May 2018)
# All current releases do not install, as well as the latest nightly
# build upstream (dated July 2017).  Last upstream activity around
# May 2017.  Masked for removal in 30 days.  Bug #638478.
dev-lang/ekopath

-- 
Best regards,
Michał Górny




[gentoo-portage-dev] [PATCH] repoman: Add EAPI 7 eclass deprecation

2018-05-14 Thread Michał Górny
Explicitly indicate that epatch, ltprune and versionator eclasses
are deprecated.  Do not deprecate eapi7-ver yet since it is still
required in EAPI 6.
---
 repoman/pym/repoman/modules/linechecks/deprecated/inherit.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py 
b/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
index 8a20f22a4..77ad4f625 100644
--- a/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
+++ b/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
@@ -17,6 +17,7 @@ class InheritDeprecated(LineCheck):
"clutter": "gnome2",
"confutils": False,
"distutils": "distutils-r1",
+   "epatch": "(eapply since EAPI 6)",
"games": False,
"gems": "ruby-fakegem",
"gpe": False,
@@ -25,9 +26,11 @@ class InheritDeprecated(LineCheck):
"gst-plugins-good": "gstreamer",
"gst-plugins-ugly": "gstreamer",
"gst-plugins10": "gstreamer",
+   "ltprune": False,
"mono": "mono-env",
"python": "python-r1 / python-single-r1 / python-any-r1",
"ruby": "ruby-ng",
+   "versionator": "eapi7-ver (built-in since EAPI 7)",
"x-modular": "xorg-2",
}
 
-- 
2.17.0




Re: [gentoo-dev] Gentoo-dev whitelisting

2018-05-14 Thread Paweł Hajdan , Jr .
On 14/05/2018 07:35, Michał Górny wrote:
> W dniu nie, 13.05.2018 o godzinie 17∶28 -0400, użytkownik Alec Warner
> napisał:
>> On Sun, May 13, 2018 at 5:25 PM, Paweł Hajdan, Jr. 
>> wrote:
>>> I'm wondering,
>>>  currently
>>> says for me "No repositories found".
>>
>> Its not a public repo, so it isn't listed. If you think it should be
>> public, ask council; its a 1 line config change on our side.
>>
> I don't think publishing it is a good idea.  Spammers are going to love
> the easy list of e-mail addresses.  Also GDPR may apply.

Good points. Nevermind.

Paweł



signature.asc
Description: OpenPGP digital signature