upgpkg: python2-safe 0.4-1

cleanup
This commit is contained in:
Cedric Girard 2021-05-05 14:20:37 +02:00
parent 5c2e8daedc
commit 7a8ef4e1cb
Signed by: X-dark
GPG key ID: E7D0E125DB9519E4
2 changed files with 5 additions and 7 deletions

View file

@ -1,16 +1,14 @@
# Generated by mksrcinfo v8
# Mon Feb 29 15:19:03 UTC 2016
pkgbase = python2-safe
pkgdesc = Check the password strength for you.
pkgver = 0.4
pkgrel = 1
url = http://pypi.python.org/pypi/Safe
url = https://pypi.python.org/pypi/Safe
arch = any
license = Apache
makedepends = python2-setuptools
depends = python2
source = https://pypi.python.org/packages/source/S/Safe/Safe-0.4.tar.gz
md5sums = 670ef3588b98f878dd1b38b13d8f677d
sha256sums = a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de
pkgname = python2-safe

View file

@ -1,16 +1,16 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
_pythonmod=Safe
pkgname=python2-safe
pkgver=0.4
pkgrel=1
pkgdesc="Check the password strength for you."
arch=('any')
url="http://pypi.python.org/pypi/${_pythonmod}"
url="https://pypi.python.org/pypi/${_pythonmod}"
license=('Apache')
depends=('python2')
makedepends=('python2-setuptools')
source=("https://pypi.python.org/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
md5sums=('670ef3588b98f878dd1b38b13d8f677d')
sha256sums=('a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de')
build() {
cd ${srcdir}/${_pythonmod}-$pkgver