summaryrefslogtreecommitdiff
path: root/dev-python/mkdocs-material/mkdocs-material-7.2.2.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-26 01:40:49 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-26 01:40:49 +0000
commitf1aaa0ae118beef5567fb3f97abe25706b8b1671 (patch)
tree28c0fbb9c407b4047cbd027ffac27af9040a8efb /dev-python/mkdocs-material/mkdocs-material-7.2.2.ebuild
parent0eb3b3b01293b15264b5daa42ef855b339430489 (diff)
downloadbaldeagleos-repo-f1aaa0ae118beef5567fb3f97abe25706b8b1671.tar.gz
baldeagleos-repo-f1aaa0ae118beef5567fb3f97abe25706b8b1671.tar.xz
baldeagleos-repo-f1aaa0ae118beef5567fb3f97abe25706b8b1671.zip
Adding metadata
Diffstat (limited to 'dev-python/mkdocs-material/mkdocs-material-7.2.2.ebuild')
-rw-r--r--dev-python/mkdocs-material/mkdocs-material-7.2.2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/mkdocs-material/mkdocs-material-7.2.2.ebuild b/dev-python/mkdocs-material/mkdocs-material-7.2.2.ebuild
deleted file mode 100644
index ac8856fd54ac..000000000000
--- a/dev-python/mkdocs-material/mkdocs-material-7.2.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
- dev-python/mkdocs-minify-plugin
- dev-python/mkdocs-redirects
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="A Material Design theme for MkDocs"
-HOMEPAGE="
- https://github.com/squidfunk/mkdocs-material
- https://pypi.org/project/mkdocs-material
-"
-SRC_URI="https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-1.1[${PYTHON_USEDEP}]
- >=dev-python/pygments-2.4[${PYTHON_USEDEP}]
- >=dev-python/pymdown-extensions-7.0[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-material-extensions-1.0[${PYTHON_USEDEP}]
-"