diff options
Diffstat (limited to 'dev-python/markdown-include')
| -rw-r--r-- | dev-python/markdown-include/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/markdown-include/markdown-include-0.5.1.ebuild | 17 | ||||
| -rw-r--r-- | dev-python/markdown-include/metadata.xml | 11 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest new file mode 100644 index 000000000000..23cf644e521b --- /dev/null +++ b/dev-python/markdown-include/Manifest @@ -0,0 +1 @@ +DIST markdown-include-0.5.1.tar.gz 3968 BLAKE2B d6de7fdee70de534b8247c5473347a2f29b6ee351b26fb744899190e9add1ded3f87963b321977266938c91ebeb1afd1e447b089166557cd404c08a363ebeef7 SHA512 f330c8d82100fb66115b7369d7c2121c58ea6b7f38c45633994f0fca99a4f314b852608f2cbac53b96e7944bce0ea46dfe9ab578976975699a8a1182b3d6d2c5 diff --git a/dev-python/markdown-include/markdown-include-0.5.1.ebuild b/dev-python/markdown-include/markdown-include-0.5.1.ebuild new file mode 100644 index 000000000000..dbab7412d5fb --- /dev/null +++ b/dev-python/markdown-include/markdown-include-0.5.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Go Overlay Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Add anchor tags and icons to all headers" +HOMEPAGE="https://pypi.python.org/pypi/${PN}" +SRC_URI="mirror://pypi/m/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm x86" + +RESTRICT+=" mirror" diff --git a/dev-python/markdown-include/metadata.xml b/dev-python/markdown-include/metadata.xml new file mode 100644 index 000000000000..e5ecb85d8e3d --- /dev/null +++ b/dev-python/markdown-include/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + + <maintainer type="person"> + <email>toffanin.mauro@gmail.com</email> + <name>Mauro Toffanin</name> + <description>Maintainer. Assign bugs to him</description> + </maintainer> + <origin>go-overlay</origin> +</pkgmetadata> |
