dev-python/seqdiag

This commit is contained in:
Alarig Le Lay 2019-04-04 12:05:59 +02:00
parent 31634ad69c
commit f2c1201802
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST seqdiag-0.9.6.tar.gz 2619777 BLAKE2B 7c41c8103ddd64261d98f333a403c138a3e113ed704d1e4c36473ca74ccc4b93879020bc275de13596301109637ff07a4f8774d71c16b13d9344e791dd89a990 SHA512 2928612239f155d66f3c4a613092fc7cddb5b58f7c0ac8ad52a6c2d8647fc972d1675e4a307690ccdd0b60ff0578e062a213849a7804cd30b8fd66b63fd8abfb
EBUILD seqdiag-0.9.6.ebuild 474 BLAKE2B c7bcfed7ab430b4df40e0d6ac18d8c30c02a9e205917785b909ae7e10d9d46ab91a690cedd64f707449449de10bae8c535ac51275fe56f0363a8de7d04a1927e SHA512 97a8e4f47ee4f1f99610e9bb4d6b566108545daf2b472149f1197af865dc1807fa6485e8590f619ec3ab3ad66d64fc6ce9c8677d34975b9bd0bacd7a64435579

View File

@ -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="seqdiag generate sequence-diagram image file from spec-text file."
HOMEPAGE="http://blockdiag.com/en/"
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=""