1
0
forked from ports/contrib

python3-cleo: 0.8.1 -> 1.0.0a5

This commit is contained in:
Tim Biermann 2022-09-11 19:19:40 +02:00
parent 29cdf16666
commit 0e86839340
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33WYt5XFFy3En4oPa9FTpep+SUQviNME693NfOWQ56xvAVcGWDMD/jnraTTgprO3TMpQpLPuRFNAcW+DqQ93SQo=
SHA256 (Pkgfile) = 7f597e2db20ee927c453d22a37ee56a7ab60c40d2e3a8f97e22df50fc643b798
RWSagIOpLGJF3wpeTycm6qZGp6v/C9qk7PnWmMxlhcRZteYqnKqC1kH54Ji7wouYInxsaSDJuQLq9YovcR2tVlfi1YfGvw0cpgQ=
SHA256 (Pkgfile) = 078176ca5fbc15a58e36978bf40eff20d9fc6518a8dcd259cce5f2b9ca29c18b
SHA256 (.footprint) = 639e89f5a43658475d2a96db9ca13601f83ffab4add02ac9d8d8eb32307cf6c9
SHA256 (python3-cleo-0.8.1.tar.gz) = 3ff6fe33d9e440dba4d9b0947e65ebebf95671d18d89b67bed1e1a09d2266bc1
SHA256 (python3-cleo-1.0.0a5.tar.gz) = b75424b2c3f71dec06342290b255d725a4c02f83f3baa98b0a805162f09515da

View File

@ -1,12 +1,12 @@
# Description: Cleo allows you to create beautiful and testable command-line interfaces.
# URL: https://github.com/sdispater/cleo
# URL: https://github.com/python-poetry/cleo
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-clikit
name=python3-cleo
version=0.8.1
version=1.0.0a5
release=1
source=(https://github.com/sdispater/cleo/archive/$version/$name-$version.tar.gz)
source=(https://github.com/python-poetry/cleo/archive/$version/$name-$version.tar.gz)
build() {
cd cleo-$version