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

David Runge dvzrv at archlinux.org
Thu Feb 25 08:34:40 UTC 2021


    Date: Thursday, February 25, 2021 @ 08:34:40
  Author: dvzrv
Revision: 873268

upgpkg: python-inflect 5.2.0-2: Rebuild to add python-pip to makedepends.

The python-pip dependency is required during build time:
https://bugs.archlinux.org/task/69765

Modified:
  python-inflect/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-25 08:33:59 UTC (rev 873267)
+++ PKGBUILD	2021-02-25 08:34:40 UTC (rev 873268)
@@ -3,13 +3,13 @@
 _name=inflect
 pkgname=python-inflect
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Correctly generate plurals, singular nouns, ordinals, indefinite articles"
 arch=('any')
 url="https://github.com/jazzband/inflect"
 license=('MIT')
 depends=('python')
-makedepends=('python-setuptools_scm')
+makedepends=('python-pip' 'python-setuptools_scm')
 checkdepends=('python-pytest')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
 sha512sums=('2883ffccd28c436908783855a282ff4346c74b14fe5899ed6b9fde0f0f1b97063119f7fbe927f1bf0d16761623abcdfe21439c12311bd2a11a70245b89fbce0b')



More information about the arch-commits mailing list