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
136d2871
Commit
136d2871
authored
3 years ago
by
Michał Polański
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-yarl: upgrade to 1.7.2
parent
d2e782e6
No related branches found
No related tags found
Tags containing commit
1 merge request
!29393
community/py3-yarl: upgrade to 1.7.2
Pipeline
#106090
passed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-yarl/APKBUILD
+10
-10
10 additions, 10 deletions
community/py3-yarl/APKBUILD
with
10 additions
and
10 deletions
community/py3-yarl/APKBUILD
+
10
−
10
View file @
136d2871
...
...
@@ -2,13 +2,13 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
py3-yarl
_pkgname
=
yarl
pkgver
=
1.
6.3
pkgrel
=
2
pkgver
=
1.
7.2
pkgrel
=
0
pkgdesc
=
"Yet another URL library"
url
=
"http://yarl.readthedocs.io"
arch
=
"all"
url
=
"http://yarl.readthedocs.io/"
license
=
"Apache-2.0"
depends
=
"py3-multidict py3-idna"
arch
=
"all"
depends
=
"python3 py3-idna py3-multidict"
makedepends
=
"py3-setuptools python3-dev"
checkdepends
=
"py3-pytest py3-pytest-cov"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
...
...
@@ -19,13 +19,13 @@ build() {
}
check
()
{
# test_semicolon_as_separator: https://github.com/aio-libs/yarl/issues/563
PYTHONPATH
=
"
$(
echo
"
$PWD
"
/build/lib.
*
)
"
py.test-3
-v
\
--deselect
tests/test_url_query.py::test_semicolon_as_separator
PYTHONPATH
=
"
$(
echo
"
$PWD
"
/build/lib.
*
)
"
pytest
}
package
()
{
python3 setup.py
install
--root
=
"
$pkgdir
"
python3 setup.py
install
--root
=
"
$pkgdir
"
--skip-build
}
sha512sums
=
"4c76b94198b8e334f4b4e71d92b0fe23f752d35e0c29bc68df99648b3f48fbb6e3dd8d7339138544e5dc8fbf64c15cb61678052670ac47edc5be958df819d42e yarl-1.6.3.tar.gz"
sha512sums
=
"
ac5b630dd592ffa8b095e4d7eee2facaeac8ab578e55fd8856c6a6349f514081020c707cd0b33f250c0e78133e92ed6156835660f14c5ae54d60b4fdf6ea50ea yarl-1.7.2.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