Added mkdocs-pdf-export-plugin.
This commit is contained in:
parent
86e2408bb0
commit
031d47ac11
3
dev-python/mkdocs-pdf-export-plugin/Manifest
Normal file
3
dev-python/mkdocs-pdf-export-plugin/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
DIST mkdocs-pdf-export-plugin-0.3.0.tar.gz 6037 BLAKE2B aac4b1bf6f6c6c5d2d4f7c6bfdc78f7673b28deb3c4476ca4d8ac7b444790caea59628b81a55a281d1021a350eb57ab6b972a3cd0bf5e10d5c9179feffad9c9a SHA512 34b8c024fada86c6d95d0e0dc2f4d68bd8deb8e7162a36e8db20803bec9b2b237b80007d50c39da99293f50032a63184a3ccf750eaebb93c2a8544ef99c32f5d
|
||||||
|
EBUILD mkdocs-pdf-export-plugin-0.3.0.ebuild 475 BLAKE2B a7fa44b6d8d5346130d6b618885f770d14150df1d52cb4a2ad1f9f7ef5f494ce8fbad443b9e559d4fa22719609f10927a89b2fc95862a188ba29cd0b77580022 SHA512 9d7e3dc8b99b03b8495d2bf4d0a34627cec2509da464f930a439c92b57bb4335ab7cbe6f8a6e7148e4ba3e2d1737404e7a1a99cb9692c7c473024987ba1e115b
|
||||||
|
MISC metadata.xml 226 BLAKE2B 4ed57bf1bde92de237c2230c3b438090df447d667f4d8d1178cdecf347d3c3010874febb43e5da8fec3d6c610d9077affd8c0fc7fb4a56a29f59bd1409ddfaca SHA512 6c0e15e104c04fc0da93ada6fb18f6e2e42c164ddc89108ee9f59e619841eebf63999a2c14002cd4e15bbd488c04355e13ff98de117324eccb9ace625b3affc2
|
7
dev-python/mkdocs-pdf-export-plugin/metadata.xml
Normal file
7
dev-python/mkdocs-pdf-export-plugin/metadata.xml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">mkdocs-pdf-export-plugin</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
|
@ -0,0 +1,19 @@
|
||||||
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="An MkDocs plugin to export content pages as PDF files"
|
||||||
|
HOMEPAGE="https://github.com/shauser/mkdocs-pdf-export-plugin"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||||
|
RDEPEND=""
|
Loading…
Reference in a new issue