Skip to content
Snippets Groups Projects

community/py3-typed-ast: upgrade to 1.4.2

Merged Leo requested to merge Leo/aports:3.13-py3-typed-ast into 3.13-stable
2 files
+ 4
91
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,8 +2,8 @@
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname=py3-typed-ast
_pkgname=typed_ast
pkgver=1.4.1
pkgrel=1
pkgver=1.4.2
pkgrel=0
pkgdesc="Fork of the Python ast module with type comment support"
url="https://github.com/python/typed_ast"
arch="all"
@@ -11,8 +11,7 @@ license="Apache-2.0"
depends="python3"
makedepends="py3-setuptools python3-dev"
checkdepends="py3-pytest"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
fix-linking-issue-asdl.patch"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/"$_pkgname-$pkgver
build() {
@@ -37,5 +36,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="a3154fe723aeadf998694aba0faf516e5b9abb876e4c7d91843b3694474ff6911b3e77a6cb7366cfa8e5a573b331906b6a0b134b25627aaba0dcbe92c4e25590 typed_ast-1.4.1.tar.gz
6d273d173ec483260141bece94d546a36b7048debd2b9c76b3ccd5743824a127a7b78a454140996777ea1a4dfc1e46f344c73157e00bc8a284719b483211d177 fix-linking-issue-asdl.patch"
sha512sums="9a46f2a4c48bd267445a773463771824be958dfdd1a2df21356d0a763ee2029b51d5b0fddeb16df202f89ba86019640ab45ba520fdad5c550250fe2a135605fe typed_ast-1.4.2.tar.gz"
Loading