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
59c863da
Commit
59c863da
authored
5 years ago
by
Bart Ribbers
Committed by
Rasmus Thomsen
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-testfixtures: new aport
parent
efef7e7e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!7629
testing/mycroft-core: new aport
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-testfixtures/APKBUILD
+29
-0
29 additions, 0 deletions
testing/py3-testfixtures/APKBUILD
with
29 additions
and
0 deletions
testing/py3-testfixtures/APKBUILD
0 → 100644
+
29
−
0
View file @
59c863da
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
py3-testfixtures
pkgver
=
6.14.1
pkgrel
=
0
pkgdesc
=
"A collection of helpers and mock objects for unit tests and doc tests"
url
=
"https://github.com/Simplistix/testfixtures"
arch
=
"noarch"
license
=
"MIT"
depends
=
"python3"
makedepends
=
"py3-setuptools py3-sphinx"
checkdepends
=
"py3-pytest py3-sybil"
source
=
"https://pypi.python.org/packages/source/t/testfixtures/testfixtures-
$pkgver
.tar.gz"
options
=
"!check"
# Broken tests https://github.com/Simplistix/testfixtures/issues/134
builddir
=
"
$srcdir
/testfixtures-
$pkgver
"
build
()
{
python3 setup.py build
}
check
()
{
PYTHONPATH
=
"
$PWD
/build/lib"
pytest
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"0da31d5e382984c22ada846c07570d4a179ba819005dd29891e551b99190fabaaf17174456f7ed4864e9c4aa25f7d5d8b86aa123b4628328610d6930c9c5d6bd testfixtures-6.14.1.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