python-pykka: drop package
This commit is contained in:
parent
870a315db9
commit
48dc3defb8
3 changed files with 14 additions and 25 deletions
|
@ -1,24 +0,0 @@
|
|||
# Template file for 'python-pykka'
|
||||
pkgname=python-pykka
|
||||
version=2.0.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="Pykka-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 implementation of the actor model"
|
||||
maintainer="allan <mail@may.mooo.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://pypi.org/project/Pykka/"
|
||||
distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
|
||||
checksum=895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
|
||||
|
||||
python3-pykka_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-pykka
|
14
srcpkgs/python3-pykka/template
Normal file
14
srcpkgs/python3-pykka/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python3-pykka'
|
||||
pkgname=python3-pykka
|
||||
version=2.0.2
|
||||
revision=2
|
||||
wrksrc="Pykka-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Python3 implementation of the actor model"
|
||||
maintainer="allan <mail@may.mooo.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://pypi.org/project/Pykka/"
|
||||
distfiles="${PYPI_SITE}/P/Pykka/Pykka-${version}.tar.gz"
|
||||
checksum=895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
|
Loading…
Reference in a new issue