From 988a0ed949c432838b7da9adaa5224c96a67c4da Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Sun, 18 Jun 2023 16:42:00 +0800 Subject: [PATCH 01/10] dev-python/janus: update SRC_URI Signed-off-by: jinqiang zhang --- dev-python/janus/janus-1.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/janus/janus-1.0.0-r1.ebuild b/dev-python/janus/janus-1.0.0-r1.ebuild index 958abe9202e..fc15e5ab8b3 100644 --- a/dev-python/janus/janus-1.0.0-r1.ebuild +++ b/dev-python/janus/janus-1.0.0-r1.ebuild @@ -2,14 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Implementation of the asyncio (PEP 3156) event-loop with Qt" HOMEPAGE="https://github.com/aio-libs/janus" MY_P="${P/_alpha/a}" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" IUSE="test" RESTRICT="!test? ( test )" From 5d287865d4071b9d4d60b2c6a498ac95d187461e Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Sun, 18 Jun 2023 16:42:07 +0800 Subject: [PATCH 02/10] dev-python/qasync: update SRC_URI Signed-off-by: jinqiang zhang --- dev-python/qasync/qasync-0.23.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/qasync/qasync-0.23.0.ebuild b/dev-python/qasync/qasync-0.23.0.ebuild index e224f8f52c6..f11c394d206 100644 --- a/dev-python/qasync/qasync-0.23.0.ebuild +++ b/dev-python/qasync/qasync-0.23.0.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Implementation of the asyncio (PEP 3156) event-loop with Qt" HOMEPAGE="https://github.com/CabbageDevelopment/qasync" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" From ed1a89dcb341194fc26de088f9ae2e98cc7eecd6 Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Sun, 18 Jun 2023 16:50:02 +0800 Subject: [PATCH 03/10] dev-python/fuo-netease: drop 0.9.3 Signed-off-by: jinqiang zhang --- dev-python/fuo-netease/Manifest | 1 - .../fuo-netease/fuo-netease-0.9.3.ebuild | 33 ------------------- 2 files changed, 34 deletions(-) delete mode 100644 dev-python/fuo-netease/fuo-netease-0.9.3.ebuild diff --git a/dev-python/fuo-netease/Manifest b/dev-python/fuo-netease/Manifest index da32f5e7759..4a7ed1cb654 100644 --- a/dev-python/fuo-netease/Manifest +++ b/dev-python/fuo-netease/Manifest @@ -1,2 +1 @@ -DIST fuo_netease-0.9.3.tar.gz 201930 BLAKE2B 23272493ac41c50539ff85735c85f70482938829a825278797d268a4d83eb8bdbac4a76d238500e52cc6122674720cc43717f8eec47843d0a534c0472ad2562f SHA512 2fa5a8bb6e07a6ffe084691709f8f963a2d8920bb9cd72db04241c99631a29dc92afeab9365c5e25c345b1483d7581a3c45ae26f141259372a16b0e597ca42f1 DIST fuo_netease-0.9.4.tar.gz 32991 BLAKE2B 8ca38e6202ad09169a85678e17f1f3fdb1123e33e9e9d65ed6061195249bcb445d7bfb44770511294e9acc7f599fe22e495660cf18935ff0fe6ae029c168fd9c SHA512 11f76786f8c1ef6b19f81c936f8387e9938ee62b07f562cbaff9cc12b4fc6240b0561d3219ac4b447449fe580457019d6d0c5e1433ce1622636f5fd0389e6f6b diff --git a/dev-python/fuo-netease/fuo-netease-0.9.3.ebuild b/dev-python/fuo-netease/fuo-netease-0.9.3.ebuild deleted file mode 100644 index 601b90499e9..00000000000 --- a/dev-python/fuo-netease/fuo-netease-0.9.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="netease cloud music support for feeluown" -HOMEPAGE="https://github.com/feeluown/feeluown-netease" -MY_P="${P/-/_}" -S="${WORKDIR}/feeluown-netease-${PV}" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/marshmallow[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/pycryptodome[${PYTHON_USEDEP}] -" - -PDEPEND=" - media-sound/feeluown -" - -python_install_all() { - distutils-r1_python_install_all -} From c5ed0dcd6cd0177bcbc754a0bef24120f3170ed0 Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Sun, 18 Jun 2023 16:51:05 +0800 Subject: [PATCH 04/10] dev-python/fuo-netease: update SRC_URI Signed-off-by: jinqiang zhang --- dev-python/fuo-netease/fuo-netease-0.9.4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/fuo-netease/fuo-netease-0.9.4.ebuild b/dev-python/fuo-netease/fuo-netease-0.9.4.ebuild index 16e6ad4292b..2a014429d75 100644 --- a/dev-python/fuo-netease/fuo-netease-0.9.4.ebuild +++ b/dev-python/fuo-netease/fuo-netease-0.9.4.ebuild @@ -5,13 +5,12 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="netease cloud music support for feeluown" HOMEPAGE="https://github.com/feeluown/feeluown-netease" MY_P="${P/-/_}" S="${WORKDIR}/${MY_P}" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" From b2460e8f49a419cf4d5a70aadd2369f6d0837964 Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Sun, 18 Jun 2023 16:51:50 +0800 Subject: [PATCH 05/10] dev-python/fuo-local: update SRC_URI Signed-off-by: jinqiang zhang --- dev-python/fuo-local/fuo-local-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/fuo-local/fuo-local-0.3.ebuild b/dev-python/fuo-local/fuo-local-0.3.ebuild index cb0d84e6a70..a6d3e088b12 100644 --- a/dev-python/fuo-local/fuo-local-0.3.ebuild +++ b/dev-python/fuo-local/fuo-local-0.3.ebuild @@ -2,15 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="local music support for feeluown" HOMEPAGE="https://github.com/feeluown/feeluown-local" MY_P="${P/-/_}" S="${WORKDIR}/${MY_P}" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" From 444b25bdb56734abc704d5ee03eac489126c0343 Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Sun, 18 Jun 2023 16:52:11 +0800 Subject: [PATCH 06/10] dev-python/fuo-qqmusic: update SRC_URI Signed-off-by: jinqiang zhang --- dev-python/fuo-qqmusic/fuo-qqmusic-0.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/fuo-qqmusic/fuo-qqmusic-0.4.1.ebuild b/dev-python/fuo-qqmusic/fuo-qqmusic-0.4.1.ebuild index 4f3fd3a812f..f406164f67a 100644 --- a/dev-python/fuo-qqmusic/fuo-qqmusic-0.4.1.ebuild +++ b/dev-python/fuo-qqmusic/fuo-qqmusic-0.4.1.ebuild @@ -2,15 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="qq music support for feeluown" HOMEPAGE="https://github.com/feeluown/feeluown-qqmusic" MY_P="${P/-/_}" S="${WORKDIR}/${MY_P}" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" From 02ab78b09f51f98461583c9af5b52dea57879d9f Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Sun, 18 Jun 2023 16:54:36 +0800 Subject: [PATCH 07/10] dev-python/fuo-kuwo: update SRC_URI Signed-off-by: jinqiang zhang --- dev-python/fuo-kuwo/fuo-kuwo-0.1.5.ebuild | 4 ++-- dev-python/fuo-kuwo/fuo-kuwo-0.1.6.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/fuo-kuwo/fuo-kuwo-0.1.5.ebuild b/dev-python/fuo-kuwo/fuo-kuwo-0.1.5.ebuild index eba11028624..eee675ced76 100644 --- a/dev-python/fuo-kuwo/fuo-kuwo-0.1.5.ebuild +++ b/dev-python/fuo-kuwo/fuo-kuwo-0.1.5.ebuild @@ -2,15 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="kuwo music support for feeluown" HOMEPAGE="https://github.com/feeluown/feeluown-kuwo" MY_P="${P/-/_}" S="${WORKDIR}/${MY_P}" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/dev-python/fuo-kuwo/fuo-kuwo-0.1.6.ebuild b/dev-python/fuo-kuwo/fuo-kuwo-0.1.6.ebuild index baa3aeaec7f..e03e038a6c5 100644 --- a/dev-python/fuo-kuwo/fuo-kuwo-0.1.6.ebuild +++ b/dev-python/fuo-kuwo/fuo-kuwo-0.1.6.ebuild @@ -2,15 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="kuwo music support for feeluown" HOMEPAGE="https://github.com/feeluown/feeluown-kuwo" MY_P="${P/-/_}" S="${WORKDIR}/${MY_P}" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" From 75a273f4d190fd15859d639e2dcc4106782d9b37 Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Sun, 18 Jun 2023 16:55:14 +0800 Subject: [PATCH 08/10] dev-python/daff: update SRC_URI Signed-off-by: jinqiang zhang --- dev-python/daff/daff-1.3.46.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild index 9844a03b1e6..f295b26e172 100644 --- a/dev-python/daff/daff-1.3.46.ebuild +++ b/dev-python/daff/daff-1.3.46.ebuild @@ -2,14 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 - +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="The daff can produce and apply tabular diffs" HOMEPAGE="https://github.com/paulfitz/daff" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" From f1c876c125c9d864ce0cc3328d4d45a824b60c13 Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Sun, 18 Jun 2023 17:00:55 +0800 Subject: [PATCH 09/10] dev-python/fuo-local: update upstream metadata Signed-off-by: jinqiang zhang --- dev-python/fuo-local/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fuo-local/metadata.xml b/dev-python/fuo-local/metadata.xml index e457327a0a9..f0aa3a2edab 100644 --- a/dev-python/fuo-local/metadata.xml +++ b/dev-python/fuo-local/metadata.xml @@ -4,6 +4,6 @@ feeluown/feeluown-local - feeluown-local + fuo-local From 5b963a5027319d86b35826af5531cbde90a3f66d Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Sun, 18 Jun 2023 09:49:42 +0000 Subject: [PATCH 10/10] dev-python/*: remove MY_P Signed-off-by: jinqiang zhang --- dev-python/fuo-kuwo/fuo-kuwo-0.1.5.ebuild | 2 -- dev-python/fuo-kuwo/fuo-kuwo-0.1.6.ebuild | 2 -- dev-python/fuo-local/fuo-local-0.3.ebuild | 2 -- dev-python/fuo-netease/fuo-netease-0.9.4.ebuild | 2 -- dev-python/fuo-qqmusic/fuo-qqmusic-0.4.1.ebuild | 2 -- dev-python/janus/janus-1.0.0-r1.ebuild | 1 - 6 files changed, 11 deletions(-) diff --git a/dev-python/fuo-kuwo/fuo-kuwo-0.1.5.ebuild b/dev-python/fuo-kuwo/fuo-kuwo-0.1.5.ebuild index eee675ced76..60747b0af57 100644 --- a/dev-python/fuo-kuwo/fuo-kuwo-0.1.5.ebuild +++ b/dev-python/fuo-kuwo/fuo-kuwo-0.1.5.ebuild @@ -9,8 +9,6 @@ inherit distutils-r1 pypi DESCRIPTION="kuwo music support for feeluown" HOMEPAGE="https://github.com/feeluown/feeluown-kuwo" -MY_P="${P/-/_}" -S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0" diff --git a/dev-python/fuo-kuwo/fuo-kuwo-0.1.6.ebuild b/dev-python/fuo-kuwo/fuo-kuwo-0.1.6.ebuild index e03e038a6c5..715d55847fd 100644 --- a/dev-python/fuo-kuwo/fuo-kuwo-0.1.6.ebuild +++ b/dev-python/fuo-kuwo/fuo-kuwo-0.1.6.ebuild @@ -9,8 +9,6 @@ inherit distutils-r1 pypi DESCRIPTION="kuwo music support for feeluown" HOMEPAGE="https://github.com/feeluown/feeluown-kuwo" -MY_P="${P/-/_}" -S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0" diff --git a/dev-python/fuo-local/fuo-local-0.3.ebuild b/dev-python/fuo-local/fuo-local-0.3.ebuild index a6d3e088b12..98e43ede1e7 100644 --- a/dev-python/fuo-local/fuo-local-0.3.ebuild +++ b/dev-python/fuo-local/fuo-local-0.3.ebuild @@ -9,8 +9,6 @@ inherit distutils-r1 pypi DESCRIPTION="local music support for feeluown" HOMEPAGE="https://github.com/feeluown/feeluown-local" -MY_P="${P/-/_}" -S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0" diff --git a/dev-python/fuo-netease/fuo-netease-0.9.4.ebuild b/dev-python/fuo-netease/fuo-netease-0.9.4.ebuild index 2a014429d75..de89766b961 100644 --- a/dev-python/fuo-netease/fuo-netease-0.9.4.ebuild +++ b/dev-python/fuo-netease/fuo-netease-0.9.4.ebuild @@ -9,8 +9,6 @@ inherit distutils-r1 pypi DESCRIPTION="netease cloud music support for feeluown" HOMEPAGE="https://github.com/feeluown/feeluown-netease" -MY_P="${P/-/_}" -S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0" diff --git a/dev-python/fuo-qqmusic/fuo-qqmusic-0.4.1.ebuild b/dev-python/fuo-qqmusic/fuo-qqmusic-0.4.1.ebuild index f406164f67a..9db01e9d2d1 100644 --- a/dev-python/fuo-qqmusic/fuo-qqmusic-0.4.1.ebuild +++ b/dev-python/fuo-qqmusic/fuo-qqmusic-0.4.1.ebuild @@ -9,8 +9,6 @@ inherit distutils-r1 pypi DESCRIPTION="qq music support for feeluown" HOMEPAGE="https://github.com/feeluown/feeluown-qqmusic" -MY_P="${P/-/_}" -S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0" diff --git a/dev-python/janus/janus-1.0.0-r1.ebuild b/dev-python/janus/janus-1.0.0-r1.ebuild index fc15e5ab8b3..9f2483e3b20 100644 --- a/dev-python/janus/janus-1.0.0-r1.ebuild +++ b/dev-python/janus/janus-1.0.0-r1.ebuild @@ -9,7 +9,6 @@ inherit distutils-r1 pypi DESCRIPTION="Implementation of the asyncio (PEP 3156) event-loop with Qt" HOMEPAGE="https://github.com/aio-libs/janus" -MY_P="${P/_alpha/a}" IUSE="test" RESTRICT="!test? ( test )"