18 lines
558 B
Bash
18 lines
558 B
Bash
# Template file for 'python3-ipython_genutils'
|
|
pkgname=python3-ipython_genutils
|
|
version=0.2.0
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Vestigial utilities from IPython"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/ipython/ipython_genutils"
|
|
distfiles="${PYPI_SITE}/i/ipython_genutils/ipython_genutils-${version}.tar.gz"
|
|
checksum=eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8
|
|
|
|
post_install() {
|
|
vlicense COPYING.md LICENSE
|
|
}
|