[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2020-07-16 Thread Michał Górny
commit: b587418079b1a72365714db0f6f61c65f5767b70
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 05:32:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 05:56:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5874180

dev-python/werkzeug: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/werkzeug/Manifest   |  2 --
 dev-python/werkzeug/werkzeug-0.16.0.ebuild | 39 --
 dev-python/werkzeug/werkzeug-0.16.1.ebuild | 34 --
 3 files changed, 75 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 9c0ea1db513..27e0e72d79b 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,3 +1 @@
-DIST werkzeug-0.16.0.gh.tar.gz 939220 BLAKE2B 
08f77bfbb8703b25be00dba018e9aea16cb4a6977ff3906f636fe24b4e16662f584839c8e153532f32a0551281a6fb28bf618da5d5e6c42cdc6e8b391162
 SHA512 
78e7d2ccceb8764f92a3252b2ff670065a42fe2ad1d2b4631e05c107d2128f8f6f4090e32bd975526e4b5985dbbdbac22e9ad1514d14e88ecfb064483107d0ed
-DIST werkzeug-0.16.1.gh.tar.gz 937876 BLAKE2B 
e5f962e9cab4a06a6f2d63ac35df896ed764377b458ccdc744800ffa5d2d456a836f0a7c4aef08b750b95904e955ce3b0241102d48bd28080e91fe29823e789e
 SHA512 
52611b2e22b8af6b643471ca1df6e6f262067ef8882363768f21d9b0ee837aedd192c358a3a41788b2036d6c6cc0156043f1f5b8f6a04b2a701790b66837a62e
 DIST werkzeug-1.0.1.gh.tar.gz 907482 BLAKE2B 
d2dcdce8b1bcbb177b52b0915f2c0ac17d235dee3c77b23e81e4b35412d1f53a194d3c7c7f2a5c065ade99797effe72cc464cf6980b12c761a8a919338021660
 SHA512 
ba82120fb3e96e3a1334c6452d5ba1950fc016d2d147d643bbc2168ccec496f1dea799982ae8c578167155082c0bdbda5d56a23f64b4b6865f97e90e22df022e

diff --git a/dev-python/werkzeug/werkzeug-0.16.0.ebuild 
b/dev-python/werkzeug/werkzeug-0.16.0.ebuild
deleted file mode 100644
index 4a26883cb76..000
--- a/dev-python/werkzeug/werkzeug-0.16.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="Werkzeug"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Collection of various utilities for WSGI applications"
-HOMEPAGE="http://werkzeug.pocoo.org/ https://pypi.org/project/Werkzeug/ 
https://github.com/pallets/werkzeug;
-#SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-SRC_URI="https://github.com/pallets/werkzeug/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytest-xprocess[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   # dev_server seems to be broken with PyPy
-   # https://github.com/pallets/werkzeug/issues/1668
-   # TODO: exclude only failing tests
-   [[ ${EPYTHON} == pypy ]] && continue
-
-   pytest -vv -p no:httpbin || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/werkzeug/werkzeug-0.16.1.ebuild 
b/dev-python/werkzeug/werkzeug-0.16.1.ebuild
deleted file mode 100644
index 7bc514bedc1..000
--- a/dev-python/werkzeug/werkzeug-0.16.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="Werkzeug"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Collection of various utilities for WSGI applications"
-HOMEPAGE="http://werkzeug.pocoo.org/ https://pypi.org/project/Werkzeug/ 
https://github.com/pallets/werkzeug;
-#SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-SRC_URI="https://github.com/pallets/werkzeug/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-
-RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/pytest-xprocess[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   pytest -vv -p no:httpbin || die "Tests fail with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/

2020-07-16 Thread Michał Górny
commit: 31ca5f6a998f5e7641746958923e5e0561b60ff8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 05:40:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 05:56:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ca5f6a

dev-python/virtualenv: Bump to 20.0.27

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/virtualenv/Manifest  |  1 +
 dev-python/virtualenv/virtualenv-20.0.27.ebuild | 91 +
 2 files changed, 92 insertions(+)

diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index b78e3181d6a..b3b81c3a197 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -3,3 +3,4 @@ DIST virtualenv-16.7.10.tar.gz 5116776 BLAKE2B 
42f0a4b4330850b504f8febd991ef6ecd
 DIST virtualenv-16.7.9.tar.gz 5116740 BLAKE2B 
10b77c4d74d3b1be60d567caf60b48274893777313d7151350df1d8a7d86d7cbd299c6c04734cbad134512e2ea05f5bc694648b6e9307019ffd9b91f7d0cdaf5
 SHA512 
d7379941e299c44beba30eaab68d5f1a6650f767b24f95d5e8abd05c1529dca4c1423113a41ff42690bb2b2bd4fe05c3e47a8fed4f9df0972188f6c77034436b
 DIST virtualenv-20.0.23.tar.gz 8038565 BLAKE2B 
e11a7e36c33848fc9c8ad12fed369e6804c11a89e11cb66ff105b4e4e5758dcab15809932f88d9ddbc229d1bb862d29dead9ff2e4da655603e627887a1a2cd1d
 SHA512 
01a56564ac09abca25cd163e7b425d8dbf1f57d6771b57e1f5fe4182f86197009e7ebdcb6f4a8640c8b8f0cdfcfdcd843f7be33848c66b0b5877cc7a8fe6ee0e
 DIST virtualenv-20.0.26.tar.gz 8264088 BLAKE2B 
0d5bfbae10fa7de73ec3766863415a5a8f6680b168ef4ef25984b91a9291645189b987bfc63b96897b6f421fd692b4a388eee7a36995b0b65fe52d3019813da4
 SHA512 
d81fa8f25b7752fbb76494cea62f76d5f40e1397853ef71c1eb8078ffe8748fb365f275cc34ef04f64a001e3300a6f26f872542f68c047bee1eeb74cd49180a7
+DIST virtualenv-20.0.27.tar.gz 8265353 BLAKE2B 
31e0a5fa11d988b5340b130615dc5095a61321393fdc4f72fd88e70d88bc7922c2f8f289b995fb623d2fe900a7da8f012433d4a7bb2ecd7ab53810865e05ea2b
 SHA512 
812a17d1461c8e62568f345aba0722204dd22d0d149720d00e37712a34a9d2d614e1b854f07d7e89e1eb6e915ca3f90e8e81fb9c2442ed637efdc6b2120153d7

diff --git a/dev-python/virtualenv/virtualenv-20.0.27.ebuild 
b/dev-python/virtualenv/virtualenv-20.0.27.ebuild
new file mode 100644
index 000..a8a3d84852f
--- /dev/null
+++ b/dev-python/virtualenv/virtualenv-20.0.27.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=manual
+
+inherit distutils-r1
+
+DESCRIPTION="Virtual Python Environment builder"
+HOMEPAGE="
+   https://virtualenv.pypa.io/en/stable/
+   https://pypi.org/project/virtualenv/
+   https://github.com/pypa/virtualenv/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
+   >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/contextlib2-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pathlib2-2.3.3[${PYTHON_USEDEP}]
+   ' -2)
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
+   ' -2 python3_{6,7} pypy3)
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_resources-1.0[${PYTHON_USEDEP}]
+   ' -2 python3_6 pypy3)"
+# coverage is used somehow magically in virtualenv, maybe it actually
+# tests something useful
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   $(python_gen_cond_dep '
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-5[${PYTHON_USEDEP}]
+   >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
+   ' 'python3*')
+   )"
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme \
+   dev-python/towncrier
+
+src_prepare() {
+   # we don't have xonsh
+   rm tests/unit/activation/test_xonsh.py || die
+   # require internet
+   sed -e 's:test_seed_link_via_app_data:_&:' \
+   -i tests/unit/seed/embed/test_boostrap_link_via_app_data.py || 
die
+   # TODO: investigate
+   sed -e 's:test_cross_major:_&:' \
+

[gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/

2020-07-16 Thread Michał Górny
commit: d9317d5ff48f55aab1db7e53cf40523c137a24f5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 05:39:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 05:56:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9317d5f

dev-python/tqdm: Bump to 4.48.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.48.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 0a8f549d089..4d04dae94ba 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,3 +1,4 @@
 DIST tqdm-4.40.0.tar.gz 129225 BLAKE2B 
85030c11bdba6c1d6da461e3c648bae6ae173577fb18986e3153badd73a28352f807782759aa52ed082d7ee0c13dc5f850c1da563ee5892f6bf5e8f49c48c7ee
 SHA512 
1c326d98130c79f614cea502723e4202baa57b7b4639e208133cb464785e4a8d4eaa9d262ea484246d45e5eb8f21994e7ecf3fd6ef0f4966f9049fc8013d7442
 DIST tqdm-4.45.0.tar.gz 140990 BLAKE2B 
8699b3a820859406e9bbafaaa48ba1b418e3083898d2b6c3401078996dd03431db259d5ad8a377226a50b80513ef0fc55bdaf2b67fc4a2bdd490bc5fdc04d681
 SHA512 
7b35f86205c6581ede9bdb0788e7f55be525c3f0f77952803046661c6a7a6cd3c15ed0323376ecedb5cddace1b32a41fee1932033dcaa49f9096dc3b9b674f10
 DIST tqdm-4.47.0.tar.gz 145749 BLAKE2B 
77a5efec763a8e58e071ee571077ee0db72d9243308592519ecd2c38f60d6b621fd7362dd87bdd0759a39f25c19cc3cc889e9a8376dc658ed565ca7e19fc68cd
 SHA512 
4023988cef757f43a6f59f7eddc8f40246cbca4994cea91dbb4a788385c0706f376f4c0fd5c8c47146c10eb8c52be2c9d4855b7bea0a5036162c55447aac95d7
+DIST tqdm-4.48.0.tar.gz 148578 BLAKE2B 
95ce438cc14cad5a4ad7b9b2b89b38d5a5c49e27a4ed797ae1a05d7eb3d9539dfaaee72f6330cd5f3f18721ca4259c5ee3f643ae8dd509f1e2261566ee9c3f02
 SHA512 
9c23b103603c5f56f9cc84d04e68950a0e6431cf40db856918f6e2f21aea61fafbbf466eff6d80fc14c40bb2a11dd0be80e801c55adbab02762c36ce9bed31a9

diff --git a/dev-python/tqdm/tqdm-4.48.0.ebuild 
b/dev-python/tqdm/tqdm-4.48.0.ebuild
new file mode 100644
index 000..563276f5d14
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.48.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+distutils_enable_tests nose
+
+python_prepare_all() {
+   sed -r \
+   -e "s:'nose'(,[[:space:]]*|)::" \
+   -e "s:'flake8'(,[[:space:]]*|)::" \
+   -e "s:'coverage'(,[[:space:]]*|)::" \
+   -i setup.py
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # tests_main.py requires the package to be installed
+   distutils_install_for_testing
+   # Skip unpredictable performance tests
+   nosetests tqdm -v --ignore 'tests_perf.py' \
+   || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install --skip-build
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2020-07-16 Thread Michał Górny
commit: 4fbde56e2572e0af3c23e2f36c94903b593f562d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 05:36:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 05:56:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbde56e

dev-python/simplejson: Bump to 3.17.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/simplejson-3.17.2.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index 757caacbbaf..6572589811d 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1 +1,2 @@
 DIST simplejson-3.17.0.tar.gz 83119 BLAKE2B 
979dbcb5d50aeb55fd1c16daa398ef915ee1f23ca25a84870a3132c265202d1cd253090157cdea179cecc6603618df293a28adeadc795238ec3ccfceda88ea0a
 SHA512 
383ee4fa3b2f378cd83152ba588ffbb620aa0e7cec80d3e3097edfb406a60e96afd6c5302a5b64adb710d3a52479c609873a2db7ab5756d7ca7a51412029e4c6
+DIST simplejson-3.17.2.tar.gz 83210 BLAKE2B 
1b9f97a43bfe84f1ad506713d81483ebcd4006d1174558b7a27373f99d014e23ed72a9ec2b2006e64760c61e1e500a4f1ea4547104e7f4c71ba51003df0a5052
 SHA512 
003b2fbcb3f8e0849bdbd958c78f8b470081d97527bef82306db77940c6734a1cbf3b5dcb0984d2f9c9d14aa525e7865a08e70a10971f8841e138f7ad6476e4a

diff --git a/dev-python/simplejson/simplejson-3.17.2.ebuild 
b/dev-python/simplejson/simplejson-3.17.2.ebuild
new file mode 100644
index 000..093a002c804
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.17.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="https://github.com/simplejson/simplejson 
https://pypi.org/project/simplejson/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest
+
+python_compile() {
+   if ! python_is_python3; then
+   local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+   fi
+   distutils-r1_python_compile
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-timeout/

2020-07-16 Thread Michał Górny
commit: 3cada3e7b0743d8f358f416eecd4d93fab98d0cf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 05:34:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 05:56:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cada3e7

dev-python/pytest-timeout: Bump to 1.4.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-timeout/Manifest |  1 +
 .../pytest-timeout/pytest-timeout-1.4.2.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytest-timeout/Manifest 
b/dev-python/pytest-timeout/Manifest
index fa27ed99f7b..7f13193f8dc 100644
--- a/dev-python/pytest-timeout/Manifest
+++ b/dev-python/pytest-timeout/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-timeout-1.3.4.tar.gz 12255 BLAKE2B 
c8991e0255a490048f43e1163d0315cb8fabfaf9d96deb476e2d59da7efce8c63da09b1e8e6f9d6f3fe82b3c6f67608b5e5db117e6378a041ca6e5ba9c71fc05
 SHA512 
29af25f3c3776d9ef63c6b7217ffc6b0cedd873b8cc96be742a642da84d12c8988bb9b409e00850246e554b21908d6fd2207692650b154cf6831f38c4395bc80
 DIST pytest-timeout-1.4.1.tar.gz 13804 BLAKE2B 
45e9bdf6eb39e706cac2c9484cd34a9f16096d71d0146251bef9591c35c269043c95e641bed40b25e3d2076fe29a5782363bf9130b331eb04c4e867b1e8f646b
 SHA512 
b62b090365c1cfe1a4d544b5645f828e451ec5229313c50a26ce04ba6cb203ff9ab487c61fb000af342f3d499e11f67aff5f84ff5b00328a129f1f39d4aabf28
+DIST pytest-timeout-1.4.2.tar.gz 15424 BLAKE2B 
b7ab91833e59af56ae50c066c14bb9b8ae9995d1586f35b29f107665d7da124828d7accc1b0149702f2973c61f18024739c68de736ae8aae6f55e8a10bf5d4ff
 SHA512 
3446ecdb5aaad5fbca12df4e7f4f40c6c1a12895d3ed9f3a3ee24800ce36deed3cb8c09a4cc72220c962b06f821cfd55bf7eebbca23664c56abf2d0e5bc8fbea

diff --git a/dev-python/pytest-timeout/pytest-timeout-1.4.2.ebuild 
b/dev-python/pytest-timeout/pytest-timeout-1.4.2.ebuild
new file mode 100644
index 000..516df2f00d5
--- /dev/null
+++ b/dev-python/pytest-timeout/pytest-timeout-1.4.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin to abort hanging tests"
+HOMEPAGE="https://pypi.org/project/pytest-timeout/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+# do not rdepend on pytest, it won't be used without it anyway
+# pytest-cov used to test compatibility
+BDEPEND="
+   test? (
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   distutils_install_for_testing
+
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tox/

2020-07-16 Thread Michał Górny
commit: 866dbe4fa999d8cd383f3484ae1b7562ba57002a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 05:37:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 05:56:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866dbe4f

dev-python/tox: Bump to 3.17.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/tox/Manifest  |  1 +
 dev-python/tox/tox-3.17.1.ebuild | 70 
 2 files changed, 71 insertions(+)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 2339bf7e4c4..86bc8e698dc 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -2,3 +2,4 @@ DIST tox-3.15.0.tar.gz 291890 BLAKE2B 
9c42c587332eafcfd02d2d8a42588af6253baf9f62
 DIST tox-3.15.2.tar.gz 293523 BLAKE2B 
a1a1c84a987d2b2e5194321405775ee3828b8e2c8dcd38c7e780a9d508b789a42f1880cffcecd68c50dfdc37008a4e9a117660fa2c732864c82af6c2eaf5a99e
 SHA512 
9448554452c79039289d2d2c05c974f451647329701372c3e4b154a0161fa768245c0068cd5e3f1221b4b51a07be806f7c66ab9d4ef83a3e8e5964e18b9cde85
 DIST tox-3.16.1.tar.gz 294080 BLAKE2B 
692ef3f498f78f239ecbb3f9ac5745462430a96bb67df7a732e5c5756d1b579c4ee8582d528d5eafddc7b19905057c01514cccaa42d7c1a442ac24cd531a656f
 SHA512 
83fefc4b82fb33adbf2ece9a6fd6ffaf27771ac6076af5d2939dcbf68f1dd88b8edd0a105b0ec86dc7ee37b127d27ed46748af61423811c7435d0093d2e8e1eb
 DIST tox-3.17.0.tar.gz 294481 BLAKE2B 
a4fe4c94616d003f348b2c4a58276a93887f479a3727fac3734f998071a03cd3c8da2e3b1c3bc27f0695b9d596c6d966e6c591506ce1b6ebbb5b0826c3dc20b7
 SHA512 
0a04b1fde7a8f7eaa24823bba59dc25c3bc48c7159866f85131bb55c0adb61d21e8c5bf88598fbbd09de58bdc51cd740d256802549e3566565af400ef7e1e95e
+DIST tox-3.17.1.tar.gz 294492 BLAKE2B 
1a2ed9a26ad366a1ae7343289b45a338a8d2a58c1b6df2aaf716a2e8bbcc1cbc797c70fb51665411cf1bb69243aa8415f7fb7c82d78afb2ffb7117e4ae75edad
 SHA512 
b084d4552609c90d006573dc95d46d0b27cf53c40a54465040e3c625b5d33eb19f95f3fa488439f11029e30ca414ce4e9ed6793a44072023826bc1f4398aaeeb

diff --git a/dev-python/tox/tox-3.17.1.ebuild b/dev-python/tox/tox-3.17.1.ebuild
new file mode 100644
index 000..499658c518d
--- /dev/null
+++ b/dev-python/tox/tox-3.17.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="virtualenv-based automation of test activities"
+HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox 
https://pypi.org/project/tox/;
+SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+# doc disabled because of missing deps in tree
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/filelock[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-1.1[${PYTHON_USEDEP}]
+   ' python3_{5,6,7} pypy3)
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/py[${PYTHON_USEDEP}]
+   >=dev-python/six-1.14[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]"
+# TODO: figure out how to make tests work without the package being
+# installed first.
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/flaky-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
+   dev-python/pathlib2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   =dev-python/tox-${PV}-${PR}[${PYTHON_USEDEP}]
+   )"
+
+src_prepare() {
+   distutils-r1_src_prepare
+
+   # broken without internet
+   sed -i -e 's:test_provision_non_canonical_dep:_&:' \
+   tests/unit/session/test_provision.py || die
+   sed -i -e 's:test_provision_interrupt_child:_&:' \
+   tests/integration/test_provision_int.py || die
+   # broken with our mock version (?)
+   sed -i -e 's:test_create_KeyboardInterrupt:_&:' \
+   tests/unit/test_venv.py || die
+   # broken with Gentoo Python layout
+   sed -i -e 's:test_tox_get_python_executable:_&:' \
+   -e 's:test_find_alias_on_path:_&:' \
+   tests/unit/interpreters/test_interpreters.py || die
+
+   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+}
+
+python_test() {
+   distutils_install_for_testing
+   pytest -vv --no-network || die "Testsuite failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Perl/

2020-07-16 Thread Kent Fredric
commit: 52f5b5f9e806be83477d3f150f62a7918f037e70
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 17 05:14:09 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 17 05:14:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f5b5f9

dev-perl/Data-Perl: Bump to version 0.2.11

- EAPI7
- Strip bad tests

Upstream:
- Add 'test' and 'tail' methods for Array

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Data-Perl/Data-Perl-0.2.11.ebuild | 37 ++
 dev-perl/Data-Perl/Manifest|  1 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Data-Perl/Data-Perl-0.2.11.ebuild 
b/dev-perl/Data-Perl/Data-Perl-0.2.11.ebuild
new file mode 100644
index 000..a6e0acd5d62
--- /dev/null
+++ b/dev-perl/Data-Perl/Data-Perl-0.2.11.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.002011
+inherit perl-module
+
+DESCRIPTION="Base classes wrapping fundamental Perl data types"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/Class-Method-Modifiers
+   dev-perl/List-MoreUtils
+   dev-perl/Module-Runtime
+   dev-perl/Role-Tiny
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-parent
+   dev-perl/strictures
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Test-Deep
+   dev-perl/Test-Fatal
+   dev-perl/Test-Output
+   )
+"
+PERL_RM_FILES=(
+   "t/author-pod-coverage.t"
+   "t/author-pod-syntax.t"
+)

diff --git a/dev-perl/Data-Perl/Manifest b/dev-perl/Data-Perl/Manifest
index 90bef274a44..eec15095176 100644
--- a/dev-perl/Data-Perl/Manifest
+++ b/dev-perl/Data-Perl/Manifest
@@ -1 +1,2 @@
 DIST Data-Perl-0.002009.tar.gz 23155 BLAKE2B 
1f8c1ba4353c26736b3473be2283df1e0a247150b842333010822f7e1d25ecdddea39ac7874ba79d777e4691eeac7257e40ae366ae0a3fae0747a205166c54de
 SHA512 
872eae53641b7ac19a8bcd4a6522475bf042463fbb8380a45481289c6792fa17cf4d52d146228acf089b9cff091413684fa5b39f67bc28f362a5d2eb85d1d01a
+DIST Data-Perl-0.002011.tar.gz 23235 BLAKE2B 
968461f3b23e51a3a0bbb33e0d6b5986e1288f300e511e8f05facfaee0e220424bba71466dff55ba7a4967098fe5f76eba3b6ebfde74610a7f54985cc5806f6d
 SHA512 
c55f0d5ba6141ef2a3fe02fc4258f4dbc9ae041e5b390dc626f297d68f4fafdafe5deef6ee282718927e101f7c2d93e913117fe754d5fc0c28d206b45e61b285



[gentoo-commits] repo/gentoo:master commit in: dev-python/subunit/, dev-python/subunit/files/

2020-07-16 Thread Michał Górny
commit: 29ac65577eb50cf7301f7605ac01a06ac2861bdf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 05:07:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 05:08:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ac6557

dev-python/subunit: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/subunit/Manifest|  1 -
 dev-python/subunit/files/1.0.0-tests.patch | 25 
 dev-python/subunit/subunit-1.2.0-r1.ebuild | 96 --
 3 files changed, 122 deletions(-)

diff --git a/dev-python/subunit/Manifest b/dev-python/subunit/Manifest
index 60d5b945c2b..cfcaf554695 100644
--- a/dev-python/subunit/Manifest
+++ b/dev-python/subunit/Manifest
@@ -1,2 +1 @@
-DIST subunit-1.2.0.tar.gz 460532 BLAKE2B 
7f8a459afc576efed8fbf271a9d2e175ae9de9dda68acb26322f222ac46f12fee5dece4cb2679fca608ba307a3692aa84b13d0e093606bd89a53c69b2081cd44
 SHA512 
f6559fd771ad0732985230d11a9a8326ef35c817b62d1f50dc332f0032f7b08559a46d2534983b7d3964e45682ac49b3e348581ee0983861390abcd4ec20459c
 DIST subunit-1.4.0.tar.gz 488022 BLAKE2B 
4c3a714d02eeed9420074c4e032778a69b716a5cad0079193533e9bc8c0f4576d70b165eb413203ce8a916ac28466e9f5a113d4a7746019d7d09409df9860bae
 SHA512 
5d2e3cb96c09067ef4595c86648f13330c810b19e39c0b35bc9546c57bee957ddcf5cad7b8e3f92bda9b54dcdbf175863e2f6ba94020f880230459be7afdbbcf

diff --git a/dev-python/subunit/files/1.0.0-tests.patch 
b/dev-python/subunit/files/1.0.0-tests.patch
deleted file mode 100644
index d83a1900cbe..000
--- a/dev-python/subunit/files/1.0.0-tests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -ur subunit-1.0.0.orig/python/subunit/tests/test_run.py 
subunit-1.0.0/python/subunit/tests/test_run.py
 python/subunit/tests/test_run.py   2014-11-18 16:59:26.0 +0800
-+++ python/subunit/tests/test_run.py   2015-03-26 13:25:19.193341069 +0800
-@@ -77,21 +77,6 @@
- exc = self.assertRaises(SystemExit, runner.list, None, loader=loader)
- self.assertEqual((2,), exc.args)
- 
--class FailingTest(TestCase):
--def test_fail(self):
--1/0
--
--def test_exits_zero_when_tests_fail(self):
--bytestream = io.BytesIO()
--stream = io.TextIOWrapper(bytestream, encoding="utf8")
--try:
--self.assertEqual(None, run.main(
--argv=["progName", 
"subunit.tests.test_run.TestSubunitTestRunner.FailingTest"],
--stdout=stream))
--except SystemExit:
--self.fail("SystemExit raised")
--self.assertThat(bytestream.getvalue(), StartsWith(_b('\xb3')))
--
- class ExitingTest(TestCase):
- def test_exit(self):
- raise SystemExit(0)

diff --git a/dev-python/subunit/subunit-1.2.0-r1.ebuild 
b/dev-python/subunit/subunit-1.2.0-r1.ebuild
deleted file mode 100644
index 69fe77e2dca..000
--- a/dev-python/subunit/subunit-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
-
-inherit distutils-r1 eutils ltprune multilib-minimal versionator
-
-DESCRIPTION="A streaming protocol for test results"
-HOMEPAGE="https://launchpad.net/subunit 
https://pypi.org/project/python-subunit/;
-SRC_URI="https://launchpad.net/${PN}/trunk/$(get_version_component_range 
1-2)/+download/${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
-   dev-python/extras[${PYTHON_USEDEP}]
-   dev-lang/perl:="
-
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}]
-   >=dev-util/cppunit-1.13.2[${MULTILIB_USEDEP}]
-   virtual/pkgconfig
-   test? (
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/testscenarios[${PYTHON_USEDEP}]
-   )"
-
-# Take out rogue & trivial failing tests that exit the suite before it even 
gets started
-# The removed class in fact works fine in py3 and fails with py2.7 & pupu
-# The setu to restrict this patch is just those 2 is not worth it.
-PATCHES=( "${FILESDIR}"/1.0.0-tests.patch )
-
-src_prepare() {
-   sed -i -e 's/os.chdir(os.path.dirname(__file__))//' setup.py || die
-
-   # Install perl modules in vendor_perl, bug 534654.
-   export INSTALLDIRS=vendor
-
-   # needed for perl modules
-   distutils-r1_src_prepare
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   econf \
-   --enable-shared \
-   $(use_enable static-libs static)
-}
-
-multilib_src_compile() {
-   default
-   multilib_is_native_abi && distutils-r1_src_compile
-}
-

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Page/

2020-07-16 Thread Kent Fredric
commit: ec25fb10e5943f1a54f7582c307525dbf0add9d1
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jul 17 04:55:01 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jul 17 04:56:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec25fb10

tdev-perl/Data-Page: Bump to version 2.30.0

- EAPI7
- Parallel tests

Upstream:
- Repackage code with dzil

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Data-Page/Data-Page-2.30.0.ebuild | 28 
 dev-perl/Data-Page/Manifest|  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild 
b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
new file mode 100644
index 000..6e031b23611
--- /dev/null
+++ b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.03
+inherit perl-module
+
+DESCRIPTION="help when paging through sets of results"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Class-Accessor-Chained
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   dev-perl/Test-Exception
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/Data-Page/Manifest b/dev-perl/Data-Page/Manifest
index 95ea7e7b7de..848cffb4610 100644
--- a/dev-perl/Data-Page/Manifest
+++ b/dev-perl/Data-Page/Manifest
@@ -1 +1,2 @@
 DIST Data-Page-2.02.tar.gz 8189 BLAKE2B 
95aa0f6fb7f164e55cef63e045c6771db8ef46a23e56bd0049de6a6205e6dbdebac441e140005e5ed21899548d014d2d543dfa19b43e93eb04c275083fff8d86
 SHA512 
22b5b8b80672bfd20a1552ee9d41e5150262eb37be6d903d67465be472d1802668ac898b9172b76fe2747f25ff9ad2025257b215f763f2ba5793abb46eb2343f
+DIST Data-Page-2.03.tar.gz 28899 BLAKE2B 
33206a80811ab6ad1827885e1b4184d4a34fc158eaab97883298e60f46683afa6408c7200d2bd5e9317bd19770eac66b312c16ad5888cb68816227cd7857e2f0
 SHA512 
5c0c411e8b03163b2b88b7ab6432def0ddcce48987e98868897e89d0220665537f23d9a56b6d544a5c6fb67f615a2db582764ebcaa612cb2a8906ba660fc3c59



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-07-16 Thread Michał Górny
commit: 9e488a84a6abd1c9cb7e40e778962d81b55e26e4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 04:42:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 04:42:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e488a84

xfce-base/libxfce4util: Bump to 4.15.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 36a8697406f..122b219ca32 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,4 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
 DIST libxfce4util-4.15.0.tar.bz2 516074 BLAKE2B 
67ba9d34c850d057012a4a2c76acce55e3afd606ab379eadc6873a62651affd69cb5d2ecd6be5e03f11b81d7bdb9ff43e39b04886f9c2c214b898b7b0dcf6b09
 SHA512 
f47194c999d5c4b0fd44abf392ea40ea2c3f07064e15b900821e30adc58c791e533ae2df20927037bad9db5e94981621716c743522b6daad579badd0094cffaf
 DIST libxfce4util-4.15.1.tar.bz2 520249 BLAKE2B 
94a2d84d5e930cb590b87cd27d2a68e8a2d885fc783b9939adbb1af364cf84a0f2663920de5ae697e31e27c53f5665891733546d3e27e5f8cc01a56d9499ea03
 SHA512 
813269669df3b6b3d99f83142b4e0fbbc884306e467a3de34cd7e26e2dbe67e8cef769cab165e5f68838ead3ebd0d3895cc58e515c8e253b52a512298690acbf
+DIST libxfce4util-4.15.2.tar.bz2 520639 BLAKE2B 
ff08a4608bcf6ac854961c1753c531680bff5ba62e7103ffb1cab9c6132db9f07e1dfcf86e24dd7d492e42e6316931f1979567d304339678d3f7826e4e3f875d
 SHA512 
1d244cee684229eacb9effc64f214899c1b449dbadabc422900a25a8870c98365c800d80edf9c252877c4d66d94394127195d3cbe4472493658e0f547c153812

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild
new file mode 100644
index 000..dd5b8e34dae
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xmlschema/

2020-07-16 Thread Michał Górny
commit: 2c918681e933188558097cc8e260e54a76e25796
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 04:46:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 04:46:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c918681

dev-python/xmlschema: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xmlschema/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/xmlschema/metadata.xml 
b/dev-python/xmlschema/metadata.xml
index 266e3f19ca5..e59516686a4 100644
--- a/dev-python/xmlschema/metadata.xml
+++ b/dev-python/xmlschema/metadata.xml
@@ -4,4 +4,5 @@

pyt...@gentoo.org

+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/xmlschema/

2020-07-16 Thread Michał Górny
commit: 48eb4cf5efaeafca4a050ca2e536fb773b9c6562
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 04:48:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 04:48:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48eb4cf5

dev-python/xmlschema: Stabilize 1.2.0 ALLARCHES, #731644

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/xmlschema/xmlschema-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xmlschema/xmlschema-1.2.0.ebuild 
b/dev-python/xmlschema/xmlschema-1.2.0.ebuild
index c1cf342a10c..41b1690b4c7 100644
--- a/dev-python/xmlschema/xmlschema-1.2.0.ebuild
+++ b/dev-python/xmlschema/xmlschema-1.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] proj/portage:master commit in: lib/portage/tests/util/futures/, lib/portage/, lib/portage/util/_dyn_libs/, ...

2020-07-16 Thread Michał Górny
commit: 27378ccf8e497f6d5d938470db8a9caacba176ab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 16 19:04:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 04:27:19 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=27378ccf

Clean up more py2 conditional code

Closes: https://github.com/gentoo/portage/pull/575
Reviewed-by: Zac Medico  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>

 lib/portage/cache/anydbm.py|  4 +-
 lib/portage/cache/mappings.py  | 45 ++
 lib/portage/cache/sql_template.py  |  5 +-
 lib/portage/cache/template.py  | 12 ++---
 lib/portage/elog/messages.py   |  3 +-
 lib/portage/output.py  |  3 +-
 lib/portage/package/ebuild/config.py   | 11 +
 .../util/futures/asyncio/test_subprocess_exec.py   |  4 --
 lib/portage/tests/util/futures/test_retry.py   |  2 -
 lib/portage/tests/util/test_socks5.py  | 16 ++-
 lib/portage/util/__init__.py   | 53 +-
 lib/portage/util/_dyn_libs/NeededEntry.py  | 10 
 lib/portage/util/digraph.py|  3 --
 lib/portage/util/listdir.py|  2 -
 lib/portage/util/whirlpool.py  | 25 +-
 lib/portage/xpak.py|  2 -
 16 files changed, 52 insertions(+), 148 deletions(-)

diff --git a/lib/portage/cache/anydbm.py b/lib/portage/cache/anydbm.py
index 88d85b0da..121a4eaf2 100644
--- a/lib/portage/cache/anydbm.py
+++ b/lib/portage/cache/anydbm.py
@@ -112,5 +112,5 @@ class database(fs_template.FsBased):
self.__db.sync()
self.__db.close()
 
-   if sys.hexversion >= 0x300:
-   items = iteritems
+   # TODO: do we need iteritems()?
+   items = iteritems

diff --git a/lib/portage/cache/mappings.py b/lib/portage/cache/mappings.py
index 0432fdf60..0adecde4a 100644
--- a/lib/portage/cache/mappings.py
+++ b/lib/portage/cache/mappings.py
@@ -25,9 +25,6 @@ class Mapping(object):
def __iter__(self):
return iter(self.keys())
 
-   def keys(self):
-   return list(self.__iter__())
-
def __contains__(self, key):
try:
value = self[key]
@@ -46,12 +43,6 @@ class Mapping(object):
for _, v in self.items():
yield v
 
-   def values(self):
-   return [v for _, v in self.iteritems()]
-
-   def items(self):
-   return list(self.iteritems())
-
def get(self, key, default=None):
try:
return self[key]
@@ -64,10 +55,10 @@ class Mapping(object):
def __len__(self):
return len(list(self))
 
-   if sys.hexversion >= 0x300:
-   items = iteritems
-   keys = __iter__
-   values = itervalues
+   # TODO: do we need to keep iter*?
+   items = iteritems
+   keys = __iter__
+   values = itervalues
 
 class MutableMapping(Mapping):
"""
@@ -184,8 +175,8 @@ class UserDict(MutableMapping):
def clear(self):
self.data.clear()
 
-   if sys.hexversion >= 0x300:
-   keys = __iter__
+   keys = __iter__
+
 
 class ProtectedDict(MutableMapping):
"""
@@ -234,8 +225,8 @@ class ProtectedDict(MutableMapping):
def __contains__(self, key):
return key in self.new or (key not in self.blacklist and key in 
self.orig)
 
-   if sys.hexversion >= 0x300:
-   keys = __iter__
+   keys = __iter__
+
 
 class LazyLoad(Mapping):
"""
@@ -271,8 +262,8 @@ class LazyLoad(Mapping):
self.pull = None
return key in self.d
 
-   if sys.hexversion >= 0x300:
-   keys = __iter__
+   keys = __iter__
+
 
 _slot_dict_classes = weakref.WeakValueDictionary()
 
@@ -328,9 +319,6 @@ def slot_dict_class(keys, prefix="_val_"):
l += 1
return l
 
-   def keys(self):
-   return list(self)
-
def iteritems(self):
prefix = self._prefix
for k in self.allowed_keys:
@@ -339,16 +327,10 @@ def slot_dict_class(keys, prefix="_val_"):
except AttributeError:
pass
 
-   def items(self):
-   return list(self.iteritems())
-
def itervalues(self):
for k, v in self.iteritems():
yield v
 
-   def 

[gentoo-commits] repo/gentoo:master commit in: dev-python/jedi/

2020-07-16 Thread Matt Turner
commit: 2a5c256d844538978770bb4197699c48c1c851b4
Author: Florian Schmaus  geekplace  eu>
AuthorDate: Tue Jun  2 08:48:43 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:18:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5c256d

dev-python/jedi: correct parso dependency

Jedi 0.17.1 requires parso >= 0.7.0.

Closes: https://bugs.gentoo.org/725984
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Florian Schmaus  geekplace.eu>
Closes: https://github.com/gentoo/gentoo/pull/16048
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/jedi/{jedi-0.17.1.ebuild => jedi-0.17.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jedi/jedi-0.17.1.ebuild 
b/dev-python/jedi/jedi-0.17.1-r1.ebuild
similarity index 97%
rename from dev-python/jedi/jedi-0.17.1.ebuild
rename to dev-python/jedi/jedi-0.17.1-r1.ebuild
index 00e52e0a540..59126ef7f00 100644
--- a/dev-python/jedi/jedi-0.17.1.ebuild
+++ b/dev-python/jedi/jedi-0.17.1-r1.ebuild
@@ -25,7 +25,7 @@ LICENSE="MIT
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
-RDEPEND=">=dev-python/parso-0.5.2[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/parso-0.7.0[${PYTHON_USEDEP}]"
 
 distutils_enable_sphinx docs \
dev-python/sphinx_rtd_theme



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/

2020-07-16 Thread Matt Turner
commit: 6e1b46695e785d92cae23d0679f7cd5e37639461
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Jul 16 11:55:49 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1b4669

dev-python/spyder: version bump

Closes: https://bugs.gentoo.org/722508
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/spyder/Manifest|   2 +
 dev-python/spyder/spyder-4.1.4.ebuild | 154 ++
 2 files changed, 156 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index dce04209ea3..ee13c39ed1f 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,2 +1,4 @@
 DIST spyder-4.1.3.tar.gz 11610111 BLAKE2B 
5cc25a6a8c6609dcec8e5e0d4beddfa582b2f632a4d1c61ef68e68e82f3cbc2b29694ddc7cdda216e4a8143254e6c1cca1e817a3f72be324671ff0196f3f0842
 SHA512 
0d0568c500c5b153bcd0073897eaf4e526e62bbc82c4a795683185cdac86f00c24d3b2efaa1f6bcd2f60305e387cda46bb732fbeaf21391e9d80ca4b18787b7e
+DIST spyder-4.1.4.tar.gz 11699453 BLAKE2B 
208ba4f32fa548ef8478d72c046e70ba43a2fccd2040629af03f7f56c379ebefa1e90594054f15a92aebdd14307d001c68ee5e6d2401a841e408c4af42436c33
 SHA512 
8a5f63b11648002838e0b4e5427b1c7cf9cbe4a4fd20af7e33e5e789cddaf6393bb7200bfacf8c7af19d723f12d99d2e962a769706b806335f7146ddd6853735
+DIST spyder-docs-0d5afe26b8e28f3eb9f36f4ec3828bf8375c339e.tar.gz 29749238 
BLAKE2B 
9cf655c2a6fdf84278eaeb2e6f13c92eb4e585f213fd4f164a2707bc3cf8cb8abaaa213c5e781414fb0eecb3cf26b1f1708b394cd1ca12fa353ccbdd33f01dcb
 SHA512 
8ed005cbfc32d7c68cf633790446d5d271f4d38ad190c09b2bcfd3ee96f24af5443d911bcdea90dc6ad94c5dab78437b9db02d0d4a7ceb9afa37a31e4bad24ae
 DIST spyder-docs-6abac0ce8be017c6ecfb2b451700bf5b0e4c36dd.tar.gz 15821929 
BLAKE2B 
843510c87dc9ca616a6114159445894d2f4728201a93f424131f2524c8bc833d1b1540740d1e7cf473c4aed501cce775a073a9ee8748fe29b4193c927da70820
 SHA512 
c9161a7dc4bdef8e9a1ebe84ee7cc01fb9083965b54fc421d006a999ff753485c3d4a615e9646a6be47826663a64dc9af7f442dc2e4c81283c6eb5de55a8a3a9

diff --git a/dev-python/spyder/spyder-4.1.4.ebuild 
b/dev-python/spyder/spyder-4.1.4.ebuild
new file mode 100644
index 000..18485591415
--- /dev/null
+++ b/dev-python/spyder/spyder-4.1.4.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_7 )
+
+inherit eutils xdg distutils-r1 virtualx
+
+# Commit of documentation to fetch
+DOCS_PV="0d5afe26b8e28f3eb9f36f4ec3828bf8375c339e"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Tests succeed, but freezes at the end, installation does not continue
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/cloudpickle-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/diff-match-patch-2018[${PYTHON_USEDEP}]
+   dev-python/intervaltree[${PYTHON_USEDEP}]
+   >=dev-python/ipython-4.0[${PYTHON_USEDEP}]
+   ~dev-python/jedi-0.17.1[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   >=dev-python/nbconvert-4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.6.0[${PYTHON_USEDEP}]
+   ~dev-python/parso-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/pylint-1.0[${PYTHON_USEDEP}]
+   >=dev-python/python-language-server-0.34.0[${PYTHON_USEDEP}]
+   =dev-python/pyxdg-0.26[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/qdarkstyle-2.8[${PYTHON_USEDEP}]
+   >=dev-python/qtawesome-0.5.7[${PYTHON_USEDEP}]
+   >=dev-python/qtconsole-4.6.0[${PYTHON_USEDEP}]
+   >=dev-python/QtPy-1.5.0[${PYTHON_USEDEP},svg,webengine]
+   >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}]
+   >=dev-python/spyder-kernels-1.9.2[${PYTHON_USEDEP}]
+   =spyder-4.0.0 at the moment
+   # optfeature "The autopep8 plugin" dev-python/spyder-autopep8
+   optfeature "Vim key bindings" dev-python/spyder-vim
+   optfeature "Unittest support" dev-python/spyder-unittest
+   optfeature "Jupyter notebook support" dev-python/spyder-notebook
+   optfeature "System terminal inside spyder" 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pep8/

2020-07-16 Thread Matt Turner
commit: 3dd24110d8e33776ac12cf18b3d368bdb4000e16
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 18:56:01 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd24110

dev-python/pep8: add py3_8 rem py2,py3_6

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pep8/pep8-1.7.1-r1.ebuild | 28 
 1 file changed, 28 insertions(+)

diff --git a/dev-python/pep8/pep8-1.7.1-r1.ebuild 
b/dev-python/pep8/pep8-1.7.1-r1.ebuild
new file mode 100644
index 000..66396c091a9
--- /dev/null
+++ b/dev-python/pep8/pep8-1.7.1-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker"
+HOMEPAGE="https://github.com/PyCQA/pep8 https://pypi.org/project/pep8/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # AssertionError: 7 is not false : 7 failure(s)
+   sed -i -e 's:test_checkers_testsuite:_&:' \
+   testsuite/test_all.py || die
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cache/

2020-07-16 Thread Matt Turner
commit: baafeb566a0feb3b5274d2c5aca5875f8a74974e
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 18:53:37 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baafeb56

dev-python/pytest-cache: add py3_8,9 rem py2,3_6

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pytest-cache/pytest-cache-1.0-r3.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/dev-python/pytest-cache/pytest-cache-1.0-r3.ebuild 
b/dev-python/pytest-cache/pytest-cache-1.0-r3.ebuild
new file mode 100644
index 000..32f786371d3
--- /dev/null
+++ b/dev-python/pytest-cache/pytest-cache-1.0-r3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="mechanisms for caching across test runs"
+HOMEPAGE="https://pypi.org/project/pytest-cache/
+   https://bitbucket.org/hpk42/pytest-cache/
+   https://pythonhosted.org/pytest-cache/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/execnet[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+   "
+
+# https://bitbucket.org/hpk42/pytest-cache/issues/12
+RESTRICT=test
+
+python_test() {
+   PYTEST_PLUGINS="pytest_cache" py.test -v -v || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydocstyle/

2020-07-16 Thread Matt Turner
commit: f9c2c228814b6f75832727ca6d6dbd7bbfe082a2
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 18:58:13 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c2c228

dev-python/pydocstyle: add py3_8, rem py3_6

py3_9 still missing on deps (too many for me bump atm)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pydocstyle/pydocstyle-5.0.2-r1.ebuild | 38 
 1 file changed, 38 insertions(+)

diff --git a/dev-python/pydocstyle/pydocstyle-5.0.2-r1.ebuild 
b/dev-python/pydocstyle/pydocstyle-5.0.2-r1.ebuild
new file mode 100644
index 000..1887ba0bb24
--- /dev/null
+++ b/dev-python/pydocstyle/pydocstyle-5.0.2-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Python docstring style checker"
+HOMEPAGE="https://github.com/PyCQA/pydocstyle/;
+SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/snowballstemmer[${PYTHON_USEDEP}]"
+
+DEPEND="test? (
+   dev-python/pytest-pep8[${PYTHON_USEDEP}]
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/tox[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
+# Requires network to lookup github issues
+#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme 
dev-python/sphinxcontrib-issuetracker
+
+src_prepare() {
+   default
+
+   # These tests call pip.
+   # pip install fails because we are not allowed to do that inside an 
ebuild.
+   rm "${S}/src/tests/test_integration.py" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rope/

2020-07-16 Thread Matt Turner
commit: f8cf46d2352ce9fff6427f6ce806af7e615bab07
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 18:57:06 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cf46d2

dev-python/rope: vers bump, add py3_8 rem py3_6

tests fail with py3_9 :(

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/rope/Manifest   |  1 +
 dev-python/rope/rope-0.17.0.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
index fda0302a1dd..07462bd09e8 100644
--- a/dev-python/rope/Manifest
+++ b/dev-python/rope/Manifest
@@ -1 +1,2 @@
 DIST rope-0.16.0.tar.gz 243304 BLAKE2B 
2c41572687ef245eb20abfccebcc9f12ecaa177be313cec59c85be5102b7358566570730a7140f952b0a1c515b479c3d21740d32d4678e65c4c572acf86f4e27
 SHA512 
33ba57b246337e413126309a521c54e861899b03fd250e148b97d9789cddf6eceab36609ea6e36e84ad1ac514bc3363f4937b01bcb96b6103c2a33bec1d4fb75
+DIST rope-0.17.0.tar.gz 248629 BLAKE2B 
7c9276b5f400dfa9661f81d365eac150a124620824d400131d5da7361475e5a2d548c8b53a88e61e7ae6e483a47c8ca4b8ca773235e209e8c6fb47b0088327fd
 SHA512 
c27a17fdf73ed0ae85fe417132acd999452ae88a7b779d84fdf73134094fd34510ae08017dc24ddd7c34cb70353b5a43021229b88819002371790e7717b8ae46

diff --git a/dev-python/rope/rope-0.17.0.ebuild 
b/dev-python/rope/rope-0.17.0.ebuild
new file mode 100644
index 000..c5d96a7c391
--- /dev/null
+++ b/dev-python/rope/rope-0.17.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python refactoring library"
+HOMEPAGE="https://github.com/python-rope/rope;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="doc"
+
+# Dependency for docbuild documentation which is not noted in
+# setup.py, using standard docutils builds docs successfully.
+DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_compile_all() {
+   if use doc; then
+   pushd docs > /dev/null || die
+   mkdir build || die
+   local i
+   for i in ./*.rst; do
+   rst2html.py $i > ./build/${i/rst/html} || die
+   done
+   popd > /dev/null || die
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/wurlitzer/

2020-07-16 Thread Matt Turner
commit: 2d30afd0e43af530cd288d7926cbeb6146a9d794
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Jul 16 11:54:09 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d30afd0

dev-python/wurlitzer: minor version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/wurlitzer/Manifest   |  1 +
 dev-python/wurlitzer/wurlitzer-2.0.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/wurlitzer/Manifest b/dev-python/wurlitzer/Manifest
index 03996c2f8cd..ff37e88f7be 100644
--- a/dev-python/wurlitzer/Manifest
+++ b/dev-python/wurlitzer/Manifest
@@ -1 +1,2 @@
 DIST wurlitzer-2.0.0.tar.gz 10203 BLAKE2B 
526f1fa1cf2f257c126a4f2c67b27b373b23e113552e72372029ab69a6b629d9453c39feac083c1376e3996a44af8ad823d1ca119515b420d9fefbbf326da38e
 SHA512 
5cafdf84e47e6d18074f6ed3af6bab2eaa1f5cfd3d658ea02a49d387127e9a9101de05c864480af42f5a7650cc47e0a218e822912a4ba3ef826e71206dd2f3e9
+DIST wurlitzer-2.0.1.tar.gz 10638 BLAKE2B 
e5350a3920ae072f93a0043ec368766d8e190558b3e897e68b272b06d0d6ff7907f2aeecfd41a99b54804a596ad9f7d7062995a5c465724a2b87419ee801daa3
 SHA512 
06f67b666c2a364b5ee497fa2f0ab8640aeb2953b678e35b13e1558ab29bc5554f479731f9942d8f033275f5151bb9f86408e0f04b1120bae0f29b27649d783c

diff --git a/dev-python/wurlitzer/wurlitzer-2.0.1.ebuild 
b/dev-python/wurlitzer/wurlitzer-2.0.1.ebuild
new file mode 100644
index 000..f920b819d1d
--- /dev/null
+++ b/dev-python/wurlitzer/wurlitzer-2.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Capture C-level stdout/stderr in Python"
+HOMEPAGE="https://github.com/minrk/wurlitzer 
https://pypi.org/project/wurlitzer;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   pytest -vv test.py || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2020-07-16 Thread Matt Turner
commit: 904fea0f8d69841f4607dc1749b21945c4473bc0
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 18:52:10 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904fea0f

dev-python/qdarkstyle: add py3_9

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
index 9e29ded805c..2e031c10132 100644
--- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ujson/

2020-07-16 Thread Matt Turner
commit: cf2a012c80f1413c1a671beede235a5efe461a71
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 19:00:35 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2a012c

dev-python/ujson: add py3_9

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/ujson/ujson-1.35-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ujson/ujson-1.35-r1.ebuild 
b/dev-python/ujson/ujson-1.35-r1.ebuild
index 4a266318bd2..e2968cdabfa 100644
--- a/dev-python/ujson/ujson-1.35-r1.ebuild
+++ b/dev-python/ujson/ujson-1.35-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-kernels/

2020-07-16 Thread Matt Turner
commit: 082c3a93354c34b104c316dceaf2e968d5e48bd6
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Jul 16 11:55:23 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082c3a93

dev-python/spyder-kernels: version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels/spyder-kernels-1.9.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index de07f23cd2b..58b1504d659 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1 +1,2 @@
 DIST spyder-kernels-1.9.1-gh.tar.gz 71106 BLAKE2B 
f6ccabb86d0b594c586215ffcd55697aaeca6b038178a4715df206dd77676e75e6e51d1de799d5d5d1e07cd935dc4bcf2c7c7d50417813391ea3b655bfa910b6
 SHA512 
856931663f7d3e964831e96bce8c3b6ea81596604dc5f53be132a536612c63d98e6b3862d4153c5ea64e6dee5cb1e27156d30b94edd7b7010ba7c6596ed6e5b1
+DIST spyder-kernels-1.9.2-gh.tar.gz 72034 BLAKE2B 
c6ba0f911ecc7ae000ef57605276cf7a089580d78d0b9ba5b4a667f493754d0956690a8ee14e3e5031cec0407915ee4c8526e815a2226a7d50cc849cb414
 SHA512 
f7aab11bcfc746d56d67c28162ebadc5d583f0e05a5dda27ec30f5ac37f736c1f8d785371b5080bb19b964087d6c730d5f377c29781b7bd7bee273ec533799d9

diff --git a/dev-python/spyder-kernels/spyder-kernels-1.9.2.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-1.9.2.ebuild
new file mode 100644
index 000..5f51d2e2363
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-1.9.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}-gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/cloudpickle[${PYTHON_USEDEP}]
+   >=dev-python/ipykernel-5.1.3[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+DEPEND="test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # assert False
+   sed -i -e 's:test_dask_multiprocessing:_&:' \
+spyder_kernels/console/tests/test_console_kernel.py || die
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/helpdev/

2020-07-16 Thread Matt Turner
commit: 2805ae78f536b871bb830f5939f833208053d30c
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 18:51:19 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2805ae78

dev-python/helpdev: version bump 0.7.1, add py3_8,9

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/16540
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/helpdev/Manifest |  1 +
 dev-python/helpdev/helpdev-0.7.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/helpdev/Manifest b/dev-python/helpdev/Manifest
index 6cd8d947b85..cf681794eb1 100644
--- a/dev-python/helpdev/Manifest
+++ b/dev-python/helpdev/Manifest
@@ -1 +1,2 @@
 DIST helpdev-0.6.10.tar.gz 12864 BLAKE2B 
f022e4a76b8f416e806bc11c11c27e4ee1c2a92cdc2a19561d2e8c0de60027eb03ae6696d968f7dcd803d2a9935c4ee9b3a0f8248f4cb8ca2afb13ff58d8be46
 SHA512 
6bdd51e573ec656de12e5b4c17e0de7c2cbfc26e696bb6f62eacd148fecde1c8c239879a9d44f8a30b12d744ab40e225799fe6176805d676cecabcbee6c1e4ff
+DIST helpdev-0.7.1.tar.gz 51575 BLAKE2B 
b780513c8b7af12296c003360c5805e8414e5c82fe459ab1e4ccaf68c9f029c817a6cb86535d26ad0143ea7dc60fb86126f6d87d4a84e85a9b29a9dbe651e2c8
 SHA512 
ba0af843617c7cc69aae2bfe88d437e90df14afa90dd0a76c0e7c1062f03963270514ff7653c859a70caec0cde3cc3f18ca87573fdb6a1d5e2fd5874cc24e59e

diff --git a/dev-python/helpdev/helpdev-0.7.1.ebuild 
b/dev-python/helpdev/helpdev-0.7.1.ebuild
new file mode 100644
index 000..48dabc7184c
--- /dev/null
+++ b/dev-python/helpdev/helpdev-0.7.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Helping users and developers to get information about the 
environment"
+HOMEPAGE="https://gitlab.com/dpizetta/helpdev;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
python3_{6,7,8} )
+   dev-python/psutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/qtsass/

2020-07-16 Thread Matt Turner
commit: 84dff4c0909f365e7c99887a468b66b1e676d86a
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 18:51:52 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84dff4c0

dev-python/qtsass: add py3_9

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/qtsass/qtsass-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qtsass/qtsass-0.3.0.ebuild 
b/dev-python/qtsass/qtsass-0.3.0.ebuild
index 16dcf1fd720..55b1d70e7d7 100644
--- a/dev-python/qtsass/qtsass-0.3.0.ebuild
+++ b/dev-python/qtsass/qtsass-0.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-issuetracker/

2020-07-16 Thread Matt Turner
commit: 7951b3a633cca194bdfb42ebb6862f5815ebb489
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 19:33:55 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7951b3a6

dev-python/sphinxcontrib-issuetracker: add py3_7,8,9

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 .../sphinxcontrib-issuetracker-0.11-r2.ebuild  | 37 --
 1 file changed, 13 insertions(+), 24 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r2.ebuild
 
b/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r2.ebuild
index 5c20acaa206..cd4654d3001 100644
--- 
a/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r2.ebuild
+++ 
b/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 
@@ -14,20 +14,27 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
+
+# ImportError: cannot import name 'SphinxStandaloneReader'
+RESTRICT="test"
 
 RDEPEND="
dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]"
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
 DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
 
+distutils_enable_tests pytest
+# KeyError: 'refdomain' with sphinx-1
+# AttributeError: 'Sphinx' object has no attribute 'add_description_unit' with 
sphinx>1
+#distutils_enable_sphinx doc
+
 python_prepare_all() {
# test requires network access (bug #425694)
rm tests/test_builtin_trackers.py || die
@@ -36,27 +43,9 @@ python_prepare_all() {
# and virtualx.eclass.
rm tests/test_stylesheet.py || die
 
-   # Avoid redundant objects.inv from downloading, sed more lightweight
-   if use doc; then
-   sed -e "s:^intersphinx_mapping:#intersphinx_mapping:" \
-   -e "s:^   'sphinx':#:" \
-   -i doc/conf.py || die
-   fi
-
distutils-r1_python_prepare_all
 }
 
-python_compile_all() {
-   if use doc; then
-   emake -C doc html
-   HTML_DOCS=( doc/_build/html/. )
-   fi
-}
-
-python_test() {
-   py.test || die
-}
-
 python_install_all() {
distutils-r1_python_install_all
find "${ED}" -name '*.pth' -delete || die



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-language-server/

2020-07-16 Thread Matt Turner
commit: f122271d6bcc2527b8ee20c73a09dd3a26edd489
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 19:34:24 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f122271d

dev-python/python-language-server: version bump 0.34.1

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/python-language-server/Manifest |  1 +
 .../python-language-server-0.34.1.ebuild   | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/python-language-server/Manifest 
b/dev-python/python-language-server/Manifest
index d4580b44f3f..6b74797dda2 100644
--- a/dev-python/python-language-server/Manifest
+++ b/dev-python/python-language-server/Manifest
@@ -1,2 +1,3 @@
 DIST python-language-server-0.31.10.tar.gz 66009 BLAKE2B 
9c5de5ab3d3e75273f4039ef11a7a94e14acc2b28a8a1b08fd664d24464e41a3c00b49e6937b8e6479028a382805502c27dfeeccc06d6daf0b848e4809d98058
 SHA512 
2f922fff1b88c197314816e5d749cd1d1148ce00ab3eeadbefe45a71fd1f521bce386be9494d882a4d1b001a9797a5b31e42c6a4637dd0343eba419b9fccc6e6
 DIST python-language-server-0.32.0.tar.gz 67137 BLAKE2B 
83611541c36ab70ab16fd3814a198280dfbb878cb8982625855e102bcd76fb605961fccd7efbb099f3f7b4dc7f974f12a5e064170140880eb5b9cd0a71702e9a
 SHA512 
7c4a6de3998f7a09cca18530e0803629924b26eaec4f1a1a4001996c680fcf35195052013f390569b0f79da94000ec86f92e9d68215dff53018080567e28ca0f
+DIST python-language-server-0.34.1.tar.gz 70238 BLAKE2B 
55ec41875907bb6c09f682c8ce6165e7e2fab5d03c3d4758bcbe658968a7f0316a472efe68ddd87872b0e2d34908c8a7e9528aa5eec6d3359b2565a2cbbc
 SHA512 
12404753f4271ec3606cee535ba8e886037bf0c61cc5c4415358066be837e2248f6393124340551387cba7351dee924b4f5ebc9c4e35b1ab0943067968967a90

diff --git 
a/dev-python/python-language-server/python-language-server-0.34.1.ebuild 
b/dev-python/python-language-server/python-language-server-0.34.1.ebuild
new file mode 100644
index 000..e3eac548d08
--- /dev/null
+++ b/dev-python/python-language-server/python-language-server-0.34.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_7 )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit eutils distutils-r1
+
+DESCRIPTION="An implementation of the Language Server Protocol for Python"
+HOMEPAGE="https://github.com/palantir/python-language-server;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-python/versioneer[${PYTHON_USEDEP}]"
+
+RDEPEND="
+   >=dev-python/jedi-0.17.0[${PYTHON_USEDEP}]
+   =dev-python/python-jsonrpc-server-0.3.2[${PYTHON_USEDEP}]
+   ~dev-python/ujson-1.35[${PYTHON_USEDEP}]
+"
+
+DEPEND="test? (
+   dev-python/autopep8[${PYTHON_USEDEP}]
+   >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   =dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
+   dev-python/pyflakes[${PYTHON_USEDEP}]
+   dev-python/pylint[${PYTHON_USEDEP}]
+   dev-python/QtPy[testlib,${PYTHON_USEDEP}]
+   >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
+   dev-python/yapf[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # remove pytest-cov dependencie
+   sed -i -e '16,18d' setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}
+
+pkg_postinst() {
+   elog "To get additional features, optional runtime dependencies may be 
installed:"
+   optfeature "Automatically formats Python code to conform to the PEP 8 
style guide" dev-python/autopep8
+   optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
+   optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
+   optfeature "Python style guide checker (fka pep8)" 
dev-python/pycodestyle
+   optfeature "Python docstring style checker" dev-python/pydocstyle
+   optfeature "Passive checker for Python programs" dev-python/pyflakes
+   optfeature "Python code static checker" dev-python/pylint
+   optfeature "Python refactoring library" dev-python/rope
+   optfeature "A formatter for Python files" dev-python/yapf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/libsass/

2020-07-16 Thread Matt Turner
commit: 0f007db4b60f690da39abc842a19f9486b49a0cc
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 18:51:39 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f007db4

dev-python/libsass: add py3_9

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/libsass/libsass-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libsass/libsass-0.20.0.ebuild 
b/dev-python/libsass/libsass-0.20.0.ebuild
index 6ae285a36e2..b745260bad6 100644
--- a/dev-python/libsass/libsass-0.20.0.ebuild
+++ b/dev-python/libsass/libsass-0.20.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-pep8/

2020-07-16 Thread Matt Turner
commit: a7a19400c46fa09e8cc70e79140a5ffe5a3cadb9
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 18:55:05 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a19400

dev-python/pytest-pep8: add py3_8 rem py2,3_6

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pytest-pep8/pytest-pep8-1.0.6-r2.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/dev-python/pytest-pep8/pytest-pep8-1.0.6-r2.ebuild 
b/dev-python/pytest-pep8/pytest-pep8-1.0.6-r2.ebuild
new file mode 100644
index 000..141399f020e
--- /dev/null
+++ b/dev-python/pytest-pep8/pytest-pep8-1.0.6-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} pypy3 )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="pytest plugin to check PEP8 requirements"
+HOMEPAGE="https://pypi.org/project/pytest-pep8/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/pep8-1.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
+   dev-python/pytest-cache[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/1.0.6-MANIFEST.patch
+)
+
+python_test() {
+   ${EPYTHON} test_pep8.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/geventhttpclient/

2020-07-16 Thread Sam James
commit: 3aa81c53e22e8d96a3e3d846165bfa0fa1c54168
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 03:40:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 03:41:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa81c53

dev-python/geventhttpclient: arm64 stable (bug #731394)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/geventhttpclient/geventhttpclient-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geventhttpclient/geventhttpclient-1.4.2.ebuild 
b/dev-python/geventhttpclient/geventhttpclient-1.4.2.ebuild
index 4f2a0c03863..66f21a945d4 100644
--- a/dev-python/geventhttpclient/geventhttpclient-1.4.2.ebuild
+++ b/dev-python/geventhttpclient/geventhttpclient-1.4.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/

2020-07-16 Thread Matt Turner
commit: 98fd9181028d6576b78545becd24311a324ca2d0
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 17 03:37:02 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 03:37:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98fd9181

app-crypt/certbot-apache: Add Python 3.8 compatibility

Signed-off-by: Matt Turner  gentoo.org>

 app-crypt/certbot-apache/certbot-apache-1.5.0.ebuild | 2 +-
 app-crypt/certbot-apache/certbot-apache-1.6.0.ebuild | 2 +-
 app-crypt/certbot-apache/certbot-apache-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/certbot-apache/certbot-apache-1.5.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.5.0.ebuild
index cc570860a3b..13e5c5bec7a 100644
--- a/app-crypt/certbot-apache/certbot-apache-1.5.0.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-1.5.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git;

diff --git a/app-crypt/certbot-apache/certbot-apache-1.6.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.6.0.ebuild
index 76ac8396ce1..323d9f35ff3 100644
--- a/app-crypt/certbot-apache/certbot-apache-1.6.0.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-1.6.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git;

diff --git a/app-crypt/certbot-apache/certbot-apache-.ebuild 
b/app-crypt/certbot-apache/certbot-apache-.ebuild
index 76ac8396ce1..323d9f35ff3 100644
--- a/app-crypt/certbot-apache/certbot-apache-.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git;



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/

2020-07-16 Thread Matt Turner
commit: 78a823fb5c398b9fe7a9413be948a26a715bb095
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 17 03:37:16 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 03:37:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a823fb

app-crypt/certbot-nginx: Add Python 3.8 compatibility

Signed-off-by: Matt Turner  gentoo.org>

 app-crypt/certbot-nginx/certbot-nginx-1.5.0.ebuild | 2 +-
 app-crypt/certbot-nginx/certbot-nginx-1.6.0.ebuild | 2 +-
 app-crypt/certbot-nginx/certbot-nginx-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.5.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.5.0.ebuild
index 788549159e4..ef91a302cea 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-1.5.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.5.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git;

diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.6.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.6.0.ebuild
index cf2c81af951..1d92bc0c30f 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-1.6.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.6.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git;

diff --git a/app-crypt/certbot-nginx/certbot-nginx-.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-.ebuild
index cf2c81af951..1d92bc0c30f 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
 
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git;



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2020-07-16 Thread Sam James
commit: c0e60d574547e4875e3cc8495c1b24638eefb5d1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 03:31:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 03:31:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e60d57

dev-python/werkzeug: arm64 stable (bug #731634)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-1.0.1.ebuild 
b/dev-python/werkzeug/werkzeug-1.0.1.ebuild
index d6276865494..8491e6fa715 100644
--- a/dev-python/werkzeug/werkzeug-1.0.1.ebuild
+++ b/dev-python/werkzeug/werkzeug-1.0.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/pallets/werkzeug/archive/${PV}.tar.gz -> ${P}.gh.tar
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/jhead/

2020-07-16 Thread Sam James
commit: 2798a0db443ea9254abd179e802d5d2885b139d8
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 03:29:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 03:29:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2798a0db

media-gfx/jhead: ppc stable (bug #711220)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 media-gfx/jhead/jhead-3.04.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/jhead/jhead-3.04.ebuild 
b/media-gfx/jhead/jhead-3.04.ebuild
index c24ffacc211..054679e9429 100644
--- a/media-gfx/jhead/jhead-3.04.ebuild
+++ b/media-gfx/jhead/jhead-3.04.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.sentex.net/~mwandel/${PN}/${P}.tar.gz;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 ~sparc ~x86"
 
 PATCHES=( "${FILESDIR}/${P}-mkstemp-fix-makefile.patch" )
 



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ldb/

2020-07-16 Thread Sam James
commit: a642077bd8c07a55a1f0438af5fc370669c766a9
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 03:28:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 03:28:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a642077b

sys-libs/ldb: ppc stable (bug #730472)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 sys-libs/ldb/ldb-2.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ldb/ldb-2.0.12.ebuild b/sys-libs/ldb/ldb-2.0.12.ebuild
index 3d6f0e4ca91..47518b0da86 100644
--- a/sys-libs/ldb/ldb-2.0.12.ebuild
+++ b/sys-libs/ldb/ldb-2.0.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/pub/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
 IUSE="doc +ldap +lmdb python test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2020-07-16 Thread Sam James
commit: 02e73e423178dec68139c04d89d6bc990b535b27
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 03:27:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 03:27:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e73e42

net-fs/samba: ppc stable (bug #730472)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-fs/samba/samba-4.11.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.11.11.ebuild 
b/net-fs/samba/samba-4.11.11.ebuild
index 13a9a1cb101..8ca8179d827 100644
--- a/net-fs/samba/samba-4.11.11.ebuild
+++ b/net-fs/samba/samba-4.11.11.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/;



[gentoo-commits] repo/gentoo:master commit in: media-gfx/jhead/

2020-07-16 Thread Sam James
commit: 7f9a05d1bdf9ef0080f289314f584854e2b7e458
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 03:21:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 03:21:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9a05d1

media-gfx/jhead: ppc64 stable (bug #711220)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 media-gfx/jhead/jhead-3.04.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/jhead/jhead-3.04.ebuild 
b/media-gfx/jhead/jhead-3.04.ebuild
index 52ccde1773d..c24ffacc211 100644
--- a/media-gfx/jhead/jhead-3.04.ebuild
+++ b/media-gfx/jhead/jhead-3.04.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.sentex.net/~mwandel/${PN}/${P}.tar.gz;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
 
 PATCHES=( "${FILESDIR}/${P}-mkstemp-fix-makefile.patch" )
 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/

2020-07-16 Thread Sam James
commit: 564632fa5518a1cded531f3f6962c96465f85082
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 03:20:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 03:20:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564632fa

media-video/ffmpeg: ppc64 stable (bug #727450)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 media-video/ffmpeg/ffmpeg-4.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg/ffmpeg-4.2.4.ebuild 
b/media-video/ffmpeg/ffmpeg-4.2.4.ebuild
index 2f9dd2f3b6c..b4ba9f045b8 100644
--- a/media-video/ffmpeg/ffmpeg-4.2.4.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.2.4.ebuild
@@ -62,7 +62,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



[gentoo-commits] repo/gentoo:master commit in: dev-python/regex/

2020-07-16 Thread Sam James
commit: 59f543dd1b77a95bc87b1de01682cb3d46977f21
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 03:13:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 03:14:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f543dd

dev-python/regex: arm64 stable (bug #731554)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/regex/regex-2020.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/regex/regex-2020.4.4.ebuild 
b/dev-python/regex/regex-2020.4.4.ebuild
index a65acd2ab66..af9059b06af 100644
--- a/dev-python/regex/regex-2020.4.4.ebuild
+++ b/dev-python/regex/regex-2020.4.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="doc"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: net-misc/curl/

2020-07-16 Thread Craig Andrews
commit: 15dd8ceb79b9087cc499c17e2a252ae3b87f168c
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jul 17 03:07:48 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jul 17 03:09:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15dd8ceb

net-misc/curl: 7.71.0 and 7.71.1 require quiche 0.5.0 or later

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Craig Andrews  gentoo.org>

 net-misc/curl/curl-7.71.0.ebuild | 2 +-
 net-misc/curl/curl-7.71.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/curl/curl-7.71.0.ebuild b/net-misc/curl/curl-7.71.0.ebuild
index 71eee9637f7..ed0e2adb8d4 100644
--- a/net-misc/curl/curl-7.71.0.ebuild
+++ b/net-misc/curl/curl-7.71.0.ebuild
@@ -48,7 +48,7 @@ RDEPEND="ldap? ( 
net-nds/openldap[static-libs?,${MULTILIB_USEDEP}] )
net-libs/nghttp3[${MULTILIB_USEDEP}]
net-libs/ngtcp2[ssl,${MULTILIB_USEDEP}]
)
-   quiche? ( >=net-libs/quiche-0.3.0[${MULTILIB_USEDEP}] )
+   quiche? ( >=net-libs/quiche-0.5.0[${MULTILIB_USEDEP}] )
idn? ( net-dns/libidn2:0=[static-libs?,${MULTILIB_USEDEP}] )
adns? ( net-dns/c-ares:0[${MULTILIB_USEDEP}] )
kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )

diff --git a/net-misc/curl/curl-7.71.1.ebuild b/net-misc/curl/curl-7.71.1.ebuild
index 1a4e00817ed..51a4339b8b8 100644
--- a/net-misc/curl/curl-7.71.1.ebuild
+++ b/net-misc/curl/curl-7.71.1.ebuild
@@ -48,7 +48,7 @@ RDEPEND="ldap? ( 
net-nds/openldap[static-libs?,${MULTILIB_USEDEP}] )
net-libs/nghttp3[${MULTILIB_USEDEP}]
net-libs/ngtcp2[ssl,${MULTILIB_USEDEP}]
)
-   quiche? ( >=net-libs/quiche-0.3.0[${MULTILIB_USEDEP}] )
+   quiche? ( >=net-libs/quiche-0.5.0[${MULTILIB_USEDEP}] )
idn? ( net-dns/libidn2:0=[static-libs?,${MULTILIB_USEDEP}] )
adns? ( net-dns/c-ares:0[${MULTILIB_USEDEP}] )
kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-config/

2020-07-16 Thread Sam James
commit: 4ae7ae718452dd5092e8d225256186f7ed7fd2a5
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 03:04:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 03:04:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae7ae71

sys-devel/binutils-config: arm64 stable (bug #730080)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 sys-devel/binutils-config/binutils-config-5.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils-config/binutils-config-5.3.1.ebuild 
b/sys-devel/binutils-config/binutils-config-5.3.1.ebuild
index feb25428408..2a949b4fb17 100644
--- a/sys-devel/binutils-config/binutils-config-5.3.1.ebuild
+++ b/sys-devel/binutils-config/binutils-config-5.3.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
 fi
 
 DESCRIPTION="Utility to change the binutils version being used"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/proj/

2020-07-16 Thread Sam James
commit: 1682675561f5a7dadc6b5f7e017fd7a7041a25dc
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 03:02:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 03:02:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16826755

sci-libs/proj: arm64 stable (bug #729020)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 sci-libs/proj/proj-7.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/proj/proj-7.0.1.ebuild b/sci-libs/proj/proj-7.0.1.ebuild
index 5a90105f20d..c27e655b274 100644
--- a/sci-libs/proj/proj-7.0.1.ebuild
+++ b/sci-libs/proj/proj-7.0.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0/19"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="curl europe static-libs test +tiff"
 REQUIRED_USE="test? ( !europe )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/

2020-07-16 Thread Sam James
commit: 80d88a45c5e13a250b3472ebd4cf24422db8742d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 02:58:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 02:58:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d88a45

dev-python/sqlalchemy: arm64 stable (bug #731602)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild
index 77e3392221d..5bd22ecd478 100644
--- a/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="examples +sqlite test"
 
 REQUIRED_USE="test? ( sqlite )"



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlite/

2020-07-16 Thread Sam James
commit: cd144843d15394ce9d3fa9b2076656d37f65ba75
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 02:48:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 02:48:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd144843

dev-db/sqlite: s390 stable (bug #716748)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlite/sqlite-3.32.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.32.3.ebuild 
b/dev-db/sqlite/sqlite-3.32.3.ebuild
index e56ca3b4788..f396f2c80d2 100644
--- a/dev-db/sqlite/sqlite-3.32.3.ebuild
+++ b/dev-db/sqlite/sqlite-3.32.3.ebuild
@@ -22,7 +22,7 @@ fi
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 if [[ "${PV}" == "" ]]; then
PROPERTIES="live"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyrsistent/

2020-07-16 Thread Sam James
commit: 0d141300054cf972fb5fad3631557409780ef134
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 02:46:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 02:46:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d141300

dev-python/pyrsistent: arm64 stable (bug #731512)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyrsistent/pyrsistent-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyrsistent/pyrsistent-0.16.0.ebuild 
b/dev-python/pyrsistent/pyrsistent-0.16.0.ebuild
index 04083f6cf99..e584c29e93f 100644
--- a/dev-python/pyrsistent/pyrsistent-0.16.0.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.16.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/go/

2020-07-16 Thread William Hubbs
commit: cb255323159f5eb55a6132de5270c2dea98661cc
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jul 17 02:17:41 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jul 17 02:18:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb255323

dev-lang/go: 1.13.14 bump

Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/Manifest  |   1 +
 dev-lang/go/go-1.13.14.ebuild | 197 ++
 2 files changed, 198 insertions(+)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index 98413074867..faf172eba3d 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -13,6 +13,7 @@ DIST go1.12.17.src.tar.gz 20725913 BLAKE2B 
2eef7374195302656268a42409619445dfeb3
 DIST go1.13.10.src.tar.gz 21702804 BLAKE2B 
586494604455594c552d25a207634d70ae7f5ad142e18e22f5ef462c6488327cc01630c0bc99a4ede9dee0d649982802cf79f34f35ad7f810ca0701c35a7d555
 SHA512 
9e020dd89ab6201c4cbb893caecc0b077d5fbb2e10381e1b76a29ddc18c141d8db67a1b0f607ed915b0e9c40c4fb2c65b0319472535892534a31ad962e72fe05
 DIST go1.13.12.src.tar.gz 21703700 BLAKE2B 
d503b864edd753d838ab2776c00ee29d79c4dadaa8f9414291d7fd9ef420950361e676d78111db171d4d7bad9f28d23897333720d77c259691231cac81aa7b2a
 SHA512 
85ffe18171cd131fc5bdfaa8f5e944643399ef1f270a599cdccbe0212f1d1651a87075d11877220466d18ff590bb9eadeac48851b630ab9f0e06c199c0286cc4
 DIST go1.13.13.src.tar.gz 21704330 BLAKE2B 
462a8c7a438c5638158645d012bcf361f5033b94209ee3b89b15b066c6a92ae7b632d9fa295be2bfd2ed20398471a3e9531eccea1c67f511901f6a7f77242557
 SHA512 
1bee57e6b5d7154e7d93ccf33b9bd8ccacb005d3de1f0dc2272d4d431ab171707a57fe81d65ff17f6016f5c94d5bec6618c13174d43538f7c370d923958529c3
+DIST go1.13.14.src.tar.gz 21704891 BLAKE2B 
fff860b45b296359cb226f123279b3351f654336d267f8d60607fb0eb9f555e99d2e8250331510ddcf40de43235a864867af4b16db153b3f0827a3ccff045c19
 SHA512 
49dd28394333eaa7676fdf530d2fc18a645546c814fbe9247c9613e36529eb23634816b5c84574fea1cd9191fa86e684130e75dc70545344851c6b47c846558d
 DIST go1.14.2.src.tar.gz 22454649 BLAKE2B 
edd8a1081e7da6988532b9fefe6d6f789a7d336562d61d5e585a8b881fb45d77721bee9837ae79318295471aea138e175650c2138175a587f0b7957988e8e209
 SHA512 
3f6804e1a60df6a7c55c294fe4147b2d6f028c619ad4ae5b1ae8793c6be637a1e6a62721cc7ce0b28918ab3441a89fa9acda72cb5450bf5af8d7872411d28015
 DIST go1.14.4.src.tar.gz 22535243 BLAKE2B 
8dc44b2144587e24ef53adcffdf335ec03dbcbb1101e38ac54611eb9e6216d3a676f5a24daab24342018b549b7de2a8730e556abfda5e18199c55d266ac3a44b
 SHA512 
b0d657ea1062db5a4da0aff14798f292ca967a53665af1a93e04eba7a03e49a3dbc4768c4f099ec5ff25a31885750f7658f819057057093e2d7bfb085575
 DIST go1.14.5.src.tar.gz 22533577 BLAKE2B 
4e07fd46f977e14cf493d92a3c3e2d61c8eadf8f6e07b2de3eec7442d2ee0c736ac99f75eaaf405a48d1751144f4ae770692c3a1db9bc8e27e7c48e89fd74540
 SHA512 
1019b86304925fe60ebd81289349c4582e2e5932dc3ed35d9dc7b36ac293ee583ab6dcf3ae9a96f0f60274f24c295fb0662a8f4d06b717f624fa695c2b40e29c

diff --git a/dev-lang/go/go-1.13.14.ebuild b/dev-lang/go/go-1.13.14.ebuild
new file mode 100644
index 000..d71bff70d90
--- /dev/null
+++ b/dev-lang/go/go-1.13.14.ebuild
@@ -0,0 +1,197 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+
+MY_PV=${PV/_/}
+
+inherit toolchain-funcs
+
+case ${PV}  in
+**)
+   EGIT_REPO_URI="https://github.com/golang/go.git;
+   inherit git-r3
+   ;;
+*)
+   SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
+   S="${WORKDIR}"/go
+   case ${PV} in
+   *_beta*|*_rc*) ;;
+   *)
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   # The upstream tests fail under portage but pass if the build is
+   # run according to their documentation [1].
+   # I am restricting the tests on released versions until this is
+   # solved.
+   # [1] https://golang.org/issues/18442
+   RESTRICT="test"
+   ;;
+   esac
+esac
+
+DESCRIPTION="A concurrent garbage collected and typesafe programming language"
+HOMEPAGE="https://golang.org;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+
+BDEPEND="|| (
+   dev-lang/go
+   dev-lang/go-bootstrap )"
+RDEPEND="!https://golang.org/issue/2775
+   #
+   # deliberately use cp to retain permissions
+   cp -R api bin doc lib pkg misc src test "${ED}"/usr/lib/go
+   if go_cross_compile; then
+   bin_path="bin/$(go_tuple)"
+   else
+   bin_path=bin
+   fi
+   for x in ${bin_path}/*; do
+   f=${x##*/}
+   dosym ../lib/go/${bin_path}/${f} /usr/bin/${f}
+   done
+   einstalldocs
+
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   # fix install_name for test object (binutils_test) on Darwin, it
+   # is 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/go/

2020-07-16 Thread William Hubbs
commit: 743222f18d7aac78bb8aa2df55ff582cf7fb9675
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jul 17 02:04:28 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jul 17 02:18:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743222f1

dev-lang/go: 1.14.6 bump

Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/Manifest |   1 +
 dev-lang/go/go-1.14.6.ebuild | 188 +++
 2 files changed, 189 insertions(+)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index 6f5f41ca35f..98413074867 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -16,3 +16,4 @@ DIST go1.13.13.src.tar.gz 21704330 BLAKE2B 
462a8c7a438c5638158645d012bcf361f5033
 DIST go1.14.2.src.tar.gz 22454649 BLAKE2B 
edd8a1081e7da6988532b9fefe6d6f789a7d336562d61d5e585a8b881fb45d77721bee9837ae79318295471aea138e175650c2138175a587f0b7957988e8e209
 SHA512 
3f6804e1a60df6a7c55c294fe4147b2d6f028c619ad4ae5b1ae8793c6be637a1e6a62721cc7ce0b28918ab3441a89fa9acda72cb5450bf5af8d7872411d28015
 DIST go1.14.4.src.tar.gz 22535243 BLAKE2B 
8dc44b2144587e24ef53adcffdf335ec03dbcbb1101e38ac54611eb9e6216d3a676f5a24daab24342018b549b7de2a8730e556abfda5e18199c55d266ac3a44b
 SHA512 
b0d657ea1062db5a4da0aff14798f292ca967a53665af1a93e04eba7a03e49a3dbc4768c4f099ec5ff25a31885750f7658f819057057093e2d7bfb085575
 DIST go1.14.5.src.tar.gz 22533577 BLAKE2B 
4e07fd46f977e14cf493d92a3c3e2d61c8eadf8f6e07b2de3eec7442d2ee0c736ac99f75eaaf405a48d1751144f4ae770692c3a1db9bc8e27e7c48e89fd74540
 SHA512 
1019b86304925fe60ebd81289349c4582e2e5932dc3ed35d9dc7b36ac293ee583ab6dcf3ae9a96f0f60274f24c295fb0662a8f4d06b717f624fa695c2b40e29c
+DIST go1.14.6.src.tar.gz 22534714 BLAKE2B 
9dacb150108dc30fe3600c6fdc1df3cd2c36f701518f402d2ad8cd2e4ba51203176e5097adf66ac9223181197b1bea7de625933c570567d9e7dddf485bc2c204
 SHA512 
5c865c8272fb0dc8eab1514732b0200dbc867276512714dd30afc658a0d2afac6bd758e00c6f576d8d254e411418a52a564c895399b56cfe06c2b1785271a8fd

diff --git a/dev-lang/go/go-1.14.6.ebuild b/dev-lang/go/go-1.14.6.ebuild
new file mode 100644
index 000..fa07749bdeb
--- /dev/null
+++ b/dev-lang/go/go-1.14.6.ebuild
@@ -0,0 +1,188 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+
+MY_PV=${PV/_/}
+
+inherit toolchain-funcs
+
+case ${PV}  in
+**)
+   EGIT_REPO_URI="https://github.com/golang/go.git;
+   inherit git-r3
+   ;;
+*)
+   SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
+   S="${WORKDIR}"/go
+   case ${PV} in
+   *_beta*|*_rc*) ;;
+   *)
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   ;;
+   esac
+esac
+
+DESCRIPTION="A concurrent garbage collected and typesafe programming language"
+HOMEPAGE="https://golang.org;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+
+BDEPEND="|| (
+   dev-lang/go
+   dev-lang/go-bootstrap )"
+RDEPEND="!https://golang.org/issue/2775
+   #
+   # deliberately use cp to retain permissions
+   cp -R api bin doc lib pkg misc src test "${ED}"/usr/lib/go
+   # testdata directories are not needed on the installed system
+   rm -fr $(find "${ED}"/usr/lib/go -iname testdata -type d -print)
+   if go_cross_compile; then
+   bin_path="bin/$(go_tuple)"
+   else
+   bin_path=bin
+   fi
+   for x in ${bin_path}/*; do
+   f=${x##*/}
+   dosym ../lib/go/${bin_path}/${f} /usr/bin/${f}
+   done
+   einstalldocs
+
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   # fix install_name for test object (binutils_test) on Darwin, it
+   # is never used in real circumstances
+   local 
libmac64="${EPREFIX}"/usr/lib/go/src/cmd/vendor/github.com/
+ 
libmac64+=google/pprof/internal/binutils/testdata/lib_mac_64
+   install_name_tool -id "${libmac64}" "${D}${libmac64}"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/scrypt/

2020-07-16 Thread Sam James
commit: a50da9d9ae943cf040d362c741b679b08f3ee9fe
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 02:06:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 02:06:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50da9d9

dev-python/scrypt: arm64 stable (bug #731568)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/scrypt/scrypt-0.8.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/scrypt/scrypt-0.8.15.ebuild 
b/dev-python/scrypt/scrypt-0.8.15.ebuild
index 4c30326218f..bbecfe7218e 100644
--- a/dev-python/scrypt/scrypt-0.8.15.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.15.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/holgern/py-scrypt/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
 SLOT="0"
 IUSE="libressl"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/go/

2020-07-16 Thread Sam James
commit: 8e92ef8cce89852b35adc3ee7e2512587555a4af
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 02:01:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 02:01:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e92ef8c

dev-lang/go: ppc64 stable (bug #732578)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-lang/go/go-1.13.13.ebuild | 2 +-
 dev-lang/go/go-1.14.5.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/go/go-1.13.13.ebuild b/dev-lang/go/go-1.13.13.ebuild
index 3d068937fba..0175c07a352 100644
--- a/dev-lang/go/go-1.13.13.ebuild
+++ b/dev-lang/go/go-1.13.13.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is

diff --git a/dev-lang/go/go-1.14.5.ebuild b/dev-lang/go/go-1.14.5.ebuild
index a22506fed2c..b00f3c4303f 100644
--- a/dev-lang/go/go-1.14.5.ebuild
+++ b/dev-lang/go/go-1.14.5.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



[gentoo-commits] repo/gentoo:master commit in: dev-python/openstackdocstheme/

2020-07-16 Thread Sam James
commit: 1e24028f7002575ee47e3b2d4b26e8666757bac7
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:49:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:49:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e24028f

dev-python/openstackdocstheme: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/openstackdocstheme/openstackdocstheme-1.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/openstackdocstheme/openstackdocstheme-1.18.1.ebuild 
b/dev-python/openstackdocstheme/openstackdocstheme-1.18.1.ebuild
index 40f43c5d2d3..0bf8cdbfde3 100644
--- a/dev-python/openstackdocstheme/openstackdocstheme-1.18.1.ebuild
+++ b/dev-python/openstackdocstheme/openstackdocstheme-1.18.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~ia64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
 IUSE=""
 
 DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/reno/

2020-07-16 Thread Sam James
commit: cf5512d85e416cbda6cbdeb02f6f7c6feaaa07f1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:50:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:50:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5512d8

dev-python/reno: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/reno/reno-2.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/reno/reno-2.11.3.ebuild 
b/dev-python/reno/reno-2.11.3.ebuild
index 627cf75489e..67a2d6e5d14 100644
--- a/dev-python/reno/reno-2.11.3.ebuild
+++ b/dev-python/reno/reno-2.11.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
 IUSE=""
 
 BDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/

2020-07-16 Thread Sam James
commit: 8b0475ad3e770b5af2d535370b8e9df990ff17ce
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:49:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0475ad

dev-python/keystoneauth: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/keystoneauth/keystoneauth-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
index 21ce2d584e8..9af2bde54fb 100644
--- a/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.0.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpatch/

2020-07-16 Thread Sam James
commit: 35f8db0b5fb080d92b05d597c404ace77310f2fb
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:48:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:48:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f8db0b

dev-python/jsonpatch: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/jsonpatch/jsonpatch-1.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jsonpatch/jsonpatch-1.26.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.26.ebuild
index 78968326363..7b86861b301 100644
--- a/dev-python/jsonpatch/jsonpatch-1.26.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.26.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jmespath/

2020-07-16 Thread Sam James
commit: a4a14fa4cd9a4d7f8ab0fb035046d92cb415b6b7
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:48:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:48:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a14fa4

dev-python/jmespath: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/jmespath/jmespath-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jmespath/jmespath-0.10.0.ebuild 
b/dev-python/jmespath/jmespath-0.10.0.ebuild
index 70889dcee2b..90fc09e3dec 100644
--- a/dev-python/jmespath/jmespath-0.10.0.ebuild
+++ b/dev-python/jmespath/jmespath-0.10.0.ebuild
@@ -17,6 +17,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: dev-python/os-service-types/

2020-07-16 Thread Sam James
commit: 1f2cfc6e8e32119ea92b4478004f2775bbf08c47
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:50:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:50:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2cfc6e

dev-python/os-service-types: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/os-service-types/os-service-types-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/os-service-types/os-service-types-1.7.0.ebuild 
b/dev-python/os-service-types/os-service-types-1.7.0.ebuild
index 6db0f3f857e..8f0547498dd 100644
--- a/dev-python/os-service-types/os-service-types-1.7.0.ebuild
+++ b/dev-python/os-service-types/os-service-types-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/dogpile-cache/

2020-07-16 Thread Sam James
commit: f26db1f4ba67c2bc5f987bc42d1ea677bd629b0f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:48:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:48:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26db1f4

dev-python/dogpile-cache: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
index 2acea6ee6fa..f4834cc71ca 100644
--- a/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-0.9.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/stevedore/

2020-07-16 Thread Sam James
commit: 8885cbf5ca0dcf077ff7a71bbd59ccb7fa9413bf
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:51:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:51:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8885cbf5

dev-python/stevedore: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/stevedore/stevedore-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/stevedore/stevedore-3.1.0.ebuild 
b/dev-python/stevedore/stevedore-3.1.0.ebuild
index 5a3e7abb647..9bd342f667d 100644
--- a/dev-python/stevedore/stevedore-3.1.0.ebuild
+++ b/dev-python/stevedore/stevedore-3.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



[gentoo-commits] repo/gentoo:master commit in: dev-python/openstacksdk/

2020-07-16 Thread Sam James
commit: aeb1363b5f5e187e824d65dfcb855a7902569325
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:50:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:50:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb1363b

dev-python/openstacksdk: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/openstacksdk/openstacksdk-0.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/openstacksdk/openstacksdk-0.46.0.ebuild 
b/dev-python/openstacksdk/openstacksdk-0.46.0.ebuild
index c6694550a51..a89263bc354 100644
--- a/dev-python/openstacksdk/openstacksdk-0.46.0.ebuild
+++ b/dev-python/openstacksdk/openstacksdk-0.46.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/requestsexceptions/

2020-07-16 Thread Sam James
commit: 9419e0a3533ef18e3457a3cae3e70d27aebfa6e1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:51:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:51:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9419e0a3

dev-python/requestsexceptions: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild 
b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
index 44dacc0e238..5c3d976f6a4 100644
--- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
+++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/subunit/

2020-07-16 Thread Sam James
commit: 9dd7295f2218ec02907f7e340327be39ca773172
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:44:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:44:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd7295f

dev-python/subunit: arm64 stable (bug #731606)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/subunit/subunit-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/subunit/subunit-1.4.0.ebuild 
b/dev-python/subunit/subunit-1.4.0.ebuild
index fdb92b5f663..0719cf5c65f 100644
--- a/dev-python/subunit/subunit-1.4.0.ebuild
+++ b/dev-python/subunit/subunit-1.4.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="Apache-2.0 BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/mbedtls/

2020-07-16 Thread Sam James
commit: 67f53d6a26d61ac2a98290e9e3eb9102b32d7bb9
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:38:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:38:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f53d6a

net-libs/mbedtls: ppc64 stable (bug #730752)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-libs/mbedtls/mbedtls-2.16.7-r1.ebuild | 2 +-
 net-libs/mbedtls/mbedtls-2.23.0-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/mbedtls/mbedtls-2.16.7-r1.ebuild 
b/net-libs/mbedtls/mbedtls-2.16.7-r1.ebuild
index 44c7d6b8d32..cad9d987cd8 100644
--- a/net-libs/mbedtls/mbedtls-2.16.7-r1.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.16.7-r1.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/3.12.0" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc ~x86"
 IUSE="cpu_flags_x86_sse2 doc havege libressl programs -static-libs test 
threads zlib"
 RESTRICT="!test? ( test )"
 

diff --git a/net-libs/mbedtls/mbedtls-2.23.0-r1.ebuild 
b/net-libs/mbedtls/mbedtls-2.23.0-r1.ebuild
index 9e091d0de6d..a23dcc74b6e 100644
--- a/net-libs/mbedtls/mbedtls-2.23.0-r1.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.23.0-r1.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/5.13.1" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc ~x86"
 IUSE="cpu_flags_x86_sse2 doc havege libressl programs -static-libs test 
threads zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/

2020-07-16 Thread Sam James
commit: 1438134924dbb372c67e1d9628005565979b4b50
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:24:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:24:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14381349

dev-libs/tomsfastmath: arm64 stable (bug #732944)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild 
b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 83ddf2b713f..183f6c04c6d 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
 # https://abi-laboratory.pro/index.php?view=timeline=tomsfastmath
 SLOT="0/1"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 
 PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2020-07-16 Thread Sam James
commit: 4bb128a178c57832df6c93deb823c12a5487b14f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:24:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:24:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb128a1

app-antivirus/clamav: arm64 stable (bug #732944)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-antivirus/clamav/clamav-0.102.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamav/clamav-0.102.4.ebuild 
b/app-antivirus/clamav/clamav-0.102.4.ebuild
index 1c9b0996fcd..0a4fac640e3 100644
--- a/app-antivirus/clamav/clamav-0.102.4.ebuild
+++ b/app-antivirus/clamav/clamav-0.102.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 doc clamdtop clamsubmit iconv ipv6 libclamav-only libressl milter 
metadata-analysis-api selinux test uclibc xml"
 
 REQUIRED_USE="libclamav-only? ( !clamdtop !clamsubmit !milter 
!metadata-analysis-api )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/geventhttpclient/

2020-07-16 Thread Sam James
commit: 7c9404d9e64657b02cbde57e37f6a115feda13b2
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:18:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:20:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9404d9

dev-python/geventhttpclient: arm keyworded (bug #732938)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/geventhttpclient/geventhttpclient-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geventhttpclient/geventhttpclient-1.4.4.ebuild 
b/dev-python/geventhttpclient/geventhttpclient-1.4.4.ebuild
index 4d3f4094b52..053029042b2 100644
--- a/dev-python/geventhttpclient/geventhttpclient-1.4.4.ebuild
+++ b/dev-python/geventhttpclient/geventhttpclient-1.4.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-fastimport/

2020-07-16 Thread Sam James
commit: 678e99e0246b7a9a71f05fa7a11ea123a8265b04
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:18:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:20:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678e99e0

dev-python/python-fastimport: arm keyworded (bug #732938)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/python-fastimport/python-fastimport-0.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild 
b/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
index 723334075ac..2e4a3c90c52 100644
--- a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
+++ b/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/

2020-07-16 Thread Sam James
commit: c1a43a568b02f9fc1319e814f36f11a6b4effc62
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:17:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:20:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a43a56

dev-python/dulwich: arm keyworded (bug #732938)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/dulwich/dulwich-0.19.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dulwich/dulwich-0.19.15.ebuild 
b/dev-python/dulwich/dulwich-0.19.15.ebuild
index 4b078570159..4621e167028 100644
--- a/dev-python/dulwich/dulwich-0.19.15.ebuild
+++ b/dev-python/dulwich/dulwich-0.19.15.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/mbedtls/

2020-07-16 Thread Sam James
commit: d25c2ce12923b854484edce897977f64d5f894a5
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:21:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:21:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25c2ce1

net-libs/mbedtls: arm64 stable (bug #730752)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-libs/mbedtls/mbedtls-2.16.7-r1.ebuild | 2 +-
 net-libs/mbedtls/mbedtls-2.23.0-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/mbedtls/mbedtls-2.16.7-r1.ebuild 
b/net-libs/mbedtls/mbedtls-2.16.7-r1.ebuild
index 873f9993795..44c7d6b8d32 100644
--- a/net-libs/mbedtls/mbedtls-2.16.7-r1.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.16.7-r1.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/3.12.0" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sparc ~x86"
 IUSE="cpu_flags_x86_sse2 doc havege libressl programs -static-libs test 
threads zlib"
 RESTRICT="!test? ( test )"
 

diff --git a/net-libs/mbedtls/mbedtls-2.23.0-r1.ebuild 
b/net-libs/mbedtls/mbedtls-2.23.0-r1.ebuild
index 3667f3b544e..9e091d0de6d 100644
--- a/net-libs/mbedtls/mbedtls-2.23.0-r1.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.23.0-r1.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/5.13.1" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sparc ~x86"
 IUSE="cpu_flags_x86_sse2 doc havege libressl programs -static-libs test 
threads zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyre2/

2020-07-16 Thread Patrick McLean
commit: 7b5a497bda493788a8212f46f7fd3f628676c1d7
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jul 17 01:17:24 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jul 17 01:17:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5a497b

dev-python/pyre2-1.0.7: Add subslot dep on dev-libs/re2

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/pyre2/pyre2-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyre2/pyre2-1.0.7.ebuild 
b/dev-python/pyre2/pyre2-1.0.7.ebuild
index 35338c2c5a9..89d8eb68d77 100644
--- a/dev-python/pyre2/pyre2-1.0.7.ebuild
+++ b/dev-python/pyre2/pyre2-1.0.7.ebuild
@@ -14,7 +14,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="dev-libs/re2"
+DEPEND="dev-libs/re2:="
 RDEPEND="${DEPEND}"
 
 distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyre2/

2020-07-16 Thread Patrick McLean
commit: f624cb66279aa5a0de1134f9a669c2099d88190d
Author: Patrick McLean  sony  com>
AuthorDate: Fri Jul 17 01:03:25 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jul 17 01:04:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f624cb66

dev-python/pyre2: New package

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/pyre2/Manifest   |  1 +
 dev-python/pyre2/metadata.xml   | 12 
 dev-python/pyre2/pyre2-1.0.7.ebuild | 20 
 3 files changed, 33 insertions(+)

diff --git a/dev-python/pyre2/Manifest b/dev-python/pyre2/Manifest
new file mode 100644
index 000..bb8cbe40825
--- /dev/null
+++ b/dev-python/pyre2/Manifest
@@ -0,0 +1 @@
+DIST pyre2-1.0.7.tar.gz 11684 BLAKE2B 
748a409aa56dab0e088961bdd0b8659dfe0ed817ed1f6fe1dce15fd03e32b30472776c4e21a4f39e66aa5b3539650a657c36acf8b857332b255a139ef0f890a9
 SHA512 
c4579bf73af2f0a5ccbb6a28b87ce777ef08199947c1bdf740b426960f41b3530c97a7158fac7768b51c92b8a3797f8e66de61e0c942f239920bd5397d63e2c4

diff --git a/dev-python/pyre2/metadata.xml b/dev-python/pyre2/metadata.xml
new file mode 100644
index 000..b218af70486
--- /dev/null
+++ b/dev-python/pyre2/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+   
+   zmed...@gentoo.org
+   Zac Medico
+   
+

diff --git a/dev-python/pyre2/pyre2-1.0.7.ebuild 
b/dev-python/pyre2/pyre2-1.0.7.ebuild
new file mode 100644
index 000..35338c2c5a9
--- /dev/null
+++ b/dev-python/pyre2/pyre2-1.0.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for dev-libs/re2"
+HOMEPAGE="https://github.com/facebook/pyre2/;
+SRC_URI="https://github.com/facebook/pyre2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/re2"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: dev-lang/go/

2020-07-16 Thread Sam James
commit: 8e2c52f60bc568b00fcd0f4fc8a308a853db95e3
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:03:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:03:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2c52f6

dev-lang/go: arm64 stable (bug #732578)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-lang/go/go-1.13.13.ebuild | 2 +-
 dev-lang/go/go-1.14.5.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/go/go-1.13.13.ebuild b/dev-lang/go/go-1.13.13.ebuild
index fd9fbe5c5e2..3d068937fba 100644
--- a/dev-lang/go/go-1.13.13.ebuild
+++ b/dev-lang/go/go-1.13.13.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is

diff --git a/dev-lang/go/go-1.14.5.ebuild b/dev-lang/go/go-1.14.5.ebuild
index abc58582707..a22506fed2c 100644
--- a/dev-lang/go/go-1.14.5.ebuild
+++ b/dev-lang/go/go-1.14.5.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/jwt/

2020-07-16 Thread Sam James
commit: 8d1dceb9b8ef32d75d4f92639de31abbe22a2f14
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:53:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:54:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1dceb9

dev-ruby/jwt: arm keyworded (bug #724894)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-ruby/jwt/jwt-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/jwt/jwt-2.2.1.ebuild b/dev-ruby/jwt/jwt-2.2.1.ebuild
index 1f2bda08e68..36bd96cb600 100644
--- a/dev-ruby/jwt/jwt-2.2.1.ebuild
+++ b/dev-ruby/jwt/jwt-2.2.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RUBY_S="ruby-jwt-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/octokit/

2020-07-16 Thread Sam James
commit: 0fb90b9f87fdcc87172e514e36f7ef82db60acbc
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:53:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:53:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb90b9f

dev-ruby/octokit: arm keyworded (bug #724894)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-ruby/octokit/octokit-4.18.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/octokit/octokit-4.18.0-r1.ebuild 
b/dev-ruby/octokit/octokit-4.18.0-r1.ebuild
index 6749ed15488..52e084a9cba 100644
--- a/dev-ruby/octokit/octokit-4.18.0-r1.ebuild
+++ b/dev-ruby/octokit/octokit-4.18.0-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RUBY_S=octokit.rb-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-metrics/nginx-vts-exporter/

2020-07-16 Thread William Hubbs
commit: ab5af214169c2ac7be441f72b46e332d72f4544d
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jul 17 00:29:06 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jul 17 00:51:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5af214

app-metrics/nginx-vts-exporter: rev bump to fix dependencies

Signed-off-by: William Hubbs  gentoo.org>

 .../nginx-vts-exporter-0.10.7-r1.ebuild| 44 ++
 1 file changed, 44 insertions(+)

diff --git a/app-metrics/nginx-vts-exporter/nginx-vts-exporter-0.10.7-r1.ebuild 
b/app-metrics/nginx-vts-exporter/nginx-vts-exporter-0.10.7-r1.ebuild
new file mode 100644
index 000..73b7421fdce
--- /dev/null
+++ b/app-metrics/nginx-vts-exporter/nginx-vts-exporter-0.10.7-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module
+EGO_PN="github.com/hnlq715/nginx-vts-exporter"
+EXPORTER_COMMIT=b935b793fbd8478d3feea529b036e753169ddabd
+
+DESCRIPTION="Nginx virtual host traffic stats exporter for Prometheus"
+HOMEPAGE="https://github.com/hnlq715/nginx-vts-exporter;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT Apache-2.0 BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND="dev-util/promu"
+COMMON_DEPEND="acct-group/nginx-vts-exporter
+   acct-user/nginx-vts-exporter"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+
+src_prepare() {
+   default
+   sed -i \
+   -e "/-s$/d" \
+   -e "s/{{.Revision}}/${EXPORTER_COMMIT}/" \
+   .promu.yml || die
+}
+
+src_compile() {
+   mkdir -p bin || die
+   promu build -v --prefix bin || die
+}
+
+src_install() {
+   newbin bin/${P} ${PN}
+   dodoc README.md
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/idea-community/

2020-07-16 Thread Sam James
commit: cb8ecaabdb25704942904168659e1dc104ac403c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:47:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:47:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8ecaab

dev-util/idea-community: arm64 keyworded (bug #729804)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-util/idea-community/idea-community-2020.1.3.201.8538.31.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/idea-community/idea-community-2020.1.3.201.8538.31.ebuild 
b/dev-util/idea-community/idea-community-2020.1.3.201.8538.31.ebuild
index 7c374ac31a9..97ec35a8801 100644
--- a/dev-util/idea-community/idea-community-2020.1.3.201.8538.31.ebuild
+++ b/dev-util/idea-community/idea-community-2020.1.3.201.8538.31.ebuild
@@ -20,11 +20,11 @@ JRE_VER="1483.37"
 if [[ "$(ver_cut 7)"x = "prex" ]]
 then
# upstream EAP
-   KEYWORDS=""
+   KEYWORDS="~arm64"

SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${PV_STRING}.tar.gz;
 else
# upstream stable
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"

SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IC-${MY_PV}-no-jbr.tar.gz 
-> ${MY_PN}IC-${PV_STRING}.tar.gz
jbr8? ( x86? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz
 -> jbrx-${JRE_BASE}-linux-i586-b${JRE_VER}.tar.gz )
amd64? ( 
https://bintray.com/jetbrains/intellij-jdk/download_file?file_path=jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz
 -> jbrx-${JRE_BASE}-linux-x64-b${JRE_VER}.tar.gz ) )



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/

2020-07-16 Thread Sam James
commit: 222a2c3ef1811d0c37a153b2b3d6005258462ad9
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:46:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:46:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222a2c3e

media-video/ffmpeg: arm stable (bug #727450)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 media-video/ffmpeg/ffmpeg-4.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg/ffmpeg-4.2.4.ebuild 
b/media-video/ffmpeg/ffmpeg-4.2.4.ebuild
index 392947eef0d..2f9dd2f3b6c 100644
--- a/media-video/ffmpeg/ffmpeg-4.2.4.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.2.4.ebuild
@@ -62,7 +62,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tre/

2020-07-16 Thread Sam James
commit: b5c70ee1ae96a393314945688f9d7e36cd375371
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:40:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:40:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c70ee1

dev-libs/tre: ppc64 stable (bug #597616)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-libs/tre/tre-0.8.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tre/tre-0.8.0-r2.ebuild b/dev-libs/tre/tre-0.8.0-r2.ebuild
index aad4e57c486..734f35f7869 100644
--- a/dev-libs/tre/tre-0.8.0-r2.ebuild
+++ b/dev-libs/tre/tre-0.8.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://laurikari.net/tre/${P}.tar.bz2;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/

2020-07-16 Thread Sam James
commit: a631d46925f0147c7e35a56ab9efffe4f8dc5dda
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:19:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:19:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a631d469

profiles/arch/powerpc: unmask app-emulation/qemu[slirp]

We just keyworded libslirp on ppc, and already keyworded
on ppc64, so let's drop this mask.

Bug: https://bugs.gentoo.org/732144
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/powerpc/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 6755b394f15..617e2bce775 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Sergei Trofimovich  (2020-07-11)
-# net-libs/libslirp is not yet keyworded on ppc64, bug #732144
-app-emulation/qemu slirp
-
 # Sergei Trofimovich  (2018-03-27)
 # dev-ruby/capybara depends on www-client/firefox which has no keywords
 dev-ruby/capybara test



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/

2020-07-16 Thread Sam James
commit: 46b5a35d63d5c3b282652f4e14df112d2ed7895f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:25:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:25:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b5a35d

media-gfx/gimp: arm keyworded (bug #685624)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 media-gfx/gimp/gimp-2.10.18-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gimp/gimp-2.10.18-r1.ebuild 
b/media-gfx/gimp/gimp-2.10.18-r1.ebuild
index 0b0909f7b22..8eefcb21a27 100644
--- a/media-gfx/gimp/gimp-2.10.18-r1.ebuild
+++ b/media-gfx/gimp/gimp-2.10.18-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.gimp.org/;
 SRC_URI="mirror://gimp/v2.10/${P}.tar.bz2"
 LICENSE="GPL-3 LGPL-3"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc64 ~x86"
 
 IUSE="aalib alsa aqua debug doc gnome heif jpeg2k mng openexr postscript 
python udev unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec 
cpu_flags_x86_mmx cpu_flags_x86_sse"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: sci-biology/clustalw/

2020-07-16 Thread Sam James
commit: bea04315b1a4c7238213ea0f7ba7904ec78f1f8e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:29:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:29:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea04315

sci-biology/clustalw: ppc keyworded (bug #732334)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 sci-biology/clustalw/clustalw-2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/clustalw/clustalw-2.1-r1.ebuild 
b/sci-biology/clustalw/clustalw-2.1-r1.ebuild
index aecb3a2ca82..033b3794e81 100644
--- a/sci-biology/clustalw/clustalw-2.1-r1.ebuild
+++ b/sci-biology/clustalw/clustalw-2.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.clustal.org/download/current/${P}.tar.gz;
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="2"
-KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/

2020-07-16 Thread Sam James
commit: 91bc690ff1e9a2d1dedc60e033e67b7e47bb82c5
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:32:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:32:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91bc690f

dev-python/pyfakefs: arm64 stable (bug #731414)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyfakefs/pyfakefs-3.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild 
b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
index 93e4afe825e..02e466b85f9 100644
--- a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libslirp/

2020-07-16 Thread Sam James
commit: 966d67ad4609643140f9938692c7f1a1eb930027
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:18:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:18:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966d67ad

net-libs/libslirp: ppc keyworded (bug #732144)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-libs/libslirp/libslirp-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libslirp/libslirp-4.3.1.ebuild 
b/net-libs/libslirp/libslirp-4.3.1.ebuild
index d3258bf5dc1..6bf997e6a7a 100644
--- a/net-libs/libslirp/libslirp-4.3.1.ebuild
+++ b/net-libs/libslirp/libslirp-4.3.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit meson
 
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64"
 MY_P="${PN}-v${PV}"
 
SRC_URI="https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v${PV}/${MY_P}.tar.gz
 -> ${P}.tar.gz"
 DESCRIPTION="A general purpose TCP-IP emulator used by virtual machine 
hypervisors to provide virtual networking services."



[gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint-brushes/

2020-07-16 Thread Sam James
commit: 52f5fca9d9834a99c7da2d5b4849ca5936aa2487
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:25:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:25:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f5fca9

media-gfx/mypaint-brushes: arm keyworded (bug #685624)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild 
b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild
index fa662603aa5..024417f2664 100644
--- a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild
+++ b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mypaint/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="CC0-1.0"
 SLOT="1.0"  # due to pkgconfig name "mypaint-brushes-1.0"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc64 x86"
 IUSE=""
 
 DOCS=( AUTHORS NEWS README.md )  # to exclude README symlink



[gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_metadata/

2020-07-16 Thread Sam James
commit: 60f798eed44b71de73aeb092d473e238189a2523
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:32:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:32:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f798ee

dev-python/importlib_metadata: arm64 stable (bug #731414)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/importlib_metadata/importlib_metadata-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/importlib_metadata/importlib_metadata-1.6.1.ebuild 
b/dev-python/importlib_metadata/importlib_metadata-1.6.1.ebuild
index 4bf756b762c..4d3dfb4e002 100644
--- a/dev-python/importlib_metadata/importlib_metadata-1.6.1.ebuild
+++ b/dev-python/importlib_metadata/importlib_metadata-1.6.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 RDEPEND="
dev-python/zipp[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sure/

2020-07-16 Thread Sam James
commit: 9565d7f6eb6f8d90c0190af2e4973a618e1790b7
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:17:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:17:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9565d7f6

dev-python/sure: ppc keyworded (bug #732724)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/sure/sure-1.4.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sure/sure-1.4.11.ebuild 
b/dev-python/sure/sure-1.4.11.ebuild
index f79fe08909d..9476b51123a 100644
--- a/dev-python/sure/sure-1.4.11.ebuild
+++ b/dev-python/sure/sure-1.4.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/rsa/

2020-07-16 Thread Sam James
commit: b8ea04d249f4a7e156061ccf87110f7fd5857663
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:16:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:16:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ea04d2

dev-python/rsa: ppc keyworded (bug #732724)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rsa/rsa-4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rsa/rsa-4.2.ebuild b/dev-python/rsa/rsa-4.2.ebuild
index 6a29cff3b3b..35c8068c1a0 100644
--- a/dev-python/rsa/rsa-4.2.ebuild
+++ b/dev-python/rsa/rsa-4.2.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=dev-python/pyasn1-0.1.3[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/boto/

2020-07-16 Thread Sam James
commit: 17463c8d4d5b68c9fa95e9ef1ca6f5db23d63996
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:15:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:15:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17463c8d

dev-python/boto: ppc keyworded (bug #732724)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/boto/boto-2.49.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/boto/boto-2.49.0-r3.ebuild 
b/dev-python/boto/boto-2.49.0-r3.ebuild
index 7250100d810..ea0014c4618 100644
--- a/dev-python/boto/boto-2.49.0-r3.ebuild
+++ b/dev-python/boto/boto-2.49.0-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 PATCHES=(
# taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909545



[gentoo-commits] repo/gentoo:master commit in: dev-python/httpretty/

2020-07-16 Thread Sam James
commit: 8ad265e9a04aee888c2419bb6e9c4772b6e9aa6c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:16:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:16:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad265e9

dev-python/httpretty: ppc keyworded (bug #732724)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/httpretty/httpretty-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/httpretty/httpretty-1.0.2-r1.ebuild 
b/dev-python/httpretty/httpretty-1.0.2-r1.ebuild
index 2f4d7a2d767..3bbabf33017 100644
--- a/dev-python/httpretty/httpretty-1.0.2-r1.ebuild
+++ b/dev-python/httpretty/httpretty-1.0.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/

2020-07-16 Thread Sam James
commit: b10c22f95971fb37104433cfbfb74c99895713e8
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:12:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:14:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10c22f9

net-dns/dnscrypt-proxy: arm64 stable (bug #732564)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.44.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.44.ebuild
index 08493ba2da8..fb95b87cdf9 100644
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.44.ebuild
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.44.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://${EGO_PN}.git;
 else
SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 arm arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/php/

2020-07-16 Thread Thomas Deutschmann
commit: f5eaf6316dd80bb5a020504a4e24d35a451f9df2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 17 00:03:54 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 17 00:11:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5eaf631

dev-lang/php: rev bump

Upstream has re-released PHP-7.4.8 for [Link 1] without bumping
version.

Link 1: 
https://github.com/php/php-src/commit/972383fda4235e8dc9f5de1bd95d30a6e2e25385
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-lang/php/Manifest  | 2 +-
 dev-lang/php/{php-7.4.8.ebuild => php-7.4.8-r1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index bb10e724e59..67cc771c45e 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -5,4 +5,4 @@ DIST php-7.3.19.tar.xz 12117968 BLAKE2B 
84172d2aad901cdca97a6f4c3405d3f4f25c7205
 DIST php-7.3.20.tar.xz 12118188 BLAKE2B 
add1e0dcc264cd12ea9ee000becb83c42b2607c0c9ae828994856a183ae94e9a580226559ccfa28dece225ad9a1c6bd4989ada08f09bbc461b33f0b1b30b12ea
 SHA512 
4d035e7420ceb64d912a1936db5d311c06c61d09c9d4665c27fba9709fe45b30d5771bb485fb24393d9ee689a0f7ddcbc577e9ee7a7b31341b0203f1b805b886
 DIST php-7.4.6.tar.xz 10284824 BLAKE2B 
83536e48c6ab6ef357283d2f99a0f1825fdbb1867598514dc87cb8a7181298aa1e6d45659b7a4343fdacdacbbfec9e4cca89f85fe53c9e48696e534da710
 SHA512 
786634d53ed100cc7638e64ca340efdd42405c258638f3f97fcd1816d4f0c643dc8d8b2b0f60d36904343dc8c2af7f9b8e4a652ea66ec2fe324290c72bc09c13
 DIST php-7.4.7.tar.xz 10286580 BLAKE2B 
fb297cc5847012e1d222479e00132c8838cb990a5face43620ced6fb82cabeb544c0de230e24e25ed5449b3050158e836743e514197180b40ebf240ceca45db6
 SHA512 
5b3ba690e610e0511675f06a10afe9edbcfa90b5b16956d22aab225cdf140b55e5a8a551e7b189d30404981c94c6921b8c4aed00102546cfa38784a719704b80
-DIST php-7.4.8.tar.xz 10282248 BLAKE2B 
809f6f474ee2c013d2a344b09f710fde8566c6f7a5a78346183852ca8a89fe257e06e765ab33f4a8ee867d6bb1587bb26fb285841b47c42e2562b554798ee279
 SHA512 
81c26675d88377c7ae9b168e9c2bb622120deb796cb54c5c65d0b2eb6a0b6e465669b0f5345e553afe1acf86ff68c535ff9a2d2df47301b8aa6be01cdc3984c2
+DIST php-7.4.8.tar.xz 10281976 BLAKE2B 
c85dfacd259e78de69348c3af7c02c866622a414cbb78ef5f53aa739bcf150921c272b26f578f18734dc6f566f19f4d890b6a64aabf04ad9e6b53f11757c3b8a
 SHA512 
cfb23eac731a0eabed83908d7c056a123cd9a73ccc091d92b8601366da4cd95ded8623156eaa0458405f23d8bb9dc244d117bd99876f916ef582e3966dc78b44

diff --git a/dev-lang/php/php-7.4.8.ebuild b/dev-lang/php/php-7.4.8-r1.ebuild
similarity index 100%
rename from dev-lang/php/php-7.4.8.ebuild
rename to dev-lang/php/php-7.4.8-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-misc/putty/

2020-07-16 Thread Sam James
commit: c102008a42cd7e711b428db42a55aad059cc304b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 00:07:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 00:07:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c102008a

net-misc/putty: ppc64 stable (bug #729860)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-misc/putty/putty-0.74.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/putty/putty-0.74.ebuild b/net-misc/putty/putty-0.74.ebuild
index de4fa5fe13d..37e2ab481dc 100644
--- a/net-misc/putty/putty-0.74.ebuild
+++ b/net-misc/putty/putty-0.74.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ppc ppc64 ~sparc ~x86"
 IUSE="doc +gtk gtk2 ipv6 gssapi"
 SRC_URI="
https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2



[gentoo-commits] repo/gentoo:master commit in: net-libs/quiche/

2020-07-16 Thread Craig Andrews
commit: 5bd6e57d86826a8556e3d1fd99c6c83389db707e
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Jul 17 00:04:29 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jul 17 00:04:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd6e57d

net-libs/quiche-: Remove dependencies on go and perl

See: https://github.com/cloudflare/quiche/commit/740e2a6f37
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Craig Andrews  gentoo.org>

 net-libs/quiche/quiche-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-libs/quiche/quiche-.ebuild 
b/net-libs/quiche/quiche-.ebuild
index ed4b166398f..beff04e0be2 100644
--- a/net-libs/quiche/quiche-.ebuild
+++ b/net-libs/quiche/quiche-.ebuild
@@ -137,8 +137,6 @@ DOCS=( CODEOWNERS  COPYING README.md )
 BDEPEND="
>=virtual/rust-1.39.0[${MULTILIB_USEDEP}]
dev-util/cmake
-   dev-lang/go
-   dev-lang/perl
 "
 DEPEND=""
 RDEPEND=""



[gentoo-commits] proj/releng:master commit in: releases/specs/riscv/

2020-07-16 Thread Andreas K. Hüttel
commit: 623728732e2d9dbd09858ad4d271de3a476e57f0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 17 00:03:15 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 17 00:03:54 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=62372873

fix paths in rv64 specs

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 releases/specs/riscv/stage1-riscv64-multilib.spec | 4 ++--
 releases/specs/riscv/stage2-riscv64-multilib.spec | 4 ++--
 releases/specs/riscv/stage3-riscv64-multilib.spec | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/releases/specs/riscv/stage1-riscv64-multilib.spec 
b/releases/specs/riscv/stage1-riscv64-multilib.spec
index 2b29877b..530d4153 100644
--- a/releases/specs/riscv/stage1-riscv64-multilib.spec
+++ b/releases/specs/riscv/stage1-riscv64-multilib.spec
@@ -2,10 +2,10 @@ subarch: riscv
 target: stage1
 version_stamp: @TIMESTAMP@
 cflags: -O2 -pipe -g
-rel_type: default
+rel_type: riscv64-multilib
 profile: default/linux/riscv/17.0/rv64gc
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-riscv64-multilib-latest
+source_subpath: riscv64-multilib/stage3-riscv-latest
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 update_seed: yes

diff --git a/releases/specs/riscv/stage2-riscv64-multilib.spec 
b/releases/specs/riscv/stage2-riscv64-multilib.spec
index b018913c..33e1e2d1 100644
--- a/releases/specs/riscv/stage2-riscv64-multilib.spec
+++ b/releases/specs/riscv/stage2-riscv64-multilib.spec
@@ -2,10 +2,10 @@ subarch: riscv
 target: stage2
 version_stamp: @TIMESTAMP@
 cflags: -O2 -pipe -g
-rel_type: default
+rel_type: riscv64-multilib
 profile: default/linux/riscv/17.0/rv64gc
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-riscv64-multilib-@TIMESTAMP@
+source_subpath: riscv64-multilib/stage1-riscv-@TIMESTAMP@
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 portage_confdir: @REPO_DIR@/releases/portage/stages

diff --git a/releases/specs/riscv/stage3-riscv64-multilib.spec 
b/releases/specs/riscv/stage3-riscv64-multilib.spec
index 903963c8..2bc658e5 100644
--- a/releases/specs/riscv/stage3-riscv64-multilib.spec
+++ b/releases/specs/riscv/stage3-riscv64-multilib.spec
@@ -2,10 +2,10 @@ subarch: riscv
 target: stage3
 version_stamp: @TIMESTAMP@
 cflags: -O2 -pipe -g
-rel_type: default
+rel_type: riscv64-multilib
 profile: default/linux/riscv/17.0/rv64gc
 snapshot: @TIMESTAMP@
-source_subpath: default/stage2-riscv64-multilib-@TIMESTAMP@
+source_subpath: riscv64-multilib/stage2-riscv-@TIMESTAMP@
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 portage_confdir: @REPO_DIR@/releases/portage/stages



[gentoo-commits] repo/gentoo:master commit in: net-misc/putty/

2020-07-16 Thread Sam James
commit: c2103a51a831b3ccfae93e4d9ac9f201ff177780
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 23:49:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 23:49:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2103a51

net-misc/putty: ppc stable (bug #729860)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-misc/putty/putty-0.74.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/putty/putty-0.74.ebuild b/net-misc/putty/putty-0.74.ebuild
index 07d0f147a34..de4fa5fe13d 100644
--- a/net-misc/putty/putty-0.74.ebuild
+++ b/net-misc/putty/putty-0.74.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc ~x86"
 IUSE="doc +gtk gtk2 ipv6 gssapi"
 SRC_URI="
https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycairo/

2020-07-16 Thread Sam James
commit: 1aeb31dabd47f2064010a31f760f2b3817c0ccc1
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 23:41:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 23:41:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aeb31da

dev-python/pycairo: arm64 stable (bug #731490)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pycairo/pycairo-1.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycairo/pycairo-1.19.1.ebuild 
b/dev-python/pycairo/pycairo-1.19.1.ebuild
index e1530fe4f8f..8891e238752 100644
--- a/dev-python/pycairo/pycairo-1.19.1.ebuild
+++ b/dev-python/pycairo/pycairo-1.19.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="examples"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-block/libzbc/

2020-07-16 Thread Sam James
commit: 11a6543234f70e40423e1d3a8c93b0d3efbfb4ec
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 23:27:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 23:27:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a65432

sys-block/libzbc: ppc keyworded (bug #730480)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 sys-block/libzbc/libzbc-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/libzbc/libzbc-5.5.1.ebuild 
b/sys-block/libzbc/libzbc-5.5.1.ebuild
index aa7724a292f..df4ed34ffdb 100644
--- a/sys-block/libzbc/libzbc-5.5.1.ebuild
+++ b/sys-block/libzbc/libzbc-5.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hgst/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="gtk"
 
 DEPEND="virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2020-07-16 Thread Sam James
commit: 56342a349ece478581041dce5c8a890c19ff5157
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 23:01:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 23:01:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56342a34

app-antivirus/clamav: ppc64 stable (bug #732944)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-antivirus/clamav/clamav-0.102.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamav/clamav-0.102.4.ebuild 
b/app-antivirus/clamav/clamav-0.102.4.ebuild
index 4503963fdde..1c9b0996fcd 100644
--- a/app-antivirus/clamav/clamav-0.102.4.ebuild
+++ b/app-antivirus/clamav/clamav-0.102.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 doc clamdtop clamsubmit iconv ipv6 libclamav-only libressl milter 
metadata-analysis-api selinux test uclibc xml"
 
 REQUIRED_USE="libclamav-only? ( !clamdtop !clamsubmit !milter 
!metadata-analysis-api )"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/

2020-07-16 Thread Sam James
commit: 9e5f2a5c13232b3473065276808d980170ef740b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 23:02:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 23:02:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5f2a5c

dev-libs/tomsfastmath: ppc64 stable (bug #732944)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild 
b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index e2f98e39ef1..83ddf2b713f 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
 # https://abi-laboratory.pro/index.php?view=timeline=tomsfastmath
 SLOT="0/1"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 
 PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"



[gentoo-commits] repo/gentoo:master commit in: dev-python/xmlschema/

2020-07-16 Thread Sam James
commit: bc29702acdf8bddf6aa7c064e054a8e83f6b1b6e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 22:57:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 22:57:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc29702a

dev-python/xmlschema: arm64 stable (bug #731644)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/xmlschema/xmlschema-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xmlschema/xmlschema-1.2.0.ebuild 
b/dev-python/xmlschema/xmlschema-1.2.0.ebuild
index 7ac991a0aa0..c1cf342a10c 100644
--- a/dev-python/xmlschema/xmlschema-1.2.0.ebuild
+++ b/dev-python/xmlschema/xmlschema-1.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/

2020-07-16 Thread Sam James
commit: 738329933101389ed4c6b2559beb5801d012ad9c
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 22:56:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 22:56:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73832993

dev-libs/tomsfastmath: ppc stable (bug #732944)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild 
b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
index 8ddde173750..e2f98e39ef1 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
 # https://abi-laboratory.pro/index.php?view=timeline=tomsfastmath
 SLOT="0/1"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 
 PATCHES=(
"${FILESDIR}/${P}-makefile-fix.patch"



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2020-07-16 Thread Sam James
commit: eee081def4578e633d0dfef71761608c25659266
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 22:56:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 22:56:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee081de

app-antivirus/clamav: ppc stable (bug #732944)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-antivirus/clamav/clamav-0.102.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamav/clamav-0.102.4.ebuild 
b/app-antivirus/clamav/clamav-0.102.4.ebuild
index 3e43479f2cf..4503963fdde 100644
--- a/app-antivirus/clamav/clamav-0.102.4.ebuild
+++ b/app-antivirus/clamav/clamav-0.102.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 doc clamdtop clamsubmit iconv ipv6 libclamav-only libressl milter 
metadata-analysis-api selinux test uclibc xml"
 
 REQUIRED_USE="libclamav-only? ( !clamdtop !clamsubmit !milter 
!metadata-analysis-api )"



  1   2   3   4   >