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
ad526392
Commit
ad526392
authored
11 months ago
by
Galen Abell
Committed by
Celeste
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-requests-file: upgrade to 2.1.0
parent
1eab0f17
No related branches found
No related tags found
2 merge requests
!66949
Draft: [3.20] main/raspberrypi-bootloader: upgrade to 1.20240524
,
!66381
community/py3-requests-file: upgrade to 2.1.0
Pipeline
#236071
canceled
11 months ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-requests-file/APKBUILD
+9
-8
9 additions, 8 deletions
community/py3-requests-file/APKBUILD
with
9 additions
and
8 deletions
community/py3-requests-file/APKBUILD
+
9
−
8
View file @
ad526392
...
...
@@ -2,8 +2,8 @@
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname
=
py3-requests-file
_pyname
=
requests-file
pkgver
=
2.
0
.0
pkgrel
=
1
pkgver
=
2.
1
.0
pkgrel
=
0
pkgdesc
=
"Transport adapter for fetching file:// URLs with the requests python library"
url
=
"https://github.com/dashea/requests-file"
arch
=
"noarch"
...
...
@@ -18,20 +18,21 @@ builddir="$srcdir/$_pyname-$pkgver"
build
()
{
export
SETUPTOOLS_SCM_PRETEND_VERSION
=
$pkgver
gpep517 build-wheel
\
--wheel-dir
dist
\
--wheel-dir
.
dist
\
--output-fd
3 3>&1
>
&2
}
check
()
{
python3
-m
venv
--clear
--system-site-packages
testenv
testenv/bin/python3
-m
installer dist/
*
.whl
testenv/bin/python3
-m
pytest
python3
-m
venv
--clear
--system-site-packages
.
testenv
.
testenv/bin/python3
-m
installer
.
dist/
*
.whl
.
testenv/bin/python3
-m
pytest
}
package
()
{
python3
-m
installer
-d
"
$pkgdir
"
\
dist/
*
.whl
.
dist/
*
.whl
}
sha512sums
=
"
0e4d0d9ceda33dd2bcbf1d94d1237c0c2b98958aef5837bf8b925adc73b1cb243f6b148a93431d524539af24bfd6327bd0d26d4eca3b844e66f3069973d28563
requests-file-2.
0
.0.tar.gz
64047226585655f02f7877a9d7a97b36d4ed5b2f7b1df435895ebb665205a4d25ab42a7a9a532e880455d5befe0068665b2fd0e94e8acb8297724f36821711d1
requests-file-2.
1
.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