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

David Runge dvzrv at archlinux.org
Mon Mar 1 09:21:56 UTC 2021


    Date: Monday, March 1, 2021 @ 09:21:55
  Author: dvzrv
Revision: 876329

upgpkg: python-inflect 5.2.0-3: Rebuild to fix makedepends.

Instead of python-pip, python-toml is actually required in makedepends:
https://bugs.archlinux.org/task/69765

Modified:
  python-inflect/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-01 08:48:29 UTC (rev 876328)
+++ PKGBUILD	2021-03-01 09:21:55 UTC (rev 876329)
@@ -3,13 +3,13 @@
 _name=inflect
 pkgname=python-inflect
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Correctly generate plurals, singular nouns, ordinals, indefinite articles"
 arch=('any')
 url="https://github.com/jazzband/inflect"
 license=('MIT')
 depends=('python')
-makedepends=('python-pip' 'python-setuptools_scm')
+makedepends=('python-setuptools_scm' 'python-toml')
 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