commit:     0631b636e9b027bad7099d069c84792a94378a01
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat Mar 18 12:06:29 2023 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sat Mar 18 12:06:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0631b636

dev-python/markdown-include: drop old 0.7.0, 0.8.0

Closes: https://bugs.gentoo.org/897460

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-python/markdown-include/Manifest               |  2 --
 .../markdown-include/markdown-include-0.7.0.ebuild | 24 -------------------
 .../markdown-include/markdown-include-0.8.0.ebuild | 27 ----------------------
 3 files changed, 53 deletions(-)

diff --git a/dev-python/markdown-include/Manifest 
b/dev-python/markdown-include/Manifest
index 22e29f8b4..49765423b 100644
--- a/dev-python/markdown-include/Manifest
+++ b/dev-python/markdown-include/Manifest
@@ -1,3 +1 @@
-DIST markdown-include-0.7.0.gh.tar.gz 16696 BLAKE2B 
0816c25afe73f0046d9cf56ad6a985bf76ebd7b4f78f64db631697ffcd07f9e0550b2dd74411945e38c27965153be186a89d82c55aa7bf4570be47c1cfca2917
 SHA512 
2d4350ad87cc7e5dab116f4df7648d3a7ffc0c18e38b61ddfca9a6cf76a64bd1d41dcbf7525fd41c81cbc64abe1f776cd3ad9847e25fe790f16c4a024265390d
-DIST markdown-include-0.8.0.tar.gz 20208 BLAKE2B 
62aeda968baaece8c95d3e73d9606b8206b6ac5f425a72ff1ecdd9e202a42f41d18ca2f3981efb9cbe5fb4aa37e22c97791cf1170ae1377f096a64404564efe0
 SHA512 
1288b66b3faf665d7886cb5d28372335286528b9bfbf5b7320128bf5ec21590533dbe4aa0466f339f24701da9f33cf3615ef5a7c227665513910bf26af9e6007
 DIST markdown-include-0.8.1.tar.gz 21873 BLAKE2B 
83090f66af6f6b7dfc441bce97a0ca91bed3f94274030297e5f46fe8d42d3b3e83afc9f981941870f5bf361bfb5edd54bdda4c5d85595cc5599375f5a2478490
 SHA512 
4ae155d7e114de9d8ca32c129fe5778e7fc9516321357d8e4d90fad651a1dcb54b1fb144bc51e981cf728f1632dc293ed8cc1e7d4219154a2350780ea6f9b7b2

diff --git a/dev-python/markdown-include/markdown-include-0.7.0.ebuild 
b/dev-python/markdown-include/markdown-include-0.7.0.ebuild
deleted file mode 100644
index 0ecda611d..000000000
--- a/dev-python/markdown-include/markdown-include-0.7.0.ebuild
+++ /dev/null
@@ -1,24 +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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown 
docs"
-HOMEPAGE="https://github.com/cmacmackin/markdown-include";
-SRC_URI="https://github.com/cmacmackin/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
-
-src_prepare() {
-       sed -i "s/description-file/description_file/" setup.cfg || die
-       distutils-r1_src_prepare
-}

diff --git a/dev-python/markdown-include/markdown-include-0.8.0.ebuild 
b/dev-python/markdown-include/markdown-include-0.8.0.ebuild
deleted file mode 100644
index 73061b7c8..000000000
--- a/dev-python/markdown-include/markdown-include-0.8.0.ebuild
+++ /dev/null
@@ -1,27 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown 
docs"
-HOMEPAGE="https://github.com/cmacmackin/markdown-include";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -i "s/description-file/description_file/" setup.cfg || die
-       distutils-r1_src_prepare
-}

Reply via email to