Skip to content
Snippets Groups Projects
Commit 0b5887ef authored by Andy Postnikov's avatar Andy Postnikov
Browse files

community/py3-mechanize: disable check

parent 904257cf
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ makedepends="py3-gpep517 py3-setuptools py3-wheel" ...@@ -13,6 +13,7 @@ makedepends="py3-gpep517 py3-setuptools py3-wheel"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver" builddir="$srcdir/$_pkgname-$pkgver"
options="!check" # ftp fails
build() { build() {
gpep517 build-wheel \ gpep517 build-wheel \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment