python-backcall: drop package
This commit is contained in:
parent
f490a40cd3
commit
c90c6d7b1f
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'python-backcall'
|
||||
pkgname=python-backcall
|
||||
version=0.1.0
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="backcall-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="backcall"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 module to write backwards compatible callback APIs"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/takluyver/backcall"
|
||||
license="BSD-3-Clause"
|
||||
distfiles="${PYPI_SITE}/b/backcall/backcall-${version}.tar.gz"
|
||||
checksum=38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4
|
||||
|
||||
python3-backcall_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="backcall"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-backcall
|
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python3-backcall'
|
||||
pkgname=python3-backcall
|
||||
version=0.1.0
|
||||
revision=3
|
||||
wrksrc="backcall-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Python3 module to write backwards compatible callback APIs"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/takluyver/backcall"
|
||||
distfiles="${PYPI_SITE}/b/backcall/backcall-${version}.tar.gz"
|
||||
checksum=38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4
|
Loading…
Reference in New Issue