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
6eb29149
Commit
6eb29149
authored
3 years ago
by
Dmitry Romanenko
Committed by
Kevin Daudt
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-pytest-forked: upgrade to 1.4.0
parent
4f3d320b
No related branches found
No related tags found
1 merge request
!29727
community/py3-pytest-forked: upgrade to 1.4.0
Pipeline
#107161
canceled
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-pytest-forked/APKBUILD
+6
-5
6 additions, 5 deletions
community/py3-pytest-forked/APKBUILD
with
6 additions
and
5 deletions
community/py3-pytest-forked/APKBUILD
+
6
−
5
View file @
6eb29149
...
...
@@ -2,8 +2,8 @@
# Maintainer: Dmitry Romanenko <dmitry@romanenko.in>
pkgname
=
py3-pytest-forked
_pyname
=
pytest-forked
pkgver
=
1.
3
.0
pkgrel
=
2
pkgver
=
1.
4
.0
pkgrel
=
0
pkgdesc
=
"extracted --boxed from pytest-xdist to ensure backward compat"
url
=
"https://github.com/pytest-dev/pytest-forked"
arch
=
"noarch"
...
...
@@ -13,7 +13,6 @@ makedepends="py3-setuptools py3-pbr"
checkdepends
=
"py3-tox"
source
=
"https://files.pythonhosted.org/packages/source/p/
$_pyname
/
$_pyname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$_pyname
-
$pkgver
options
=
"!check"
# pytest issues
replaces
=
"pytest-forked"
# Backwards compatibility
provides
=
"pytest-forked=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
...
...
@@ -32,11 +31,13 @@ build() {
check
()
{
local
_py3ver
=
$(
python3
-c
'import sys; print("{}{}".format(sys.version_info.major, sys.version_info.minor))'
)
tox
--sitepackages
-e
py
$_py3ver
tox
-e
py
$_py3ver
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"25d639aa43380155d7744f1d05a95e0144f5fe7dea42ff3c2bba3803a07d73b5eb008525469330c5dda14800fe4b611241691be197132f31f88f66930c3ecac0 pytest-forked-1.3.0.tar.gz"
sha512sums
=
"
ba402aec6dbec7a94815913192a49390b637a123d3557f48d809ae2e871e9e0cff8f9d0feb99e2bd06fe9486520b5e539f397d39475a720f8283b1bd21c751c7 pytest-forked-1.4.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