Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
bcddfa9a
Commit
bcddfa9a
authored
6 years ago
by
zlg
Browse files
Options
Downloads
Patches
Plain Diff
user/py3-pysocks: new package
parent
ae0447ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!113
Add certbot and dependencies
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/py3-pysocks/APKBUILD
+30
-0
30 additions, 0 deletions
user/py3-pysocks/APKBUILD
with
30 additions
and
0 deletions
user/py3-pysocks/APKBUILD
0 → 100644
+
30
−
0
View file @
bcddfa9a
# Contributor: zlg <zlg+adelie@zlg.space>
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname
=
py3-pysocks
_pkgname
=
PySocks
pkgver
=
1.6.8
pkgrel
=
0
pkgdesc
=
"SOCKS client module for Python"
url
=
"https://pypi.org/project/PySocks/ https://github.com/Anarov/PySocks"
arch
=
"noarch"
options
=
"!check"
# relies on bundled x86_64 binary (3proxy), psutil, flake8
license
=
"BSD"
depends
=
"python3"
makedepends
=
"python3-dev py3-atomicwrites py3-attrs py3-more-itertools
py3-pluggy py3-py py3-pytest"
install
=
""
subpackages
=
""
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/PySocks-
$pkgver
"
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
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