Skip to content

Commit

Permalink
community/py3-pycodestyle: upgrade to 2.8.0
Browse files Browse the repository at this point in the history
disable tests that fails on python 3.10
davidhalter/parso#192
  • Loading branch information
ncopa committed Dec 15, 2021
1 parent 6aee7a1 commit bf2bcf1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions community/py3-parso/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributor: Kevin Daudt <kdaudt@alpinelinux.org>
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=py3-parso
pkgver=0.8.2
pkgrel=1
pkgver=0.8.3
pkgrel=0
pkgdesc="parser that supports error recovery and round-trip parsing for different Python versions"
url="https://github.com/davidhalter/parso"
arch="noarch"
Expand All @@ -23,13 +23,15 @@ build() {
}

check() {
py.test-3
# python 3.10 errors: https://github.com/davidhalter/parso/issues/192
py.test-3 -v \
--deselect test/test_python_errors.py
}

package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="
4c8c12e86c7119eac19d7d9bfe9850826107c93f7da7b66377b91edfb0093425ad725f95fc942074bee51ab8db8210273f1bce840fc7214eb4a674f33e860b00 parso-0.8.2.tar.gz
6a8626b2aa254e8c3b5afbacd122085d5a69ea04aeb271141f284822e300e8f7f1a53f9dc483a6522fe309cf09f60624972bb666d3a82d06af808c6790f87f1d parso-0.8.3.tar.gz
"
8 changes: 5 additions & 3 deletions community/py3-pycodestyle/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Maintainer: Keith Maxwell <keith.maxwell@gmail.com>
pkgname=py3-pycodestyle
_pkgname=pycodestyle
pkgver=2.7.0
pkgrel=1
pkgver=2.8.0
pkgrel=0
pkgdesc="Check your Python code against some of the style conventions in PEP 8"
url="https://pypi.python.org/pypi/pycodestyle/"
arch="noarch"
Expand Down Expand Up @@ -35,4 +35,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="9066ab243f98f5fe6f4d764289b5be2bd2a2b063e6273bd977025509faa2eabd197480b7a2522d4de89b0c6cec388950dad3c69c6d1aa3184883e00909815a2d py3-pycodestyle-2.7.0.tar.gz"
sha512sums="
6fdf89c3a58df23792a2c1bb09fae781ab59110de4d3ab9d35a2262974bf78d9ce06f023c6f97922b7ee845db2156604a778d687c9eeacdd2eb298621799ce5c py3-pycodestyle-2.8.0.tar.gz
"

0 comments on commit bf2bcf1

Please sign in to comment.