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

Eli Schwartz eschwartz at archlinux.org
Tue Nov 19 05:21:06 UTC 2019


    Date: Tuesday, November 19, 2019 @ 05:21:05
  Author: eschwartz
Revision: 530397

upgpkg: python-dephell 0.7.8-2: fix yaml dependency

setup.py now needs the ruamel brand of yaml, despite the module itself being
able to handle either one. So tests succeeded and the runtime failed. Oops!

Modified:
  python-dephell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-19 04:50:36 UTC (rev 530396)
+++ PKGBUILD	2019-11-19 05:21:05 UTC (rev 530397)
@@ -3,7 +3,7 @@
 _pkgname=dephell
 pkgname=python-dephell
 pkgver=0.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc="universal Python project management: convert between formats, build, manage venvs"
 arch=('any')
 url="https://github.com/dephell/${_pkgname}"
@@ -12,7 +12,7 @@
        'dephell-licenses' 'dephell-links' 'dephell-markers' 'dephell-pythons'
        'dephell-shells' 'dephell-specifier' 'dephell-venvs' 'dephell-versioning'
        'docker' 'dockerpty' 'flatdict' 'html5lib' 'jinja' 'packaging'
-       'pip' 'pygments' 'requests' 'setuptools' 'tabulate' 'tomlkit' 'yaml' 'yaspin')
+       'pip' 'pygments' 'requests' 'ruamel-yaml' 'setuptools' 'tabulate' 'tomlkit' 'yaspin')
 depends=("${_deps[@]/#/python-}" 'm2r')
 checkdepends=('git' 'python-pytest' 'python-aioresponses' 'python-requests-mock')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"



More information about the arch-commits mailing list