summaryrefslogtreecommitdiff
path: root/dev-python/mkautodoc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /dev-python/mkautodoc
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'dev-python/mkautodoc')
-rw-r--r--dev-python/mkautodoc/Manifest4
-rw-r--r--dev-python/mkautodoc/metadata.xml10
-rw-r--r--dev-python/mkautodoc/mkautodoc-0.1.0.ebuild8
3 files changed, 11 insertions, 11 deletions
diff --git a/dev-python/mkautodoc/Manifest b/dev-python/mkautodoc/Manifest
index 3542ffe55313..fcb695966965 100644
--- a/dev-python/mkautodoc/Manifest
+++ b/dev-python/mkautodoc/Manifest
@@ -1,3 +1,3 @@
DIST mkautodoc-0.1.0.tar.gz 5654 BLAKE2B c0ae754e800ea25e9cccc621b4fd5c8d1561c57808b301ac5a3036ca18fda1adc432006e13b777a83dcc2cd6960a34745e17dfbcbbda24098902198d4fc9d743 SHA512 7ccb0a03016e2984d88d78eca2a8ee01e2153ff574c912358640c158b2084e3c365ace0fdb89cb74bb1950c68775d9d3cb11201cbf3c6d136dc7886a3294dc89
-EBUILD mkautodoc-0.1.0.ebuild 640 BLAKE2B ec22d2c25b8ad03cda5941ecda997ffee8f004fb036e560e36ed489af30000e13ba1ee332511cf65ebf8e7d0ef19a9de3cec2e3d9da88ffd56a943ef0e1e2dd4 SHA512 463b98fed20cfeb1a3d9caa826c8f7bc17c1591b1cc96ae8128d4ba749848be8518a48cb07b68d07e4ec89317974902f9fbd1bfd596fe3aa771741da19ba3a6f
-MISC metadata.xml 538 BLAKE2B c988582a704d246ee748bd43b226b03649e66280a346834f408f5adf988b823c0818e31794f4ea8aa17f4528ef7a7e8366983261f60fd7e2f9e27b0752925e09 SHA512 501a7e559572746f090bf3cff337c178f9ce7c83b8b5677400e87f8835d284b2db5568bdecd7fac503fe31d1555c41348099e977e84b5119eacee9f265b1e2e1
+EBUILD mkautodoc-0.1.0.ebuild 643 BLAKE2B 403486972ff04cd7d737cce8fc8f4c007858df17c41cbb1e4ccbede2006bcd8cfd9c9060669de6bbc4740a73ebc23b37dfbff6e4f2c9ba61218ab0c6d9576d03 SHA512 b69f6a6c62fd3ff393ebe00a1d6ec905718c7f948aa849a99a6ffc1fd2ec28ad99b48a34b95a1e8563e6ca0e11c8255a773b7685b9d2d20d674ed3f643fbe1ad
+MISC metadata.xml 492 BLAKE2B 7a80c9b384ec8b2323d9eb3a76ac59527e2e70a371c444913d6ad64c711fd4526e942f22f00e6cb517237186d43af7a974a6df189f585dad526be6c0fc1677b0 SHA512 1b9240bf7cc0cc5f30f457736dd6ac5bba43c1e66ec7e0b467ac21000c53015eb45aea3a11219961edbbeb40bc10e3bb78320a924078efdf7826871f8406cde7
diff --git a/dev-python/mkautodoc/metadata.xml b/dev-python/mkautodoc/metadata.xml
index 5aa1ad6b1bed..d3cd9cc9b242 100644
--- a/dev-python/mkautodoc/metadata.xml
+++ b/dev-python/mkautodoc/metadata.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>andrewammerlaan@riseup.net</email>
+ <maintainer type="person">
+ <email>andrewammerlaan@gentoo.org</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
</maintainer>
<upstream>
<remote-id type="github">tomchristie/mkautodoc</remote-id>
diff --git a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
index 0d10195ce544..578aa7762319 100644
--- a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
+++ b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Auto documentation for MkDocs"
HOMEPAGE="
- https://github.com/tomchristie/mkautodoc
- https://pypi.org/project/mkautodoc
+ https://github.com/tomchristie/mkautodoc/
+ https://pypi.org/project/mkautodoc/
"
SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"