From e205a47bb481d241db837db1645b3dcd38154dd5 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Mon, 16 Jan 2023 04:00:19 -0800 Subject: [PATCH] app-editors/apostrophe: PEP517, py3.11, fix dep --- app-editors/apostrophe/Manifest | 6 +++--- app-editors/apostrophe/apostrophe-2.6.3.ebuild | 10 +++++----- app-editors/apostrophe/apostrophe-9999.ebuild | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app-editors/apostrophe/Manifest b/app-editors/apostrophe/Manifest index 85e2879..9283550 100644 --- a/app-editors/apostrophe/Manifest +++ b/app-editors/apostrophe/Manifest @@ -1,4 +1,4 @@ -DIST apostrophe-2.6.3.tar.gz 3278462 BLAKE2B 168d1100c7b3f87ef1fd39af5c065bc932abddf9f1fb3672864b82f7cf2f8da22c3842d0b279c8bf946850a7ed8debdabd8393bb966480baf7609104109b7613 SHA512 1820fd609efe4ac0b7babdeb2aa552a72dd9623f4caeb8eb9e638a52a546b76fda5119931d10b630234a595d227ff7090a63503fd9da94d553439b91a03ac876 -EBUILD apostrophe-2.6.3.ebuild 1104 BLAKE2B 56c543eeb7f4afd28290dc0fcfb930aa201652a38df06af5e2c4116f8f24414be1230d7f65ac58daca960ab0e43ddcbe71711f519e6aaa9e073386bd5b852374 SHA512 850a8daf46e6f079eaee192c99ecb6b760e2956c797a4914effb37951c296fe041ee8bcd7e98aad40ccaf18425f599c14bc591bed37b13bbfd97e2f4163e2b3f -EBUILD apostrophe-9999.ebuild 1104 BLAKE2B 56c543eeb7f4afd28290dc0fcfb930aa201652a38df06af5e2c4116f8f24414be1230d7f65ac58daca960ab0e43ddcbe71711f519e6aaa9e073386bd5b852374 SHA512 850a8daf46e6f079eaee192c99ecb6b760e2956c797a4914effb37951c296fe041ee8bcd7e98aad40ccaf18425f599c14bc591bed37b13bbfd97e2f4163e2b3f +DIST apostrophe-2.6.3.tar.bz2 3262272 BLAKE2B d020beb1e0d12929b138b003703176db3388e1a906bf1504ec8440387ddc4e407f0fe16852bcba7577738cf28446c58130d3cba8e625f031e76845500773bf5f SHA512 ca88ba545ea99f1f365091932819fbb9dfc5c30225275090fc5e2b3aa072400aee9918e5f7972ce55860f76d111ed43308ad87f5be02cd289bbf107955f4e172 +EBUILD apostrophe-2.6.3.ebuild 1098 BLAKE2B c311c27416c083d0e8a3c052a72fdb014d637dc43b1b405fbc019d8650de298de3bbc6042f99d3d91c12d5e19ec24dd5b61b3ef620657864b9f1f02fa11e13ee SHA512 856630b73b85887d4ebfe3f3134e54b5dcd9f8c25e17ac811b97ac599952af4fb3118cbce68706cdaf106e8993a8fd95bb2bf27592c2af0348f5e0206c0402b4 +EBUILD apostrophe-9999.ebuild 1098 BLAKE2B c311c27416c083d0e8a3c052a72fdb014d637dc43b1b405fbc019d8650de298de3bbc6042f99d3d91c12d5e19ec24dd5b61b3ef620657864b9f1f02fa11e13ee SHA512 856630b73b85887d4ebfe3f3134e54b5dcd9f8c25e17ac811b97ac599952af4fb3118cbce68706cdaf106e8993a8fd95bb2bf27592c2af0348f5e0206c0402b4 MISC metadata.xml 329 BLAKE2B 603a46388f3e8b842410da6127275396a89171dd3181e3cd8967d6166f2d932eb19895250997177938ea9768f2e015cc03ed9dca5c7c4129dda59f8fe3758ed8 SHA512 5d97b057187188ac05e5f9713bb79e6eb703fee2ec7b5cd875e57d78b2124b41fb22b82579c3154662e11c86d58db52a240809010192306657450d3fadae1498 diff --git a/app-editors/apostrophe/apostrophe-2.6.3.ebuild b/app-editors/apostrophe/apostrophe-2.6.3.ebuild index 189ade3..efed764 100644 --- a/app-editors/apostrophe/apostrophe-2.6.3.ebuild +++ b/app-editors/apostrophe/apostrophe-2.6.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 gnome2-utils meson xdg @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then else MY_P="${PN}-v${PV}" S="${WORKDIR}/${MY_P}" - SRC_URI="https://gitlab.gnome.org/World/apostrophe/-/archive/v${PV}/${MY_P}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.gnome.org/World/apostrophe/-/archive/v${PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2" KEYWORDS="~amd64" fi @@ -39,7 +39,7 @@ RDEPEND=" dev-python/pyenchant dev-python/pygobject dev-python/pypandoc - dev-python/python-levenshtein + dev-python/Levenshtein dev-python/regex " BDEPEND="dev-lang/sassc" diff --git a/app-editors/apostrophe/apostrophe-9999.ebuild b/app-editors/apostrophe/apostrophe-9999.ebuild index 189ade3..efed764 100644 --- a/app-editors/apostrophe/apostrophe-9999.ebuild +++ b/app-editors/apostrophe/apostrophe-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 gnome2-utils meson xdg @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then else MY_P="${PN}-v${PV}" S="${WORKDIR}/${MY_P}" - SRC_URI="https://gitlab.gnome.org/World/apostrophe/-/archive/v${PV}/${MY_P}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.gnome.org/World/apostrophe/-/archive/v${PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2" KEYWORDS="~amd64" fi @@ -39,7 +39,7 @@ RDEPEND=" dev-python/pyenchant dev-python/pygobject dev-python/pypandoc - dev-python/python-levenshtein + dev-python/Levenshtein dev-python/regex " BDEPEND="dev-lang/sassc"