mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-vispy: drop package
This commit is contained in:
parent
f9080f32f7
commit
0339c8c996
3 changed files with 20 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
||||||
# Template file for 'python-vispy'
|
|
||||||
pkgname=python-vispy
|
|
||||||
version=0.6.1
|
|
||||||
revision=2
|
|
||||||
wrksrc="vispy-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="vispy"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
makedepends="python3-numpy python-numpy python-Cython python3-Cython python-devel python3-devel"
|
|
||||||
depends="python-numpy"
|
|
||||||
short_desc="Python2 library for interactive scientific visualization"
|
|
||||||
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
|
||||||
license="BSD-3-Clause"
|
|
||||||
homepage="http://vispy.org"
|
|
||||||
distfiles="${PYPI_SITE}/v/vispy/vispy-${version}.tar.gz"
|
|
||||||
checksum=8f4cf863a1c6142338d06cf3f824e75373dd45a4ce9a9a133e1c36b662f49aa1
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-vispy_package() {
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="vispy"
|
|
||||||
depends="python3-numpy"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE.txt
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-vispy
|
|
20
srcpkgs/python3-vispy/template
Normal file
20
srcpkgs/python3-vispy/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-vispy'
|
||||||
|
pkgname=python3-vispy
|
||||||
|
version=0.6.1
|
||||||
|
revision=3
|
||||||
|
wrksrc="vispy-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
build_helper=numpy
|
||||||
|
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
||||||
|
makedepends="python3-numpy python3-Cython python3-devel"
|
||||||
|
depends="python3-numpy"
|
||||||
|
short_desc="Python3 library for interactive scientific visualization"
|
||||||
|
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="http://vispy.org"
|
||||||
|
distfiles="${PYPI_SITE}/v/vispy/vispy-${version}.tar.gz"
|
||||||
|
checksum=8f4cf863a1c6142338d06cf3f824e75373dd45a4ce9a9a133e1c36b662f49aa1
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue