diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-03-05 11:17:48 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-05 11:23:09 -0300 |
| commit | f86cbbcc37ccd3be5a01e5e85b5ad28735f9cca2 (patch) | |
| tree | 152f5c3cfb7cc1c6826c284d32ab40c7cdd03b07 | |
| parent | 822f5c5561a54c7a36d767251d4c112c011470e1 (diff) | |
| download | aports-f86cbbcc37ccd3be5a01e5e85b5ad28735f9cca2.tar.bz2 aports-f86cbbcc37ccd3be5a01e5e85b5ad28735f9cca2.tar.xz | |
main/py3-cparser: upgrade to 2.20
| -rw-r--r-- | main/py3-cparser/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/main/py3-cparser/APKBUILD b/main/py3-cparser/APKBUILD index c155521433..eb4becab7b 100644 --- a/main/py3-cparser/APKBUILD +++ b/main/py3-cparser/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: pkgname=py3-cparser _pkgname=pycparser -pkgver=2.19 -pkgrel=4 +pkgver=2.20 +pkgrel=0 pkgdesc="C parser written in Python3" url="https://github.com/eliben/pycparser" arch="noarch" @@ -17,18 +17,15 @@ replaces="py-cparser" # Backwards compatibility provides="py-cparser=$pkgver-r$pkgrel" # Backwards compatibility build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 tests/all_tests.py } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="7f830e1c9066ee2d297a55e2bf6db4bf6447b6d9da0145d11a88c3bb98505755fb7986eafa6e06ae0b7680838f5e5d6a6d188245ca5ad45c2a727587bac93ab5 pycparser-2.19.tar.gz" +sha512sums="ff0853c9f981b43b4f2e879350715c07b02cf9dab223d4980d8fe0a3138c98041b5f848a9355ae4f1cb45e7f137c03a88843008e18d77af9250e0d9c55f5ca1b pycparser-2.20.tar.gz" |
