mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
python-click-threading: drop package
This commit is contained in:
parent
07b2f05421
commit
4e3cbdf518
3 changed files with 18 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
||||||
# Template file for 'python-click-threading'
|
|
||||||
pkgname=python-click-threading
|
|
||||||
version=0.4.4
|
|
||||||
revision=2
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="click-threading-${version}"
|
|
||||||
build_style="python-module"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-click python-futures"
|
|
||||||
pycompile_module="click_threading"
|
|
||||||
short_desc="Multithreaded Click apps made easy (Python2)"
|
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|
||||||
license="MIT"
|
|
||||||
homepage="https://github.com/click-contrib/click-threading"
|
|
||||||
distfiles="${PYPI_SITE}/c/click-threading/click-threading-${version}.tar.gz"
|
|
||||||
checksum=b2b0fada5bf184b56afaccc99d0d2548d8ab07feb2e95e29e490f6b99c605de7
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-click-threading_package() {
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="click_threading"
|
|
||||||
depends="python3-click"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-click-threading
|
|
18
srcpkgs/python3-click-threading/template
Normal file
18
srcpkgs/python3-click-threading/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-click-threading'
|
||||||
|
pkgname=python3-click-threading
|
||||||
|
version=0.4.4
|
||||||
|
revision=3
|
||||||
|
wrksrc="click-threading-${version}"
|
||||||
|
build_style="python3-module"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-click"
|
||||||
|
short_desc="Multithreaded Click apps made easy (Python3)"
|
||||||
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/click-contrib/click-threading"
|
||||||
|
distfiles="${PYPI_SITE}/c/click-threading/click-threading-${version}.tar.gz"
|
||||||
|
checksum=b2b0fada5bf184b56afaccc99d0d2548d8ab07feb2e95e29e490f6b99c605de7
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue