From 4ef1c6e8200037eee283434234d6c3e97bf239cc Mon Sep 17 00:00:00 2001 From: alarig Date: Thu, 4 Apr 2019 13:39:57 +0200 Subject: [PATCH] dev-python/sphinxcontrib-nwdiag --- dev-python/nwdiag/Manifest | 2 ++ dev-python/nwdiag/nwdiag-1.0.4.ebuild | 20 +++++++++++++++++++ dev-python/sphinxcontrib-nwdiag/Manifest | 2 ++ .../sphinxcontrib-nwdiag-0.9.5.ebuild | 20 +++++++++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 dev-python/nwdiag/Manifest create mode 100644 dev-python/nwdiag/nwdiag-1.0.4.ebuild create mode 100644 dev-python/sphinxcontrib-nwdiag/Manifest create mode 100644 dev-python/sphinxcontrib-nwdiag/sphinxcontrib-nwdiag-0.9.5.ebuild diff --git a/dev-python/nwdiag/Manifest b/dev-python/nwdiag/Manifest new file mode 100644 index 0000000..61751fd --- /dev/null +++ b/dev-python/nwdiag/Manifest @@ -0,0 +1,2 @@ +DIST nwdiag-1.0.4.tar.gz 2652472 BLAKE2B 6f0cdd65b027fcc5e70c0fe4ba19df74afb0dbc00b0f46588c7bf4cf17779740b05e9eb43cf88a700fcaa2c9ee0a16e55363c6709597c215343f4e80cdd22469 SHA512 755493fb8425243117e11d06e7657c9cae44a8c72bc1fbf515a7f38670307fca43bf46c3017b32aa66eece4f389379abb12fcb4914c33fd58e3bb6eff3361f2f +EBUILD nwdiag-1.0.4.ebuild 469 BLAKE2B 76e67e3b9d625c71090c752cc96cd91f8bcc6d78893b111276a09b307d56e0ed019089fd5d96b3ca796d3997c5b38c12e3254b093d0331207655335bf29c7a1c SHA512 108ee5f96f76c77e9a17cc7ee25c163616b02d8157985b62e0de2cef0dd471478d6031e45ed14cdb4b46e4a1504bf337bb05519afa304eef694d372fd966f8a2 diff --git a/dev-python/nwdiag/nwdiag-1.0.4.ebuild b/dev-python/nwdiag/nwdiag-1.0.4.ebuild new file mode 100644 index 0000000..62c7a9f --- /dev/null +++ b/dev-python/nwdiag/nwdiag-1.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="nwdiag generate network-diagram image file from spec-text file." +HOMEPAGE="http://blockdiag.com/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache Software License (Apache License 2.0)" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/dev-python/sphinxcontrib-nwdiag/Manifest b/dev-python/sphinxcontrib-nwdiag/Manifest new file mode 100644 index 0000000..3617496 --- /dev/null +++ b/dev-python/sphinxcontrib-nwdiag/Manifest @@ -0,0 +1,2 @@ +DIST sphinxcontrib-nwdiag-0.9.5.tar.gz 12052 BLAKE2B 4c4e6cc2dc7748cd2caa68c30cf0f14403ebff48939955487013b02f8ad487169e63f9926e89cc47dba830f47ca2e3b0611658754301575f1214d2b76ea19f3b SHA512 2c570d4614aa362c43b2f0bcb901f6bca18f91451f50c901805f85f61184e1b531ea5ee2a82b5bca24e34f0a71470b9bdb9057dcaa82cc1c11eb41306561c5c1 +EBUILD sphinxcontrib-nwdiag-0.9.5.ebuild 477 BLAKE2B 10b946d65b968343d9fb37ece85ab38e68750bac8a7ba8855899fa8832337af85bf6d550fe884f4795c1c284741a7c7acfef893ea8fb93d8ff879e5188e1924d SHA512 58d790acc8159da52581dd48373d5fafc175fa8afd66b58ed29e34b20278dedc927d7bceb4b61a17aedc737f1e4153cc59408365a870ab2ff1bc08c145b592f6 diff --git a/dev-python/sphinxcontrib-nwdiag/sphinxcontrib-nwdiag-0.9.5.ebuild b/dev-python/sphinxcontrib-nwdiag/sphinxcontrib-nwdiag-0.9.5.ebuild new file mode 100644 index 0000000..e04afd9 --- /dev/null +++ b/dev-python/sphinxcontrib-nwdiag/sphinxcontrib-nwdiag-0.9.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="A sphinx extension for embedding network related diagrams using nwdiag." +HOMEPAGE="http://github.com/blockdiag/sphinxcontrib-nwdiag" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD License (BSD)" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND=""