dev-python/mkdocs-material-extensions: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-12-25 18:44:13 +01:00
parent 2e2436d88d
commit 5fae30dc65
2 changed files with 0 additions and 34 deletions

View File

@@ -1,2 +1 @@
DIST mkdocs-material-extensions-1.1.1.gh.tar.gz 12092 BLAKE2B ad5a085cf65768f1bf40f5dfc4323fc8047495fa8c501474e9b2fd6db141ea0915b13eb5596225b5a823b9e9f315f5de1d5be1a0a717d06e4ac17ddd7becb1b7 SHA512 84937d3e9a4817d80fd19b9d359d3b2fdb6766b58c5f0b0530d84ad555b628da3796bbbacebd1b3ad438cbc148bbce681e7038b2dbe5c086645b2f5426a5cb2d
DIST mkdocs-material-extensions-1.1.gh.tar.gz 12063 BLAKE2B ddbee5e2a0bf4a14abf74ddb2e412d0a6152b88036e9b06dba4dac720ccd060ec35470fca2c6407be260de75d6ab88b2f464b091ee935c7d91e590f4e5fa5f93 SHA512 e98a4e8a0e30f30557db2ea3d782d18ab75e9115e761af4db2320d2b92b846d996dd1dd170c4a234dd6b9c5bf625a49294951c84b7d47115b05b67d3ec3af682

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Extension pack for Python Markdown"
HOMEPAGE="
https://github.com/facelessuser/mkdocs-material-extensions
https://pypi.org/project/mkdocs-material-extensions
"
SRC_URI="
https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
RESTRICT="test"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~riscv x86"
RDEPEND=">=dev-python/mkdocs-material-5.0.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest