diff --git a/dev-python/sphinxcontrib-nwdiag/Manifest b/dev-python/sphinxcontrib-nwdiag/Manifest index 9fe727a..7b407d9 100644 --- a/dev-python/sphinxcontrib-nwdiag/Manifest +++ b/dev-python/sphinxcontrib-nwdiag/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-python/sphinxcontrib-nwdiag/sphinxcontrib-nwdiag-2.0.0.ebuild b/dev-python/sphinxcontrib-nwdiag/sphinxcontrib-nwdiag-2.0.0.ebuild new file mode 100644 index 0000000..b8ae08e --- /dev/null +++ b/dev-python/sphinxcontrib-nwdiag/sphinxcontrib-nwdiag-2.0.0.ebuild @@ -0,0 +1,20 @@ +# 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=""