python-blessings: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 23:10:36 +07:00
parent 94e9439d8c
commit 103db7f807
3 changed files with 18 additions and 32 deletions

View file

@ -1,31 +0,0 @@
# Template file for 'python-blessings'
pkgname=python-blessings
version=1.7
revision=2
archs=noarch
wrksrc="blessings-${version}"
build_style=python-module
pycompile_module="blessings"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-six"
short_desc="Wrapper around terminal coloring, styling, and positioning (Python2)"
maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
homepage="https://github.com/erikrose/blessings"
license="MIT"
distfiles="${PYPI_SITE}/b/blessings/blessings-${version}.tar.gz"
checksum=98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d
post_install() {
vlicense LICENSE
}
python3-blessings_package() {
archs=noarch
depends="python3-six"
pycompile_module="blessings"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

View file

@ -1 +0,0 @@
python-blessings

View file

@ -0,0 +1,18 @@
# Template file for 'python3-blessings'
pkgname=python3-blessings
version=1.7
revision=3
wrksrc="blessings-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six"
short_desc="Wrapper around terminal coloring, styling, and positioning (Python3)"
maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
license="MIT"
homepage="https://github.com/erikrose/blessings"
distfiles="${PYPI_SITE}/b/blessings/blessings-${version}.tar.gz"
checksum=98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d
post_install() {
vlicense LICENSE
}