~dricottone/huttese-apk

16f8aec1ab361fa87fccce2a3c71edd57fba0ad7 — Drew DeVault 4 years ago 31f4ccf
sr.ht/py3-asyncpg: update to 0.20.0
1 files changed, 2 insertions(+), 9 deletions(-)

M sr.ht/py3-asyncpg/APKBUILD
M sr.ht/py3-asyncpg/APKBUILD => sr.ht/py3-asyncpg/APKBUILD +2 -9
@@ 2,7 2,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-asyncpg
_pyname=asyncpg
pkgver=0.18.3
pkgver=0.20.0
pkgrel=0
pkgdesc="An asyncio PostgreSQL driver"
url="https://github.com/MagicStack/asyncpg"


@@ 20,13 20,6 @@ build() {
}

check() {
	# https://github.com/MagicStack/asyncpg/pull/399
	# Fixed in next version
	cat >.flake8 <<-EOF
	[flake8]
	ignore = E402,E731
	exclude = .git,__pycache__,build,dist,.eggs,.github,.local
	EOF
	python3 setup.py test
}



@@ 34,4 27,4 @@ package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="695774aca0847a1ab2bc1a4ec052a6c241aac127ff8fd9d013f95483e93512320458e60eb8d6e9b3d5a4f8e7b0975251a5cafb8d96ba5efcf8f9042d82b235b6  asyncpg-0.18.3.tar.gz"
sha512sums="1368a9b5b206a38c104bf6525714c6468f416f84bb7062736338576e360d08101fbdd4417eda0b52ee300674542201269ebe48df6fd613a14855a75edb6ec5b1  asyncpg-0.20.0.tar.gz"