[arch-commits] Commit in python-cleo/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Sun Dec 29 16:04:29 UTC 2019
Date: Sunday, December 29, 2019 @ 16:04:28
Author: eschwartz
Revision: 543741
upgpkg: python-cleo 0.7.6-2: remove no-longer-needed dependencies now indirectly used via clikit
Modified:
python-cleo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-29 15:43:28 UTC (rev 543740)
+++ PKGBUILD 2019-12-29 16:04:28 UTC (rev 543741)
@@ -3,12 +3,12 @@
_pkgname=cleo
pkgname=python-cleo
pkgver=0.7.6
-pkgrel=1
+pkgrel=2
pkgdesc="create beautiful and testable command-line interfaces"
arch=('any')
url="https://github.com/sdispater/${_pkgname}"
license=('MIT')
-depends=('python-pastel' 'python-pylev' 'python-clikit')
+depends=('python-clikit')
makedepends=('python-dephell' 'python-setuptools')
checkdepends=('python-pytest' 'python-pytest-mock')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
More information about the arch-commits
mailing list