mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 12:56:39 +02:00
testing/py3-furl: upgrade to 2.0.0
- Add checkdepends and enable test suite.
This commit is contained in:
parent
691ded8b4e
commit
bb910bca4d
@ -2,14 +2,15 @@
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py3-furl
|
||||
_pkgname=furl
|
||||
pkgver=0.5.6
|
||||
pkgrel=2
|
||||
pkgver=2.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="A Python URL manipulator"
|
||||
url="https://github.com/gruns/furl"
|
||||
arch="noarch"
|
||||
license="Unlicense"
|
||||
depends="python3"
|
||||
depends="py3-orderedmultidict py3-six"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-flake8 py3-pycodestyle py3-pyflakes"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
@ -17,8 +18,12 @@ build() {
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
python3 setup.py test
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="4b7fcc79ab43a1c3c19df78af1cc374c8209e99931eeadf6e6f77a0fc68cdb6804b2b62d34840af7608ad1759e670de148d315cab491ec0b937c83c14d0dd58d furl-0.5.6.tar.gz"
|
||||
sha512sums="748ab52ee6745aec6c3dfe203f2ce73ef64ffa2f43d05df43c3d8fde58964bdabf8d690869f65696d934e2e78a7d10c4021ea33ea3d02a0e58e5119426d6b47c furl-2.0.0.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user