mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-python/mkdocs-swagger-ui-tag: treeclean masked
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
DIST mkdocs-swagger-ui-tag-0.6.0.gh.tar.gz 3832872 BLAKE2B 6a5ecc6f011dc32c10b4953888c031d63deb4a7ec2c11f588815b23409f67e4c2dabe48bb0edd9ee2f73b0d62d57d9d2f768ca73d7a5f90426c530e62528f9c8 SHA512 f66c1a3e551afaf38928cf89f8e6ed7c210c8b8b8323b7e9fd63e95389335f3f92abd5678b0c0394d94b8898a52a41a38083f20a2eac131853a82def8b2bf502
|
|
||||||
DIST mkdocs-swagger-ui-tag-0.6.1.gh.tar.gz 3839214 BLAKE2B 0aeef41cb9729a76da84ac616586fbbbbd0d264698a0f3f4475350987ac984fc6c257aac3a062ca200eabc451b4a807c600ec4357ee092b1328c545020aaccc9 SHA512 97a435d130232202af1382428d1f7fdc8b6dff5cec3fac1b39ac40afeb25f22ec698761e2f26a04f690e45fa3c0506a5fa87b782c6a1637eebe3f98ed6a7e4a5
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>cyber+gentoo@sysrq.in</email>
|
|
||||||
<name>Anna</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="pypi">mkdocs-swagger-ui-tag</remote-id>
|
|
||||||
<remote-id type="github">Blueswen/mkdocs-swagger-ui-tag</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
# Copyright 2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="MkDocs Swagger UI Tag"
|
|
||||||
HOMEPAGE="
|
|
||||||
https://blueswen.github.io/mkdocs-swagger-ui-tag/
|
|
||||||
https://pypi.org/project/mkdocs-swagger-ui-tag/
|
|
||||||
https://github.com/Blueswen/mkdocs-swagger-ui-tag
|
|
||||||
"
|
|
||||||
SRC_URI="https://github.com/Blueswen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
|
|
||||||
RDEPEND=">=dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}]"
|
|
||||||
BDEPEND="
|
|
||||||
test? (
|
|
||||||
dev-python/click[${PYTHON_USEDEP}]
|
|
||||||
dev-python/mkdocs-material[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
HTML_DOCS=( docs/. )
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
distutils-r1_src_prepare
|
|
||||||
rm docs/sitemap.xml.gz || die
|
|
||||||
}
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
# Copyright 2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="MkDocs Swagger UI Tag"
|
|
||||||
HOMEPAGE="
|
|
||||||
https://blueswen.github.io/mkdocs-swagger-ui-tag/
|
|
||||||
https://pypi.org/project/mkdocs-swagger-ui-tag/
|
|
||||||
https://github.com/Blueswen/mkdocs-swagger-ui-tag
|
|
||||||
"
|
|
||||||
SRC_URI="https://github.com/Blueswen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
|
|
||||||
RDEPEND=">=dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}]"
|
|
||||||
BDEPEND="
|
|
||||||
test? (
|
|
||||||
dev-python/click[${PYTHON_USEDEP}]
|
|
||||||
dev-python/mkdocs-material[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
HTML_DOCS=( docs/. )
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
distutils-r1_src_prepare
|
|
||||||
rm docs/sitemap.xml.gz || die
|
|
||||||
}
|
|
||||||
@@ -18,11 +18,6 @@
|
|||||||
# Depends on removed <sci-mathematics/why3-1.5.0
|
# Depends on removed <sci-mathematics/why3-1.5.0
|
||||||
sci-mathematics/frama-c-wp
|
sci-mathematics/frama-c-wp
|
||||||
|
|
||||||
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2023-06-17)
|
|
||||||
# Requires network to build docs.
|
|
||||||
# Removal on 2023-07-17.
|
|
||||||
dev-python/mkdocs-swagger-ui-tag
|
|
||||||
|
|
||||||
# Viorel Munteanu <ceamac@gentoo.org> (2023-06-07)
|
# Viorel Munteanu <ceamac@gentoo.org> (2023-06-07)
|
||||||
# Does not work on no-multilib profiles and cannot be masked per profile
|
# Does not work on no-multilib profiles and cannot be masked per profile
|
||||||
# (See also top comment)
|
# (See also top comment)
|
||||||
|
|||||||
Reference in New Issue
Block a user