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

Jelle van der Waa jelle at gemini.archlinux.org
Mon Aug 2 18:06:52 UTC 2021


    Date: Monday, August 2, 2021 @ 18:06:52
  Author: jelle
Revision: 992870

upgpkg: python-rstr 3.0.0-1

Modified:
  python-rstr/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-02 18:06:50 UTC (rev 992869)
+++ PKGBUILD	2021-08-02 18:06:52 UTC (rev 992870)
@@ -4,17 +4,22 @@
 
 pkgname=python-rstr
 _pkgname=rstr
-pkgver=2.2.6
-pkgrel=10
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Generate random strings in Python"
 arch=('any')
-url="https://bitbucket.org/leapfrogdevelopment/rstr"
+url="https://github.com/leapfrogonline/rstr"
 license=('BSD')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=("python-setuptools" "python-dephell")
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('5dea822326e418e0c9816c9cd14ae9c7be2d4cd4334043c397f202bc2ae2eda4')
+sha256sums=('bc3d4f929e34dcde3d90884bc9217a465069f51164f4220c8e551205a882e9b7')
 
+prepare() {
+  cd $_pkgname-$pkgver
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
 build() {
   cd $_pkgname-$pkgver
   python setup.py build



More information about the arch-commits mailing list