mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: python-backports.shutil_get_terminal_size-1.0.0
This commit is contained in:
parent
3c34a7db02
commit
11ad1414d1
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python-backports.shutil_get_terminal_size/template
Normal file
21
srcpkgs/python-backports.shutil_get_terminal_size/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'python-backports.shutil_get_terminal_size'
|
||||||
|
pkgname=python-backports.shutil_get_terminal_size
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="backports.shutil_get_terminal_size-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="backports"
|
||||||
|
hostmakedepends="python-setuptools"
|
||||||
|
depends="python-backports"
|
||||||
|
short_desc="Backport of the get_terminal_size function from Python 3.3's shutil"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="https://github.com/chrippa/backports.shutil_get_terminal_size"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="https://pypi.python.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-${version}.tar.gz"
|
||||||
|
checksum=713e7a8228ae80341c70586d1cc0a8caa5207346927e23d09dcbcaf18eadec80
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# namespace provided by python-backports package
|
||||||
|
rm -f ${DESTDIR}/usr/lib/python*/site-packages/backports/__init__.py
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue