Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3030D781A72 for <~alpine/aports@lists.alpinelinux.org>; Thu, 29 Oct 2020 23:15:22 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1604013322; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=l84XjXzzTBifmwt/AZKwx2Tu/46hKuyNZIh5iJQMlOk=; b=h/zeL1hPjdmU8wdhUbYKfY28DhU/J/7qNoe0SatdTHtBYWgm43WzSVM+0i1MNWhii9kGfS rk7c8MxsBhfdwIaGq8wYTFnqlnD36yuxv0rFnY0xDJdf6c+2hmEzrFMTi0w1Fm9SS/0O0O P5/MdKsSPBqfvJ5NkZzR3JpctTKGdqDFDbDovywadURm+6KyI+PEwKM2WxF2uKnaSnxX9k TL20jn8AdELvxWNc8V/7OlNC+xSVG24JeVhoPdlLUq7wNNrA/M1ePWzb7H+2ohUdP01SDP 5Q3n/qsLOpebX7qpVnuDTwH6U5HmIGvPZMNt2or0WjrTUnE8Qk9bLnENurUWFA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH 2/3] testing/py3-tinycss2: upgrade to 1.1.0 Date: Thu, 29 Oct 2020 19:15:18 -0400 Message-Id: <20201029231519.14272-2-sir@cmpwn.com> In-Reply-To: <20201029231519.14272-1-sir@cmpwn.com> References: <20201029231519.14272-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.00 --- testing/py3-tinycss2/APKBUILD | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/testing/py3-tinycss2/APKBUILD b/testing/py3-tinycss2/APKBUILD index 0c81026eef..aea87fb832 100644 --- a/testing/py3-tinycss2/APKBUILD +++ b/testing/py3-tinycss2/APKBUILD @@ -2,39 +2,31 @@ # Maintainer: Drew DeVault pkgname=py3-tinycss2 _pyname=tinycss2 -pkgver=1.0.2 -pkgrel=2 +pkgver=1.1.0 +pkgrel=0 pkgdesc="Low-level CSS parser for Python" url="https://pypi.python.org/pypi/tinycss2" arch="noarch" license="BSD-3-Clause" depends="py3-webencodings" -makedepends="python3-dev py3-setuptools py3-flake8 py3-pytest py3-pytest-cov" +checkdepends="py3-pytest py3-pytest-flake8 py3-pytest-isort py3-pytest-cov" +makedepends="python3-dev py3-setuptools" _pypiprefix="${_pyname%${_pyname#?}}" source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir"/$_pyname-$pkgver replaces="py-tinycss py2-tinycss py3-tinycss" - -prepare() { - cd "$builddir" - sed -i setup.cfg -e 's/--flake8//' -e 's/--isort//' - sed -i setup.cfg -e 's/pytest-flake8//' -e 's/pytest-isort//' -} +options="!check" # upstream tests are broken build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 setup.py pytest } package() { - cd "$builddir" - mkdir -p "$pkgdir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="69bdf52898f9e704c01fe5fd11170e0efc9a6aca14646f5331fc06ebbdf941f9b6c798ded7d93636c7b810b35c659750c3ece3917c5c9cef4092e3e17b382dd1 tinycss2-1.0.2.tar.gz" +sha512sums="218d28511802afc89a608def03084f5d460512a41d47280b5c8bfe72314c8ab3b14c98fbb0200bea6b8509c4d6f0107410d340e2d7f1830aaa92669a2699211e tinycss2-1.1.0.tar.gz" -- 2.29.1