From 24bdac8a9acfce9ee6b723f40c5f4de54129bb99 Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Tue, 13 Sep 2022 00:06:01 +0200 Subject: [PATCH 1/5] dev-python/python-can: bump python Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- dev-python/python-can/Manifest | 2 +- dev-python/python-can/python-can-3.3.3.ebuild | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dev-python/python-can/Manifest b/dev-python/python-can/Manifest index 74f0865..7696d48 100644 --- a/dev-python/python-can/Manifest +++ b/dev-python/python-can/Manifest @@ -1,3 +1,3 @@ DIST python-can-3.3.3.tar.gz 176822 BLAKE2B c07c4f0945f1a24fb97dcc7858bc43a9e777569aef6c0086d4f659f5a5f2a332b5ec1306c89e91cc6d72524430c31e3d4f0203e3888204dc53446ca8f6f42d9c SHA512 0827bf97ea6f76665ae38b66236fcccac867eeb14bebba9b10cd9f98c8f4294cab1efe3761f332aadce2c8be90b8d90edaab2919392561907e90f04721eef298 -EBUILD python-can-3.3.3.ebuild 463 BLAKE2B d3209e223d75aa40e7659b72b91397e129b9d2e71067aa93a16eebebb3fa4bb5684393bb0e47a61fa9821e027214d568a5757cb1cb6f4c34249894c2c88b29ee SHA512 eb97c5b10a5378854e74b1bd10110965b83360fc6404f314d4caa95ee98a2638fb2ffbee764970becf261ad4da063d2c42e370a2d2e09e5fd6ece102ff1766cb +EBUILD python-can-3.3.3.ebuild 627 BLAKE2B ca74097cab3e7778e84feae62280689c66d172b36a21d997607a0751bb3b2cbe1e5b0ca7db36d474ea258f936a6928be4ece90c2e89ea4827151037c5eeae7b1 SHA512 58c30919bb0bbc43163daa86c8836d5e6414c19faf569d793076385eafbd094f337d49b7520b775569dc84cdfbb1b09f02785ae9f2e6d6e55ef55c90a1b59221 MISC metadata.xml 220 BLAKE2B ad7b5f38e0a564c96f88b6160bc2ababfb685f99c5095859c7bcf64132393ae187d529e4544f2b37268e70f5472486dd981b65e8f42ab47815d40ac07e5aee9f SHA512 8622145db621046f638adf2d9350e22fbb9d7f992791ef92a796eb20dd0622cf16ff4419a274302f7d3076736ed4098101d5437058e37df5b83b744db5f61e2f diff --git a/dev-python/python-can/python-can-3.3.3.ebuild b/dev-python/python-can/python-can-3.3.3.ebuild index 45321cf..947e78c 100644 --- a/dev-python/python-can/python-can-3.3.3.ebuild +++ b/dev-python/python-can/python-can-3.3.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_7 python3_8 ) +PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 ) inherit distutils-r1 DESCRIPTION="Controller Area Network interface module for Python" @@ -16,4 +16,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="" -BDEPEND="${RDEPEND}" +BDEPEND="${RDEPEND} dev-python/pytest-timeout dev-python/pytest-cov" +RESTRICT="mirror" + +distutils_enable_tests pytest + +python_test() { + distutils-r1_python_test +} From 9ceaefffc1e522d737843d0ce64cc9508afca4b2 Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Tue, 13 Sep 2022 00:15:53 +0200 Subject: [PATCH 2/5] dev-python/PyAutoGUI: add Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- dev-python/PyAutoGUI/Manifest | 3 +++ dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild | 22 ++++++++++++++++++++ dev-python/PyAutoGUI/metadata.xml | 7 +++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-python/PyAutoGUI/Manifest create mode 100644 dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild create mode 100644 dev-python/PyAutoGUI/metadata.xml diff --git a/dev-python/PyAutoGUI/Manifest b/dev-python/PyAutoGUI/Manifest new file mode 100644 index 0000000..8b5278a --- /dev/null +++ b/dev-python/PyAutoGUI/Manifest @@ -0,0 +1,3 @@ +DIST PyAutoGUI-0.9.53.tar.gz 59031 BLAKE2B 4aa1463cb4c1ff91f6bc91d3977e426ca531bd575aee0137914f691008729043803b874db9b4ea51463f996ae44f307bbd2e048a50bc976d458405d0ee244def SHA512 ac232bac242a3da4396d1bb6d3ddfb49207a081feedf86633fc38db9389bd30d005f0c08e21c418272785b69e4ee9a82710ae46948f51e66fa9617f39bbce59f +EBUILD PyAutoGUI-0.9.53.ebuild 630 BLAKE2B d17c7dc11fee69284d9f5cdead6065e2c8ba79b4c8ddc1b825f549d157eab7d15f72d39b4dbadcacd5d94c9eb16df6e223243fc34c399d1c15bc5a549939a306 SHA512 005cf9fcd7fcfe3756e3aa12e148029e9a7aec0ec2a44514db55910dd36bf59599492bb753d4df258e9d16f76a9fd79729c2b92cabaea753cb54a423f2ea1b8e +MISC metadata.xml 220 BLAKE2B ad7b5f38e0a564c96f88b6160bc2ababfb685f99c5095859c7bcf64132393ae187d529e4544f2b37268e70f5472486dd981b65e8f42ab47815d40ac07e5aee9f SHA512 8622145db621046f638adf2d9350e22fbb9d7f992791ef92a796eb20dd0622cf16ff4419a274302f7d3076736ed4098101d5437058e37df5b83b744db5f61e2f diff --git a/dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild b/dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild new file mode 100644 index 0000000..8fd8044 --- /dev/null +++ b/dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_9 python3_10 python3_11 ) +inherit distutils-r1 + +DESCRIPTION="Controller Area Network interface module for Python" +HOMEPAGE="https://python-can.readthedocs.io/en/master/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/python-xlib[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP},jpeg]" +BDEPEND="${RDEPEND} dev-python/pytest-timeout dev-python/pytest-cov" +RESTRICT="mirror test" diff --git a/dev-python/PyAutoGUI/metadata.xml b/dev-python/PyAutoGUI/metadata.xml new file mode 100644 index 0000000..244fc29 --- /dev/null +++ b/dev-python/PyAutoGUI/metadata.xml @@ -0,0 +1,7 @@ + + + + + ischluff@mailbox.org + + From 3a7ef09e20656a6d372d29f64d5d1538df49184d Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Tue, 13 Sep 2022 00:18:53 +0200 Subject: [PATCH 3/5] dev-python/PyAutoGUI: cleanup deps Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- dev-python/PyAutoGUI/Manifest | 2 +- dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyAutoGUI/Manifest b/dev-python/PyAutoGUI/Manifest index 8b5278a..9f0b612 100644 --- a/dev-python/PyAutoGUI/Manifest +++ b/dev-python/PyAutoGUI/Manifest @@ -1,3 +1,3 @@ DIST PyAutoGUI-0.9.53.tar.gz 59031 BLAKE2B 4aa1463cb4c1ff91f6bc91d3977e426ca531bd575aee0137914f691008729043803b874db9b4ea51463f996ae44f307bbd2e048a50bc976d458405d0ee244def SHA512 ac232bac242a3da4396d1bb6d3ddfb49207a081feedf86633fc38db9389bd30d005f0c08e21c418272785b69e4ee9a82710ae46948f51e66fa9617f39bbce59f -EBUILD PyAutoGUI-0.9.53.ebuild 630 BLAKE2B d17c7dc11fee69284d9f5cdead6065e2c8ba79b4c8ddc1b825f549d157eab7d15f72d39b4dbadcacd5d94c9eb16df6e223243fc34c399d1c15bc5a549939a306 SHA512 005cf9fcd7fcfe3756e3aa12e148029e9a7aec0ec2a44514db55910dd36bf59599492bb753d4df258e9d16f76a9fd79729c2b92cabaea753cb54a423f2ea1b8e +EBUILD PyAutoGUI-0.9.53.ebuild 582 BLAKE2B 9036493e401afaa6508347aec47fdec10e4710dc39385fad4d40c192ec7776c0afdfdf9656fef1a7fc4b82f8e2c18b6537fdd436448580e36ccb41b756316f82 SHA512 72af29599914e74da08a8e884986180edcf19be8dce39165ec116aa6c0635bac06d8938d48aaa55d4b937eb5fa9da715d77973ee3a577a4ac4fee511ee0dbf8b MISC metadata.xml 220 BLAKE2B ad7b5f38e0a564c96f88b6160bc2ababfb685f99c5095859c7bcf64132393ae187d529e4544f2b37268e70f5472486dd981b65e8f42ab47815d40ac07e5aee9f SHA512 8622145db621046f638adf2d9350e22fbb9d7f992791ef92a796eb20dd0622cf16ff4419a274302f7d3076736ed4098101d5437058e37df5b83b744db5f61e2f diff --git a/dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild b/dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild index 8fd8044..f3429ea 100644 --- a/dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild +++ b/dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild @@ -18,5 +18,5 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-python/python-xlib[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP},jpeg]" -BDEPEND="${RDEPEND} dev-python/pytest-timeout dev-python/pytest-cov" +BDEPEND="${RDEPEND}" RESTRICT="mirror test" From d49e1b103275ef29ddf024ed27b3dc885c8c0f3d Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Tue, 13 Sep 2022 00:27:22 +0200 Subject: [PATCH 4/5] dev-python/PyAutoGUI: fixed description Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- dev-python/PyAutoGUI/Manifest | 2 +- dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyAutoGUI/Manifest b/dev-python/PyAutoGUI/Manifest index 9f0b612..47796ad 100644 --- a/dev-python/PyAutoGUI/Manifest +++ b/dev-python/PyAutoGUI/Manifest @@ -1,3 +1,3 @@ DIST PyAutoGUI-0.9.53.tar.gz 59031 BLAKE2B 4aa1463cb4c1ff91f6bc91d3977e426ca531bd575aee0137914f691008729043803b874db9b4ea51463f996ae44f307bbd2e048a50bc976d458405d0ee244def SHA512 ac232bac242a3da4396d1bb6d3ddfb49207a081feedf86633fc38db9389bd30d005f0c08e21c418272785b69e4ee9a82710ae46948f51e66fa9617f39bbce59f -EBUILD PyAutoGUI-0.9.53.ebuild 582 BLAKE2B 9036493e401afaa6508347aec47fdec10e4710dc39385fad4d40c192ec7776c0afdfdf9656fef1a7fc4b82f8e2c18b6537fdd436448580e36ccb41b756316f82 SHA512 72af29599914e74da08a8e884986180edcf19be8dce39165ec116aa6c0635bac06d8938d48aaa55d4b937eb5fa9da715d77973ee3a577a4ac4fee511ee0dbf8b +EBUILD PyAutoGUI-0.9.53.ebuild 594 BLAKE2B 2b2740108eab313b3a6f90d82bc23a13c7e324f32e5dae9808cebe7ad730a8106294db26f644502c3a699dd7aae8f1edd89e88859884aab5a7623f10dcc47ddb SHA512 20d04a5cad16f72a84ae63b97fc924bc0ec3d8c23a74407710fc008a3e3305c70b43539b59401385570c7f0287d0f88bea2ff9cf54a8c438ff3d3c04b9328dca MISC metadata.xml 220 BLAKE2B ad7b5f38e0a564c96f88b6160bc2ababfb685f99c5095859c7bcf64132393ae187d529e4544f2b37268e70f5472486dd981b65e8f42ab47815d40ac07e5aee9f SHA512 8622145db621046f638adf2d9350e22fbb9d7f992791ef92a796eb20dd0622cf16ff4419a274302f7d3076736ed4098101d5437058e37df5b83b744db5f61e2f diff --git a/dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild b/dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild index f3429ea..f8b66ed 100644 --- a/dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild +++ b/dev-python/PyAutoGUI/PyAutoGUI-0.9.53.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS=bdepend PYTHON_COMPAT=( python3_9 python3_10 python3_11 ) inherit distutils-r1 -DESCRIPTION="Controller Area Network interface module for Python" +DESCRIPTION="A cross-platform GUI automation Python module for human beings." HOMEPAGE="https://python-can.readthedocs.io/en/master/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" From 4acdfb285d52e2acf93c29c7064fcfa15181c73f Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Tue, 13 Sep 2022 00:31:38 +0200 Subject: [PATCH 5/5] dev-python/python_speech_features: add Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- dev-python/python_speech_features/Manifest | 3 +++ .../python_speech_features/metadata.xml | 7 ++++++ .../python_speech_features-0.6.ebuild | 22 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-python/python_speech_features/Manifest create mode 100644 dev-python/python_speech_features/metadata.xml create mode 100644 dev-python/python_speech_features/python_speech_features-0.6.ebuild diff --git a/dev-python/python_speech_features/Manifest b/dev-python/python_speech_features/Manifest new file mode 100644 index 0000000..b095486 --- /dev/null +++ b/dev-python/python_speech_features/Manifest @@ -0,0 +1,3 @@ +DIST python_speech_features-0.6.tar.gz 5588 BLAKE2B 596df227435580a5b5018de896510435708edd33788cefb9c8ce69f6e8036a33878dbbbca1d752fa26f2ac1984eb1b5330c9b51a4897fa4646907315bac92de3 SHA512 8f911908bfe75f3a99d5474987a1e27f29134cb11bb59833d60c6aed91001dfec7ff64d213cc1be6dd053ce5da98107816b4dd9e4562ee04eb54561556e7d233 +EBUILD python_speech_features-0.6.ebuild 578 BLAKE2B e01042f865b68bfcf99ff222830930dacdd048dfcaac19817a1c5f2f76fa0f19b846c6b2672bb4bb1180b14089e754b00f50adbb48368d852a95007e47e8c17e SHA512 3f31f1bee0484d5286f9fdc82446e71c92a1e6508095665a4936b853e692ee210b4a9277782fbfe3095f5cc27058ad139280653022c1874dcda74469a6c91e8f +MISC metadata.xml 220 BLAKE2B ad7b5f38e0a564c96f88b6160bc2ababfb685f99c5095859c7bcf64132393ae187d529e4544f2b37268e70f5472486dd981b65e8f42ab47815d40ac07e5aee9f SHA512 8622145db621046f638adf2d9350e22fbb9d7f992791ef92a796eb20dd0622cf16ff4419a274302f7d3076736ed4098101d5437058e37df5b83b744db5f61e2f diff --git a/dev-python/python_speech_features/metadata.xml b/dev-python/python_speech_features/metadata.xml new file mode 100644 index 0000000..244fc29 --- /dev/null +++ b/dev-python/python_speech_features/metadata.xml @@ -0,0 +1,7 @@ + + + + + ischluff@mailbox.org + + diff --git a/dev-python/python_speech_features/python_speech_features-0.6.ebuild b/dev-python/python_speech_features/python_speech_features-0.6.ebuild new file mode 100644 index 0000000..7dfa757 --- /dev/null +++ b/dev-python/python_speech_features/python_speech_features-0.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_9 python3_10 ) +inherit distutils-r1 + +DESCRIPTION="Common speech features for ASR including MFCCs and filterbank engines." +HOMEPAGE="https://python-can.readthedocs.io/en/master/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND}" +RESTRICT="mirror test"