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

Felix Yan felixonmars at archlinux.org
Thu Feb 13 16:42:17 UTC 2020


    Date: Thursday, February 13, 2020 @ 16:42:17
  Author: felixonmars
Revision: 570625

upgpkg: python-ruamel-yaml 0.16.10-2

fix dependency

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-13 16:40:58 UTC (rev 570624)
+++ PKGBUILD	2020-02-13 16:42:17 UTC (rev 570625)
@@ -6,13 +6,13 @@
 _pkg=ruamel.yaml
 pkgname=python-${_pkg/./-}
 pkgver=0.16.10
-pkgrel=1
+pkgrel=2
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
-arch=(any)
-url="https://bitbucket.org/ruamel/yaml"
-license=(MIT)
-depends=(python)
-makedepends=(python-setuptools)
+arch=('any')
+url="https://sourceforge.net/projects/ruamel-yaml/"
+license=('MIT')
+depends=('python-ruamel.yaml.clib')
+makedepends=('python-setuptools')
 source=(https://files.pythonhosted.org/packages/source/r/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 sha512sums=('f124575a5054f993d5826d03aa7a9500a1084c5201be1517be36e587bfc60ea4d13b29dbdb3e62bfbd309fe9992590fd0a5028a43f0fd26a5a5cbc9f3dcf423b')
 



More information about the arch-commits mailing list