commit:     b27e3a98c7fe90f592ddc341121e6152e93da966
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 06:56:35 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 06:58:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27e3a98

dev-python/mkdocs-git-revision-date-localized-plugin: Remove old

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

 .../Manifest                                       |  3 --
 ...git-revision-date-localized-plugin-1.2.0.ebuild | 63 ----------------------
 ...git-revision-date-localized-plugin-1.2.1.ebuild | 63 ----------------------
 ...git-revision-date-localized-plugin-1.2.2.ebuild | 63 ----------------------
 4 files changed, 192 deletions(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest 
b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
index ae71263fa2a1..5faf6c9bc913 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
@@ -1,4 +1 @@
-DIST mkdocs-git-revision-date-localized-plugin-1.2.0.gh.tar.gz 378268 BLAKE2B 
ee4270e60a23b4c040de1b931c1d18f785d95b1947facd66d0b9180452dd30fee518fcdf24840b6523ee4944cf363ebbf9a27c93b09f45cc09daf277d4fd7085
 SHA512 
627c1b6c955f8c787ac01e9be5827648a8c9bbd1f9449c8a734f47fc83d28e3eba5faad142f69da12291c4ac3f728ae2c090e9b8e0a84b585557977a9fe04241
-DIST mkdocs-git-revision-date-localized-plugin-1.2.1.gh.tar.gz 377237 BLAKE2B 
86e9b15c79cd9b1a17d3231cefd8ccf86afab8fc013e82ae116a38a5094386c6e450fde8a3fc0ecbc82dfe699c1973c86d9cc0f39f89b67617b0f9f0b37da0cf
 SHA512 
4d2ad4406a2eb1a672ff4ce4b78a4b46a53a4189bbc5bff29d8682e7dbfc95ce5e22cf6f0865dca3941aa430b2f10e6bbd3bd8bddf2076190d14a21ca88e7a10
-DIST mkdocs-git-revision-date-localized-plugin-1.2.2.gh.tar.gz 377297 BLAKE2B 
c6ae0270f37931a0d3c1c1e5f73ec7423be2803ed86819f8c82cae0eea0461945ce6dcea3a61cf88879f879bbfe838d49fa5b314bf69bf707d6159b72b34ecb5
 SHA512 
23fe871b7688aff7fde54657493076f2371fce10476e5bbdcc1a5efe39aad374b79f865309baefaacff61109fe2489ac326d6975275470eab5edca8ef075eea1
 DIST mkdocs-git-revision-date-localized-plugin-1.2.4.gh.tar.gz 377301 BLAKE2B 
1270af27887411088969f086fa5c7426cca7221264c863201cc0fe0a0d3f7a004f9d2ca264d4c4b6e9678c420534d5a18996f5556c3ce3a6761f294e0c629fbd
 SHA512 
24becb98d6f04500935f9f0be21ae1fa39cb8f01afc9d5eb38f320bc3aef4baae345e6d5af768d882fb10b15ffcaba9e2b32fe3430b800ba7097cd27b4ab5657

diff --git 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.2.0.ebuild
 
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.2.0.ebuild
deleted file mode 100644
index c064a42f2c6d..000000000000
--- 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.2.0.ebuild
+++ /dev/null
@@ -1,63 +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} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-       dev-python/regex
-       dev-python/mkdocs-i18n
-       dev-python/mkdocs-material
-       dev-python/mkdocs-git-authors-plugin
-       dev-python/mkdocs-git-revision-date-localized-plugin
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Display the localized date of the last git modification of a 
markdown file"
-HOMEPAGE="
-       https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/
-       https://pypi.org/project/mkdocs-git-revision-date-localized-plugin/
-"
-SRC_URI="
-       https://github.com/timvink/${PN}/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
-       >=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
-       dev-python/GitPython[${PYTHON_USEDEP}]
-       >=dev-python/mkdocs-1.0[${PYTHON_USEDEP}]
-       dev-python/pytz[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/click[${PYTHON_USEDEP}]
-               dev-python/mkdocs-material[${PYTHON_USEDEP}]
-               dev-python/mkdocs-i18n[${PYTHON_USEDEP}]
-               dev-vcs/git
-       )
-       doc? ( dev-vcs/git )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # mkdocs-git-revision-date-localized-plugin's tests need git repo
-       if use test || use doc; then
-               git init -q || die
-               git config --global user.email "[email protected]" || die
-               git config --global user.name "Your Name" || die
-               git add . || die
-               git commit -qm 'init' || die
-       fi
-
-       distutils-r1_python_prepare_all
-}

diff --git 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.2.1.ebuild
 
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.2.1.ebuild
deleted file mode 100644
index b5e429a43461..000000000000
--- 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.2.1.ebuild
+++ /dev/null
@@ -1,63 +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_{10..12} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-       dev-python/regex
-       dev-python/mkdocs-i18n
-       dev-python/mkdocs-material
-       dev-python/mkdocs-git-authors-plugin
-       dev-python/mkdocs-git-revision-date-localized-plugin
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Display the localized date of the last git modification of a 
markdown file"
-HOMEPAGE="
-       https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/
-       https://pypi.org/project/mkdocs-git-revision-date-localized-plugin/
-"
-SRC_URI="
-       https://github.com/timvink/${PN}/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-       >=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
-       dev-python/GitPython[${PYTHON_USEDEP}]
-       >=dev-python/mkdocs-1.0[${PYTHON_USEDEP}]
-       dev-python/pytz[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/click[${PYTHON_USEDEP}]
-               dev-python/mkdocs-material[${PYTHON_USEDEP}]
-               dev-python/mkdocs-static-i18n[${PYTHON_USEDEP}]
-               dev-vcs/git
-       )
-       doc? ( dev-vcs/git )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # mkdocs-git-revision-date-localized-plugin's tests need git repo
-       if use test || use doc; then
-               git init -q || die
-               git config --global user.email "[email protected]" || die
-               git config --global user.name "Your Name" || die
-               git add . || die
-               git commit -qm 'init' || die
-       fi
-
-       distutils-r1_python_prepare_all
-}

diff --git 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.2.2.ebuild
 
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.2.2.ebuild
deleted file mode 100644
index a50cf472405c..000000000000
--- 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.2.2.ebuild
+++ /dev/null
@@ -1,63 +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_{10..12} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-       dev-python/regex
-       dev-python/mkdocs-i18n
-       dev-python/mkdocs-material
-       dev-python/mkdocs-git-authors-plugin
-       dev-python/mkdocs-git-revision-date-localized-plugin
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Display the localized date of the last git modification of a 
markdown file"
-HOMEPAGE="
-       https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/
-       https://pypi.org/project/mkdocs-git-revision-date-localized-plugin/
-"
-SRC_URI="
-       https://github.com/timvink/${PN}/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-       >=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
-       dev-python/GitPython[${PYTHON_USEDEP}]
-       >=dev-python/mkdocs-1.0[${PYTHON_USEDEP}]
-       dev-python/pytz[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/click[${PYTHON_USEDEP}]
-               dev-python/mkdocs-material[${PYTHON_USEDEP}]
-               dev-python/mkdocs-static-i18n[${PYTHON_USEDEP}]
-               dev-vcs/git
-       )
-       doc? ( dev-vcs/git )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # mkdocs-git-revision-date-localized-plugin's tests need git repo
-       if use test || use doc; then
-               git init -q || die
-               git config --global user.email "[email protected]" || die
-               git config --global user.name "Your Name" || die
-               git add . || die
-               git commit -qm 'init' || die
-       fi
-
-       distutils-r1_python_prepare_all
-}

Reply via email to