From 799073eb168d35819904276f6c912be4ac76166a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Aug 2022 20:03:41 +0100 Subject: gentoo auto-resync : 03:08:2022 - 20:03:40 --- dev-python/mkautodoc/Manifest | 2 ++ dev-python/mkautodoc/mkautodoc-0.2.0.ebuild | 32 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 dev-python/mkautodoc/mkautodoc-0.2.0.ebuild (limited to 'dev-python/mkautodoc') diff --git a/dev-python/mkautodoc/Manifest b/dev-python/mkautodoc/Manifest index 096207dd8e12..122ad8219b42 100644 --- a/dev-python/mkautodoc/Manifest +++ b/dev-python/mkautodoc/Manifest @@ -1,3 +1,5 @@ DIST mkautodoc-0.1.0.tar.gz 5654 BLAKE2B c0ae754e800ea25e9cccc621b4fd5c8d1561c57808b301ac5a3036ca18fda1adc432006e13b777a83dcc2cd6960a34745e17dfbcbbda24098902198d4fc9d743 SHA512 7ccb0a03016e2984d88d78eca2a8ee01e2153ff574c912358640c158b2084e3c365ace0fdb89cb74bb1950c68775d9d3cb11201cbf3c6d136dc7886a3294dc89 +DIST mkautodoc-0.2.0.gh.tar.gz 6914 BLAKE2B dc00da8415933775dba4d3dd1e2082b74c1c32da5953e68e1cf01727c6ba0471b83b9c45641975945a914a2403159f96c347a48f0fd743bdf446da2ee3f9e801 SHA512 d0151294fb530c0bf1f10fbf026426487acc68c5b2da0067847ade86a4327a0c826a0f51e7cc0f519594a3a38a1a1d3d304bd5be47bdfc1979b6fa20eb57187f EBUILD mkautodoc-0.1.0-r1.ebuild 711 BLAKE2B 63a80be760fa044836598ce7f8302cd1b0df3c9e2e6e61095083df33a30de0f8c2e65f0688599b03820a4634da0aad2ef1e27741982ad6e7006f323c4e60cde0 SHA512 85e5b11be1c5dfadc160261040cd7a741869566e8108c41b342ed5cae6ce68ebafbf8c65ad58eb4e7ff792629fbcc0cf638f850f8aa4a22cbe778cd3b34f4fe7 +EBUILD mkautodoc-0.2.0.ebuild 715 BLAKE2B 41905cbf52e489b9abb035d5e1cbd55f1452a551bbd344c4eab2846261502618bd49db74ea350a408e9f3bf83e424939914e93505b9875714ce03dc7972874ca SHA512 f16f94035f022949696aef3fa73c3a368d8ad34a9f5837571abb32b1ae06a82765fc1e15cdea016b035c87890b81bfa9d2704c2c72d19bb14ba91156dfc4c428 MISC metadata.xml 517 BLAKE2B 982eb0e73c28e8565ebcd08f9822e5d35258e8cb1f44b57a3218b928c6d9873b1d5ae8890d4688ca4775806aa140c3be3ba52c9af8afe87f7ba2e89ae09c1e97 SHA512 640db2d746a27484dcdbd4d84951dd207a0ec6ce9047346432fddc1b08ad98f19077d320c603a85297161c8202dd1c5328486280c343987976a3108667978a51 diff --git a/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild new file mode 100644 index 000000000000..f5e837d4c962 --- /dev/null +++ b/dev-python/mkautodoc/mkautodoc-0.2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Auto documentation for MkDocs" +HOMEPAGE=" + https://github.com/tomchristie/mkautodoc/ + https://pypi.org/project/mkautodoc/ +" +SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]" + +BDEPEND="test? ( + dev-python/mock[${PYTHON_USEDEP}] +)" + +distutils_enable_tests pytest + +src_test() { + local -x PYTHONPATH="${WORKDIR}/${P}/tests/mocklib:${WORKDIR}/${P}" + distutils-r1_src_test +} -- cgit v1.2.3