Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
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
Commits
c99f5cb2
Verified
Commit
c99f5cb2
authored
1 year ago
by
Patrycja Rosa
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-mypy: upgrade to 1.9.0
parent
0aa179c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-mypy/APKBUILD
+3
-3
3 additions, 3 deletions
community/py3-mypy/APKBUILD
with
3 additions
and
3 deletions
community/py3-mypy/APKBUILD
+
3
−
3
View file @
c99f5cb2
# Contributor: Justin Berthault <justin.berthault@zaclys.net>
# Contributor: Justin Berthault <justin.berthault@zaclys.net>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname
=
py3-mypy
pkgname
=
py3-mypy
pkgver
=
1.
8
.0
pkgver
=
1.
9
.0
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Optional static typing for Python (PEP484)"
pkgdesc
=
"Optional static typing for Python (PEP484)"
url
=
"https://mypy-lang.org/"
url
=
"https://mypy-lang.org/"
...
@@ -14,7 +14,7 @@ depends="
...
@@ -14,7 +14,7 @@ depends="
makedepends
=
"python3-dev py3-gpep517 py3-setuptools py3-wheel"
makedepends
=
"python3-dev py3-gpep517 py3-setuptools py3-wheel"
checkdepends
=
"py3-pytest py3-pytest-xdist py3-lxml py3-typed-ast py3-virtualenv"
checkdepends
=
"py3-pytest py3-pytest-xdist py3-lxml py3-typed-ast py3-virtualenv"
subpackages
=
"
$pkgname
-pyc"
subpackages
=
"
$pkgname
-pyc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/python/mypy/archive/refs/tags/
v
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/python/mypy/archive/refs/tags/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/mypy-
$pkgver
"
builddir
=
"
$srcdir
/mypy-
$pkgver
"
options
=
"!check"
# they take forever
options
=
"!check"
# they take forever
...
@@ -36,5 +36,5 @@ package() {
...
@@ -36,5 +36,5 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
231237ea44ccf619ac3d3f7f3cb42658bc9802d7a34f61101a9ac79f0fa67d8f566950e14dae34
65
c
96
20cdf67dc80cb65a3e2a6724ff944bfa911754caf592b
py3-mypy-1.
8
.0.tar.gz
aaa975b97e72f00a384a38fee190e39c6469b062a7083c76bb94bb7058ed38f713f
65
b
96
bb36a871a430633cab424a0f11e995868f867e2f7a13c4754ed96c89
py3-mypy-1.
9
.0.tar.gz
"
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment