From 5ab0c6d90aaa10447b3f102b7089cf8e3a3cf68f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 3 May 2025 13:08:55 +0100 Subject: powerline-gitstatus; bump supported python to 3.13, drop old --- app-shells/powerline-gitstatus/Manifest | 3 +-- .../powerline-gitstatus-1.3.2-r1.ebuild | 21 --------------------- .../powerline-gitstatus-1.3.2-r2.ebuild | 21 +++++++++++++++++++++ .../powerline-gitstatus-1.3.2.ebuild | 20 -------------------- 4 files changed, 22 insertions(+), 43 deletions(-) delete mode 100644 app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2-r1.ebuild create mode 100644 app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2-r2.ebuild delete mode 100644 app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2.ebuild (limited to 'app-shells/powerline-gitstatus') diff --git a/app-shells/powerline-gitstatus/Manifest b/app-shells/powerline-gitstatus/Manifest index 029b747..facb7a5 100644 --- a/app-shells/powerline-gitstatus/Manifest +++ b/app-shells/powerline-gitstatus/Manifest @@ -1,3 +1,2 @@ DIST powerline-gitstatus-1.3.2.tar.gz 18907 BLAKE2B 15cacbab8a5c6f40fd588f37814c5e7dd97a1685abd54ac38ffa69dd76c1016313ab200493b27be7439c696aa5fa32c21984e99bcc037019c65cced9cea567ed SHA512 5e2f916c3c1493c1b350d5578984ed10210d28b486b46cc481dd480663524dead852a6b298f3e7291f2378264bd0ce57904457a1a97ec14a65b1664f692edaf1 -EBUILD powerline-gitstatus-1.3.2-r1.ebuild 591 BLAKE2B 722fc3bac749d24bda20d4ae847a846e6693da73a4e0954fa6aa58ee0ac7c84b9e45693b53e753325bcc11ca48c0c37914741b63e632403abd8c7d25075cdcc7 SHA512 8212f4896e1d1661f7e7884cfd4d4a73f9dc808d4205557972ccd47788df48d6376b4c78f5c197d32d15da6f29b5948e2a27d4bc59c8d47116d1af86bbea152b -EBUILD powerline-gitstatus-1.3.2.ebuild 559 BLAKE2B 0e2a2cf501a22aecfaefb217a9c7fdddf86d7f73225374b1e5e1ab62c85c9e44be0364b6982ec14ba013a235006b8aa27f5789df000f916627a982e16fe3dffd SHA512 19eff89f3fc03d20a65c9bafaaeaa37e139bdff570247032301bd30fdd80071da009ffb8ab9f9cd99ad85534d0232514a76d44b0d42e859f66a183cfcfc5cc78 +EBUILD powerline-gitstatus-1.3.2-r2.ebuild 591 BLAKE2B e79aa626ef3c4aa7d7108dd281af26e20fe23a28fe4de7c7ad00b797f18196ad12adc27c864ebe1134cff0ecfe1cc63840db039e197a5286d3fa82efc12f5c23 SHA512 861ca746ecdf13772b1bd541dcb78ddefef2ccacf94aa8d5295b60d510e14a04347cf9c4f380784e1cf9adcefe11c85a0b652de44b2287cc9b82c1137c340e67 diff --git a/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2-r1.ebuild b/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2-r1.ebuild deleted file mode 100644 index 087fa39..0000000 --- a/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN="powerline-gitstatus" -inherit distutils-r1 - -DESCRIPTION="A Powerline segment for showing the status of a Git working copy." -HOMEPAGE="https://github.com/jaspernbrouwer/powerline-gitstatus" -SRC_URI="https://github.com/jaspernbrouwer/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="app-shells/powerline" -RDEPEND="${DEPEND}" -BDEPEND="" diff --git a/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2-r2.ebuild b/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2-r2.ebuild new file mode 100644 index 0000000..167ed22 --- /dev/null +++ b/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2-r2.ebuild @@ -0,0 +1,21 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{9..13} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN="powerline-gitstatus" +inherit distutils-r1 + +DESCRIPTION="A Powerline segment for showing the status of a Git working copy." +HOMEPAGE="https://github.com/jaspernbrouwer/powerline-gitstatus" +SRC_URI="https://github.com/jaspernbrouwer/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="app-shells/powerline" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2.ebuild b/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2.ebuild deleted file mode 100644 index 14dcac2..0000000 --- a/app-shells/powerline-gitstatus/powerline-gitstatus-1.3.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) -PYPI_NO_NORMALIZE=1 -PYPI_PN="powerline-gitstatus" -inherit distutils-r1 - -DESCRIPTION="A Powerline segment for showing the status of a Git working copy." -HOMEPAGE="https://github.com/jaspernbrouwer/powerline-gitstatus" -SRC_URI="https://github.com/jaspernbrouwer/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="app-shells/powerline" -RDEPEND="${DEPEND}" -BDEPEND="" -- cgit v1.2.3