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

Kpcyrd kpcyrd at gemini.archlinux.org
Mon Oct 11 21:18:51 UTC 2021


    Date: Monday, October 11, 2021 @ 21:18:50
  Author: kpcyrd
Revision: 1029610

upgpkg: python-plumbum 1.7.0-4 - fix egg-info version

Modified:
  python-plumbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 19:46:01 UTC (rev 1029609)
+++ PKGBUILD	2021-10-11 21:18:50 UTC (rev 1029610)
@@ -3,13 +3,13 @@
 pkgname=python-plumbum
 _name=plumbum
 pkgver=1.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A small yet feature-rich Python library for shell script-like programs, and more'
 url='https://github.com/tomerfiliba/plumbum'
 arch=('any')
 license=('MIT')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-setuptools-scm')
 source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
 sha512sums=('0a12891278c12bb98b8bbb825448375240ee347eb3ca166b9cbb4da3e083979d947a7bf0a843fd9a0b7c9a13d09f24e988ee877f29420a3f29f40e387eec8826')
 b2sums=('19ae8a37dff38ac3d263d9400e44ac174c46ff8cef92cf45b9ea31d6d344543fba66de3fd0fcd15acc205af5939f11be6c56e6cd9ca39a666f92f18dcd29b9f7')



More information about the arch-commits mailing list