mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/mkdocs_pymdownx_material_extras: new package
Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-python/mkdocs_pymdownx_material_extras/Manifest
Normal file
1
dev-python/mkdocs_pymdownx_material_extras/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mkdocs_pymdownx_material_extras-1.0_beta10.tar.gz 14119 BLAKE2B 6762aae646fcff48492ea1d63b995b614858d18cb0cfcf6c5acc9beed1e6e22fc646287de68a977fc741315b2f44af087fe9a00f084e047d67cad202609abd5d SHA512 a0e54bc280bb1d3621278587b07383c28eec04327f5e07f74b85445314167850a9939c5a58d7fa798618fbce634e8d4f396b2fca8bec1da1176484f12337305b
|
||||
19
dev-python/mkdocs_pymdownx_material_extras/metadata.xml
Normal file
19
dev-python/mkdocs_pymdownx_material_extras/metadata.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">facelessuser/mkdocs_pymdownx_material_extras</remote-id>
|
||||
<remote-id type="pypi">mkdocs-pymdownx-material-extras</remote-id>
|
||||
</upstream>
|
||||
<longdescription lang="en">
|
||||
A plugin that for MkDocs and specifically the MkDocs Material Theme.
|
||||
Adds additional resources that are used in the PyMdown Extensions documentation, and other @facelessuser projects.
|
||||
While this is not specifically meant for outside consumption, and was originally written for @facelessuser projects, it can be freely used if desired.
|
||||
Files are copied from the pymdown-extensions project.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
#DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MYPV="${PV/_beta/b}"
|
||||
|
||||
DESCRIPTION="Custom alterations based on Mkdocs-Material"
|
||||
HOMEPAGE="
|
||||
https://github.com/facelessuser/mkdocs_pymdownx_material_extras
|
||||
https://pypi.org/project/mkdocs-pymdownx-material-extras"
|
||||
SRC_URI="https://github.com/facelessuser/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/mkdocs-material[${PYTHON_USEDEP}]
|
||||
>=dev-python/pymdown-extensions-7.0_beta2[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user