dev-python/sphinxcontrib-nwdiag: Switching namespace to direct dep
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
d4380e6438
commit
db1ce2019e
|
@ -1,2 +1 @@
|
|||
DIST sphinxcontrib-nwdiag-0.9.5.tar.gz 12052 BLAKE2B 4c4e6cc2dc7748cd2caa68c30cf0f14403ebff48939955487013b02f8ad487169e63f9926e89cc47dba830f47ca2e3b0611658754301575f1214d2b76ea19f3b SHA512 2c570d4614aa362c43b2f0bcb901f6bca18f91451f50c901805f85f61184e1b531ea5ee2a82b5bca24e34f0a71470b9bdb9057dcaa82cc1c11eb41306561c5c1
|
||||
DIST sphinxcontrib-nwdiag-2.0.0.tar.gz 7938 BLAKE2B b9f9037f6ee84b32448307ac74a62240b125022360026d38eedebc206d3ff5a91d5ac1dee065ee7c5766da9aa85c78dd56eb7f11c344fa267cffa40f4fbe13eb SHA512 a77d8259a4c1f238dec20ef0c260e6e0ad4665ab13e0124a5cdd3dc135969b44c218131746cc9f955a3dd088bf3b17e23354f8edc0409a239ca2e02d38ec645a
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A sphinx extension for embedding network related diagrams using nwdiag."
|
||||
HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-nwdiag"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/nwdiag"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} pypy3 )
|
||||
PYTHON_COMPAT=( python3_{8..11} pypy3 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A sphinx extension for embedding network related diagrams using nwdiag."
|
||||
|
@ -18,7 +18,7 @@ IUSE=""
|
|||
DEPEND="dev-python/nwdiag"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
|
|
Loading…
Reference in a new issue