python-blessings: update to 1.7
This commit is contained in:
parent
01d295c4cc
commit
f3a5f376c4
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-blessings'
|
# Template file for 'python-blessings'
|
||||||
pkgname=python-blessings
|
pkgname=python-blessings
|
||||||
version=1.6.1
|
version=1.7
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="blessings-${version}"
|
wrksrc="blessings-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="blessings"
|
pycompile_module="blessings"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python-six"
|
||||||
short_desc="Wrapper around terminal coloring, styling, and positioning (Python2)"
|
short_desc="Wrapper around terminal coloring, styling, and positioning (Python2)"
|
||||||
maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
|
maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
|
||||||
homepage="https://github.com/erikrose/blessings"
|
homepage="https://github.com/erikrose/blessings"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/b/blessings/blessings-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/blessings/blessings-${version}.tar.gz"
|
||||||
checksum=74919575885552e14bc24a68f8b539690bd1b5629180faa830b1a25b8c7fb6ea
|
checksum=98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -21,8 +21,8 @@ post_install() {
|
||||||
|
|
||||||
python3-blessings_package() {
|
python3-blessings_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
depends="python3-six"
|
||||||
pycompile_module="blessings"
|
pycompile_module="blessings"
|
||||||
depends="python3"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue