python-greenlet: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-25 23:32:08 +07:00
parent e8bcec4a58
commit acf6339913
4 changed files with 9 additions and 17 deletions

View file

@ -1 +1 @@
python-greenlet
python3-greenlet

View file

@ -1 +0,0 @@
python-greenlet

View file

@ -1 +1 @@
python-greenlet
python3-greenlet

View file

@ -1,12 +1,12 @@
# Template file for 'python-greenlet'
pkgname=python-greenlet
# Template file for 'python3-greenlet'
pkgname=python3-greenlet
version=0.4.15
revision=3
revision=4
wrksrc="greenlet-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
short_desc="Lightweight in-process concurrent programming (Python2)"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
short_desc="Lightweight in-process concurrent programming (Python3)"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="MIT"
homepage="https://github.com/python-greenlet/greenlet"
@ -36,10 +36,3 @@ python3-greenlet-devel_package() {
vmove ${py3_inc}
}
}
python3-greenlet_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove ${py3_sitelib}
vlicense LICENSE
}
}