mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: python3-tabulate-0.8.2
This commit is contained in:
parent
543f86a571
commit
d5f5425382
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-tabulate/template
Normal file
20
srcpkgs/python3-tabulate/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-tabulate'
|
||||
pkgname=python3-tabulate
|
||||
version=0.8.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="tabulate-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="tabulate.py"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-wcwidth"
|
||||
short_desc="Pretty-print tabular data (Python3)"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://bitbucket.org/astanin/python-tabulate"
|
||||
distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
|
||||
checksum=e4ca13f26d0a6be2a2915428dc21e732f1e44dad7f76d7030b2ef1ec251cf7f2
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue