mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: python3-pydot-4.0.0
This commit is contained in:
parent
f76cd06ccb
commit
5c1052a876
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-pydot/template
Normal file
18
srcpkgs/python3-pydot/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-pydot'
|
||||||
|
pkgname=python3-pydot
|
||||||
|
version=4.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="python3-wheel"
|
||||||
|
depends="python3 python3-parsing python3-graphviz"
|
||||||
|
short_desc="Python 3 interface to Graphviz's Dot language"
|
||||||
|
maintainer="strlst <satorialist@disroot.org>"
|
||||||
|
license="MIT, Python-2.0"
|
||||||
|
homepage="https://github.com/pydot/pydot"
|
||||||
|
distfiles="${PYPI_SITE}/p/pydot/pydot-${version}.tar.gz"
|
||||||
|
checksum=12f16493337cade2f7631b87c8ccd299ba2e251f3ee5d0732a058df2887afe97
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSES/MIT.txt
|
||||||
|
vlicense LICENSES/Python-2.0.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue