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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
knuxify
aports
Commits
144bd3e2
Commit
144bd3e2
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-coverage: upgrade to 5.0.4
parent
c6325db4
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-coverage/APKBUILD
+4
-4
4 additions, 4 deletions
community/py3-coverage/APKBUILD
with
4 additions
and
4 deletions
community/py3-coverage/APKBUILD
+
4
−
4
View file @
144bd3e2
...
...
@@ -2,7 +2,7 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
pkgname
=
py3-coverage
_pkgname
=
coverage
pkgver
=
5.0.
3
pkgver
=
5.0.
4
pkgrel
=
0
pkgdesc
=
"Code coverage measurement for Python"
options
=
"!check"
# Requires unpackaged 'flaky'
...
...
@@ -10,8 +10,8 @@ url="https://pypi.python.org/pypi/coverage"
arch
=
"all"
license
=
"Apache-2.0"
makedepends
=
"python3-dev py3-setuptools"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgnam
e
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgnam
e
-
$pkgver
"
source
=
"https://files.pythonhosted.org/packages/source/
c/coverage/coverag
e-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
coverag
e-
$pkgver
"
replaces
=
"py-coverage"
# Backwards compatibility
provides
=
"py-coverage=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
...
...
@@ -23,4 +23,4 @@ build() {
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
51c648b4529cc84534865ee804bcd3dd35a6dcb23f20feb3c4702025b924de3a010fd8d08238eea926ae1874c5510ff006bc120e10d01db795ea0af6fb82834c
coverage-5.0.
3
.tar.gz"
sha512sums
=
"
a6b34737f2accde2cbed55e61c1d4d1556240f827c9e14c6d1314fbfb2134f2d3a693f7710fa619cc0fd3c5826cf930a0ab63cd2bf679da83bf0bc6ef830a2e9
coverage-5.0.
4
.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