[arch-commits] Commit in python-cleo/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Tue Nov 19 05:59:24 UTC 2019


    Date: Tuesday, November 19, 2019 @ 05:59:23
  Author: eschwartz
Revision: 530403

upgpkg: python-cleo 0.6.8-1

Abort! Abort! Abort! This is a downpkg, actually. The original version of cleo
I tried to package is actually too new for poetry, so we need an old one. I
escaped needing to add an epoch by a hair, because I didn't db-update this yet.
DON'T LOOK AT ME LIKE THAT IT'S FINE.

Modified:
  python-cleo/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-19 05:44:47 UTC (rev 530402)
+++ PKGBUILD	2019-11-19 05:59:23 UTC (rev 530403)
@@ -2,18 +2,18 @@
 
 _pkgname=cleo
 pkgname=python-cleo
-pkgver=0.7.6
+pkgver=0.6.8
 pkgrel=1
 pkgdesc="create beautiful and testable command-line interfaces"
 arch=('any')
 url="https://github.com/sdispater/${_pkgname}"
 license=('MIT')
-depends=('python-clikit')
+depends=('python-pastel' 'python-pylev')
 makedepends=('python-dephell' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-mock')
 source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('844d732c3306745cd2ffb2bd79327155a303844e3f9111bd7b578d9dd79ad2f7')
-b2sums=('592c4e2d877909ccddc814293bb346c90bc5f4426231bcf8aa8fdae24b2f3ef8531d3cafb77e6f294868a34f66c5bd83b31633917e5b9d37c54e68502cbacf03')
+sha256sums=('931262582db48d4b310e7bc0fdc2b08b62e083869be89dfa2de292378264ce47')
+b2sums=('30b5f240abf6811d11c935b07ad4f853d7796573e6da935c81872d03f19ad616d57d846688e33ff872b2203a61432f4d77b5515e2c3b307457c0095550330e68')
 
 prepare() {
     cd "${srcdir}"/${_pkgname}-${pkgver}



More information about the arch-commits mailing list