testing/py3-precis-i18n: rebuild against python 3.8

This commit is contained in:
Natanael Copa 2019-11-04 10:31:43 +00:00
parent f45e09feb2
commit cd3acbd459
2 changed files with 2096 additions and 4 deletions

View File

@ -3,15 +3,15 @@
pkgname=py3-precis-i18n
_pkgname=precis-i18n
pkgver=1.0.1
pkgrel=0
pkgrel=1
pkgdesc="Internationalized Usernames and Passwords"
url="https://github.com/byllyfish/precis_i18n"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
source="
$_pkgname-$pkgver.tar.gz::https://github.com/byllyfish/precis_i18n/archive/v${pkgver}.tar.gz
source="$_pkgname-$pkgver.tar.gz::https://github.com/byllyfish/precis_i18n/archive/v${pkgver}.tar.gz
Support-Unicode-12.1-for-Python-3.8.patch
"
builddir="$srcdir"/${_pkgname/-/_}-$pkgver
@ -26,4 +26,5 @@ package() {
check() {
python3 setup.py test
}
sha512sums="a62e76588ae1ccba6de51488ceae0e2a454e77bdc946e7c4cea1cb41017253b6e239aab120bdbf1a57b51b827ec7554fb7d6fc10a3a4203f09f6f91f1b4192f4 precis-i18n-1.0.1.tar.gz"
sha512sums="a62e76588ae1ccba6de51488ceae0e2a454e77bdc946e7c4cea1cb41017253b6e239aab120bdbf1a57b51b827ec7554fb7d6fc10a3a4203f09f6f91f1b4192f4 precis-i18n-1.0.1.tar.gz
81bcc4d2af10cef756830f504ec74aee1a88f56b29ede1b631142b624aca8ac8aa217a7802a731a2d8ffce90c7de6d80c597b7f8ae91a9ae665b5a6fe11e3b60 Support-Unicode-12.1-for-Python-3.8.patch"

File diff suppressed because it is too large Load Diff