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
93b53f5b
Commit
93b53f5b
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
main/py3-curl: upgrade to 7.43.0.4
parent
33a1a904
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/py3-curl/APKBUILD
+3
-6
3 additions, 6 deletions
main/py3-curl/APKBUILD
with
3 additions
and
6 deletions
main/py3-curl/APKBUILD
+
3
−
6
View file @
93b53f5b
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
py3-curl
pkgname
=
py3-curl
_pkgname
=
pycurl
_pkgname
=
pycurl
pkgver
=
7.43.0.
3
pkgver
=
7.43.0.
4
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"Python3 interface to libcurl"
pkgdesc
=
"Python3 interface to libcurl"
url
=
"http://pycurl.io/"
url
=
"http://pycurl.io/"
arch
=
"all"
arch
=
"all"
...
@@ -16,16 +16,13 @@ replaces="py-curl" # Backwards compatibility
...
@@ -16,16 +16,13 @@ replaces="py-curl" # Backwards compatibility
provides
=
"py-curl=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
provides
=
"py-curl=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
build
()
{
build
()
{
cd
"
$builddir
"
export
PYCURL_SSL_LIBRARY
=
openssl
export
PYCURL_SSL_LIBRARY
=
openssl
python3 setup.py build
python3 setup.py build
}
}
package
()
{
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
rm
-Rf
"
$pkgdir
"
/usr/share
# remove docs
rm
-Rf
"
$pkgdir
"
/usr/share
# remove docs
}
}
sha512sums
=
"
eec5c5f10b9a78bcf7e786368cdd5dc165faa4bb646df39ad52c1dfe8110e3e56456f5961f63ab7b460e51e56c41e66a0fc4652c8132411f1dee4074b3cffc00
pycurl-7.43.0.
3
.tar.gz"
sha512sums
=
"
79df189eca6b337d7e7243f9209055e629e76457aaacb1cc170c42363290162d121ba6128e20067fb04375b971cf36843634b46ec8466e69be614b86640c7256
pycurl-7.43.0.
4
.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