Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
1.2k
Issue boards
Milestones
Code
Merge requests
611
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!17162
community/py3-typed-ast: upgrade to 1.4.2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/py3-typed-ast: upgrade to 1.4.2
Leo/aports:3.13-py3-typed-ast
into
3.13-stable
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Leo
requested to merge
Leo/aports:3.13-py3-typed-ast
into
3.13-stable
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
👍
0
👎
0
Merge request reports
Compare
3.13-stable
version 1
711afdcb
3 years ago
3.13-stable (base)
and
latest version
latest version
63a2b95f
1 commit,
3 years ago
version 1
711afdcb
1 commit,
3 years ago
2 files
+
4
−
91
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
community/py3-typed-ast/APKBUILD
+
4
−
6
Options
@@ -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