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