mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-python/sphinxnotes-mock: new package, add 1.0.2
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
9881d0e41b
commit
04a390dfcc
1
dev-python/sphinxnotes-mock/Manifest
Normal file
1
dev-python/sphinxnotes-mock/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST sphinxnotes-mock-1.0.2.tar.gz 3673 BLAKE2B c8d943ebbb25f684b82c8e654e682c90bb76c289121831606c2c0e6895475df2227255129c4aee383f86b707e1443e11cda5c470447c6d159ba9198290e8e2ae SHA512 fff40438834b3debff64964779d8c0dbead0d66e93df9ab93069a2485de1e58dcf27443bf078fb09a273d25c17bfc08cf6a8657d3d5b9e0ce67c61db3964ab55
|
12
dev-python/sphinxnotes-mock/metadata.xml
Normal file
12
dev-python/sphinxnotes-mock/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>pastalian46@gmail.com</email>
|
||||
<name>Takuya Wakazono</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">sphinx-notes/mock</remote-id>
|
||||
<remote-id type="pypi">sphinxnotes-mock</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
22
dev-python/sphinxnotes-mock/sphinxnotes-mock-1.0.2.ebuild
Normal file
22
dev-python/sphinxnotes-mock/sphinxnotes-mock-1.0.2.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYTHON_COMPAT=( python3_{10..13} pypy3 )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Sphinx extension for mocking directives and roles without modifying documents"
|
||||
HOMEPAGE="
|
||||
https://github.com/sphinx-notes/mock
|
||||
https://pypi.org/project/sphinxnotes-mock/
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
|
Loading…
x
Reference in New Issue
Block a user