python-blinker: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 23:10:08 +07:00
parent 6156e2e296
commit 94e9439d8c
3 changed files with 19 additions and 33 deletions

View file

@ -1,32 +0,0 @@
# Template file for 'python-blinker'
pkgname=python-blinker
version=1.4
revision=4
archs=noarch
wrksrc="blinker-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
depends="python"
pycompile_module="blinker"
short_desc="Fast, simple object-to-object and broadcast signaling for Python2"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="http://pythonhosted.org/blinker/"
license="MIT"
distfiles="${PYPI_SITE}/b/blinker/blinker-${version}.tar.gz"
checksum=471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6
post_install() {
vlicense LICENSE
}
python3-blinker_package() {
archs=noarch
depends="python3"
pycompile_module="blinker"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

View file

@ -1 +0,0 @@
python-blinker

View file

@ -0,0 +1,19 @@
# Template file for 'python3-blinker'
pkgname=python3-blinker
version=1.4
revision=5
wrksrc="blinker-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Fast, simple object-to-object and broadcast signaling for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://pythonhosted.org/blinker/"
distfiles="${PYPI_SITE}/b/blinker/blinker-${version}.tar.gz"
checksum=471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6
post_install() {
vlicense LICENSE
}