commit:     b9c37984b364f73eec8eb94a968ea039d1e545a8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 07:56:41 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 07:56:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c37984

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

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

 .../Manifest                                       |  3 --
 ...it-revision-date-localized-plugin-0.11.1.ebuild | 54 --------------------
 ...it-revision-date-localized-plugin-0.12.1.ebuild | 55 --------------------
 ...git-revision-date-localized-plugin-1.0.0.ebuild | 58 ----------------------
 4 files changed, 170 deletions(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest 
b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
index e5ead20a4bc1..24db9ab653c7 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-0.11.1.tar.gz 369943 BLAKE2B 
261813f3d63d6b1bfb021aab3f9db96f7977ac8f6bf6239158f1d8045e1eb5b21b89f2c4eb493634944b202334f59ce589797624137bfc643cda3ef52969bd73
 SHA512 
fb5e1c1b65f431585dc6a6887fc079a3181e73286697c331317a69f7748453af61abfb8fc58eb55203f09c9a70c752781dd834d03e13184ddb0bb761aa10e371
-DIST mkdocs-git-revision-date-localized-plugin-0.12.1.tar.gz 370763 BLAKE2B 
6b69b34a18288d042aa754bcb6f3c6a3b96de0016db1ef888d2b0fe09f479964e6d0473d8af700aec904befb79d5a56e775847c87cd06b1ffc90cfdbe6e73b18
 SHA512 
4368ae0341fa9e3af08f93cce883b03cc9bd3bef16dcec7314c7e439d6524726173ffb60bbc11bcdd9e3c9ef5f1fa7d24a1c01dc543241061c61a8b0f5044614
-DIST mkdocs-git-revision-date-localized-plugin-1.0.0.tar.gz 375656 BLAKE2B 
3dc850f219ca0396015c474d714412253b05075f5ad55fbfdcc4ed90468466e6c6735904517d598b66cf408c222e83ed35d176b1379a26a97b64d88bcbff06b6
 SHA512 
632f4e2d0ce8fc0f90707918526e49e2752ecc36c2623eb0df76d49476f6e4b347265166f5f1d6148475bb01bdb61a6337a3edf6ccba2cccb2c372a9aba70cac
 DIST mkdocs-git-revision-date-localized-plugin-1.0.1.tar.gz 375668 BLAKE2B 
355b0fdced378305dd12c72d05186ef50fc1e5b7e5302c9c0887ced03329d598528367313e81d3c8a4658ed1bb2e940c9495c09c2e6e40a03cbc52833fbb13a5
 SHA512 
7f54ac18bb09ce1f396d593edb5e456476c18c68464dafc62e6b6e1f3aa89735319016925d2f2b8a4ff7aed03d8e02109da23f23a84d9ae0d138bbca278aafd5

diff --git 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.11.1.ebuild
 
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.11.1.ebuild
deleted file mode 100644
index 6b9312abd7ea..000000000000
--- 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.11.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-       dev-python/mkdocs-material
-       dev-python/mkdocs-git-authors-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}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="
-       >=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
-       dev-python/GitPython[${PYTHON_USEDEP}]
-       >=dev-python/mkdocs-1.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/click[${PYTHON_USEDEP}]
-               dev-python/mkdocs-material[${PYTHON_USEDEP}]
-               dev-vcs/git
-       )
-       doc? ( dev-vcs/git )
-"
-
-distutils_enable_tests --install 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 "y...@example.com" || 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-0.12.1.ebuild
 
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.12.1.ebuild
deleted file mode 100644
index 49964697772f..000000000000
--- 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.12.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{8..10} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-       dev-python/mkdocs-material
-       dev-python/mkdocs-git-authors-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}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-RDEPEND="
-       >=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
-       dev-python/GitPython[${PYTHON_USEDEP}]
-       >=dev-python/mkdocs-1.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/click[${PYTHON_USEDEP}]
-               dev-python/mkdocs-material[${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 "y...@example.com" || 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.0.0.ebuild
 
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.0.0.ebuild
deleted file mode 100644
index 0a6513c1f589..000000000000
--- 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-1.0.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{8..10} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-       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}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="
-       >=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
-       dev-python/GitPython[${PYTHON_USEDEP}]
-       >=dev-python/mkdocs-1.0[${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 "y...@example.com" || 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