commit:     de28648952f6ff1d74ba9e2a4df46389aa95a7a9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 27 11:29:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 12:34:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de286489

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

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

 .../Manifest                                       |  2 -
 ...it-revision-date-localized-plugin-0.10.0.ebuild | 51 ----------------------
 ...it-revision-date-localized-plugin-0.10.3.ebuild | 51 ----------------------
 3 files changed, 104 deletions(-)

diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest 
b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
index 73f2b4aa1acb..e5ac25e24acd 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
@@ -1,3 +1 @@
-DIST mkdocs-git-revision-date-localized-plugin-0.10.0.tar.gz 368270 BLAKE2B 
c00956c86394bdfc8b2fe9e51e7588362f6bd7bc3bde174c1d387377418a47f56f01137e597405146280bba195ebf7aa5cadf67e9514734e5874df69e4990857
 SHA512 
8ce742cd995c180372a9d76a96c19f4f7c7b9fafe5c67f13e2c1d7377dc18e071d379cd741cb5f4a84be9f275b3f3d74d23875e766a7dda86498acb0a08d4344
-DIST mkdocs-git-revision-date-localized-plugin-0.10.3.tar.gz 368559 BLAKE2B 
eb0a1e7f85a99ac6f79ebe8cbb547e4b836bde22909363492b63e0bc40ff139fb1f16c9de5662cbb1ba5ab65f2bb8cd3a6f871bc81b894218c4a7d2b8a37770c
 SHA512 
f5cd242eb48cb50c426c9dad76d36958ed31434090986ab5062d8b57ff941ec4dfd9e1cd1f50ac6713e49751afb476e9bc1d7efadf1cfca19f3de70f08320de7
 DIST mkdocs-git-revision-date-localized-plugin-0.11.1.tar.gz 369943 BLAKE2B 
261813f3d63d6b1bfb021aab3f9db96f7977ac8f6bf6239158f1d8045e1eb5b21b89f2c4eb493634944b202334f59ce589797624137bfc643cda3ef52969bd73
 SHA512 
fb5e1c1b65f431585dc6a6887fc079a3181e73286697c331317a69f7748453af61abfb8fc58eb55203f09c9a70c752781dd834d03e13184ddb0bb761aa10e371

diff --git 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.10.0.ebuild
 
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.10.0.ebuild
deleted file mode 100644
index 9a918d947228..000000000000
--- 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.10.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="dev-python/mkdocs-material"
-
-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.10.3.ebuild
 
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.10.3.ebuild
deleted file mode 100644
index 9a918d947228..000000000000
--- 
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.10.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="dev-python/mkdocs-material"
-
-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
-}

Reply via email to