python-utils: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 14:55:47 +07:00
parent c1b552482d
commit b06d45fdbf
2 changed files with 7 additions and 19 deletions

View file

@ -1 +0,0 @@
python-utils

View file

@ -1,13 +1,12 @@
# Template file for 'python-utils' # Template file for 'python3-utils'
pkgname=python-utils pkgname=python3-utils
version=2.4.0 version=2.4.0
revision=1 revision=2
archs=noarch
wrksrc="python-utils-${version}" wrksrc="python-utils-${version}"
build_style=python-module build_style=python3-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python3-setuptools"
depends="python-six" depends="python3-six"
short_desc="Convenient utilities not included with the standard Python2 install" short_desc="Convenient utilities not included with the standard Python3 install"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>" maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/WoLpH/python-utils" homepage="https://github.com/WoLpH/python-utils"
@ -17,13 +16,3 @@ checksum=870b415913b380a76efa2efb1e99b174305b2a1fb4eab61a13ecc4307eccfd62
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }
python3-utils_package() {
archs=noarch
depends="python3-six"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}