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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Michael Pirogov
aports
Commits
ab37ff94
Commit
ab37ff94
authored
6 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-pysocks: new aport
Python Socks module
https://github.com/Anorov/PySocks
parent
76de376c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-pysocks/APKBUILD
+30
-0
30 additions, 0 deletions
testing/py3-pysocks/APKBUILD
with
30 additions
and
0 deletions
testing/py3-pysocks/APKBUILD
0 → 100644
+
30
−
0
View file @
ab37ff94
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
pkgname
=
py3-pysocks
pkgver
=
1.6.8
pkgrel
=
0
pkgdesc
=
"Python Socks module"
url
=
"https://github.com/Anorov/PySocks"
arch
=
"noarch"
license
=
"BSD"
depends
=
"python3"
makedepends
=
"python3-dev"
source
=
"https://pypi.io/packages/source/P/PySocks/PySocks-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/PySocks-
$pkgver
"
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
check
()
{
cd
"
$builddir
"
python3 setup.py check
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"9b544cf11464142a5f347cd5688b48422249363a425ccf3887117152f2f1969713674c4bba714242432ae85f3d62e03edeb9cb7b73ebd225ed3b47b3da6896d5 PySocks-1.6.8.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