diff --git a/dev-python/md-environ/Manifest b/dev-python/md-environ/Manifest new file mode 100644 index 0000000000..34d49662a2 --- /dev/null +++ b/dev-python/md-environ/Manifest @@ -0,0 +1 @@ +DIST md-environ-0.1.0.tar.gz 3060 BLAKE2B 5e201b1eacd648d57eac39ff465c3d6772128515d102d68e2bb9ea2b9cae4197b173c8a3a926fc5c57cbee695ad4c7d82853826ba18e68517c4e6ecf46d9a692 SHA512 6a6455666410d4fccecd3ef059fb08f06d9d68bd40c64795d99e1f779f69b6361b322ce2e6853d17e0b9bb99f014b65a0466ad519fd24422ffaa657863aa3460 diff --git a/dev-python/md-environ/md-environ-0.1.0.ebuild b/dev-python/md-environ/md-environ-0.1.0.ebuild new file mode 100644 index 0000000000..dd516a00cc --- /dev/null +++ b/dev-python/md-environ/md-environ-0.1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs" +HOMEPAGE="https://github.com/cmacmackin/md-environ" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]" diff --git a/dev-python/md-environ/metadata.xml b/dev-python/md-environ/metadata.xml new file mode 100644 index 0000000000..c8dfd6887f --- /dev/null +++ b/dev-python/md-environ/metadata.xml @@ -0,0 +1,15 @@ + + + + + torokhov-s-a@yandex.ru + Sergey Torokhov + + + This is an extension to Python-Markdown which allows environment variables to be used in the text. + + + cmacmackin/md-environ + md-environ + +