Added pymdown-extensions Python module.
This commit is contained in:
parent
af0acdcdd9
commit
547e903cd6
2
dev-python/pymdown-extensions/Manifest
Normal file
2
dev-python/pymdown-extensions/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
DIST pymdown-extensions-4.12.tar.gz 423783 BLAKE2B dc7c022803508bb1490f01606b7244c6308be8c1ad62b0667a41b42aa89de415bdbbcb3911aaa0a6920e0917711062717dd51c2ccfc23acd87476435d2e67d5b SHA512 c97440ebcb591e8d6e70e7aaea1c8ff248430118edbfb53ad38ab0a42708decc7e5f9108e4a6584c2e052e95dd658fdffc525a34a5f4e19c541e0f1c3e70b84b
|
||||||
|
EBUILD pymdown-extensions-4.12.ebuild 451 BLAKE2B 854ece87287952d2e0a8f8eb34e4a055e0e9f743e42dbd41d6009b7e1ae7968663098d46a53cf18723ff39d523688b09fa741e641c07b4a8b99fe02d44cc634e SHA512 aeff2b4461cf36aca12e86144b300f27b045b70948f916e277d70e054c7422c9baab61b82b14195fb9acdc421244ce7bedaa9b291b4756b10623c11a85e5dd06
|
19
dev-python/pymdown-extensions/pymdown-extensions-4.12.ebuild
Normal file
19
dev-python/pymdown-extensions/pymdown-extensions-4.12.ebuild
Normal file
|
@ -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="Extensions for Python Markdown"
|
||||||
|
HOMEPAGE="https://facelessuser.github.io/pymdown-extensions/"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||||
|
RDEPEND=""
|
Loading…
Reference in a new issue