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
687211e9
Commit
687211e9
authored
3 years ago
by
Duncan Bellamy
Committed by
Kevin Daudt
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-pytest-httpbin: upgrade to 1.0.1
* run tests
parent
aae490bb
No related branches found
No related tags found
1 merge request
!28873
community/py3-pytest-httpbin: upgrade to 1.0.1
Pipeline
#104258
canceled
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-pytest-httpbin/APKBUILD
+10
-5
10 additions, 5 deletions
community/py3-pytest-httpbin/APKBUILD
with
10 additions
and
5 deletions
community/py3-pytest-httpbin/APKBUILD
+
10
−
5
View file @
687211e9
# Contributor: Duncan Bellamy <dunk@denkimushi.com>
# Contributor: Duncan Bellamy <dunk@denkimushi.com>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname
=
py3-pytest-httpbin
pkgname
=
py3-pytest-httpbin
pkgver
=
1.0.
0
pkgver
=
1.0.
1
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"Easily test your HTTP library against a local copy of httpbin"
pkgdesc
=
"Easily test your HTTP library against a local copy of httpbin"
options
=
"!check"
# No testsuite on pypi tarball
url
=
"https://github.com/kevin1024/pytest-httpbin"
url
=
"https://github.com/kevin1024/pytest-httpbin"
arch
=
"noarch"
arch
=
"noarch"
license
=
"MIT"
license
=
"MIT"
depends
=
"py3-httpbin py3-six"
depends
=
"py3-httpbin py3-six"
makedepends
=
"py3-setuptools"
makedepends
=
"py3-setuptools"
checkdepends
=
"py3-pytest"
checkdepends
=
"py3-pytest
py3-requests
"
source
=
"https://files.pythonhosted.org/packages/source/p/pytest-httpbin/pytest-httpbin-
$pkgver
.tar.gz"
source
=
"https://files.pythonhosted.org/packages/source/p/pytest-httpbin/pytest-httpbin-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/pytest-httpbin-
$pkgver
"
builddir
=
"
$srcdir
/pytest-httpbin-
$pkgver
"
...
@@ -18,8 +17,14 @@ build() {
...
@@ -18,8 +17,14 @@ build() {
python3 setup.py build
python3 setup.py build
}
}
check
()
{
python3
-m
pytest
}
package
()
{
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
}
sha512sums
=
"5e890de7f90917c81ea99f5389ff955bc751a8852ced33dc16a4b950ed8966807af58e8ddee5f285e1c94254d90c07f51be619747631bb684a9123746f295d7f pytest-httpbin-1.0.0.tar.gz"
sha512sums
=
"
3c2589e309bf34dd623051ce15cf09ccb23e7a11c160ed40f2379f11fb54618d77f03c9100faae1755f9a58c402ac10798f1c0ea28e11ff86408e2c2aaf82f15 pytest-httpbin-1.0.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