1
1
Fork 0

dev-python/sphinxcontrib-seqdiag

Esse commit está contido em:
Alarig Le Lay 2019-04-04 11:54:39 +02:00
commit 31634ad69c
2 arquivos alterados com 22 adições e 0 exclusões

Ver arquivo

@ -0,0 +1,2 @@
DIST sphinxcontrib-seqdiag-0.8.5.tar.gz 8479 BLAKE2B 1792e3c382d7da6f6619637ea750a335490f4e1a1c9feb3cb9397caaf32b9168dd48a6a507ea608fea52a5921fb49ad795954fe732bfe2047a7b44f03d2605a8 SHA512 dcdce24bbf29a060e2344fbab423253e7810547ec6352fa949d392f98c33f008cac25d12e81029441b4303339133d3c6d4010b8aac27ad318b6e8b3b75b35f52
EBUILD sphinxcontrib-seqdiag-0.8.5.ebuild 472 BLAKE2B 8d82179674ace59b852f748c6abe5f10e5fb2607ef8469df74870dd9ed6c4000ca7ed0ee78d474928365a5d4a73e824f841b2fc26ee23165be6c4a3397ba0e66 SHA512 66c5fcbd4f0e6d2257b8b47b785905abef8f8af4b72e0cacc46b8b0758c4a4f7da10d18dd405221d4abee180d92d252e2f44da091b882bd85584cfb01cd8dd54

Ver arquivo

@ -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 sequence diagram using seqdiag."
HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-seqdiag"
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=""