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
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alyx
Adélie Package Tree
Commits
c5e77c17
Commit
c5e77c17
authored
6 years ago
by
zlg
Browse files
Options
Downloads
Patches
Plain Diff
user/py3-cryptography: new package
parent
6eea1b3e
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
user/py3-cryptography/APKBUILD
+29
-0
29 additions, 0 deletions
user/py3-cryptography/APKBUILD
with
29 additions
and
0 deletions
user/py3-cryptography/APKBUILD
0 → 100644
+
29
−
0
View file @
c5e77c17
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname
=
py3-cryptography
_pkgname
=
${
pkgname
#py3-
}
pkgver
=
2.3.1
pkgrel
=
0
pkgdesc
=
"A package which provides cryptographic recipes and primitives"
url
=
"https://pypi.python.org/pypi/cryptography"
arch
=
"all"
options
=
"!check"
# tests want hypothesis; deep rabbit hole
license
=
"Apache-2.0 OR BSD"
depends
=
"py3-cffi py3-idna py3-asn1crypto py3-six"
makedepends
=
"python3-dev libffi-dev openssl-dev"
subpackages
=
""
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
package
()
{
mkdir
-p
"
$pkgdir
"
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"384581238b5669dbf31fd1b1385ec2ff9c6d76e2b7612efb15f255e17a11a38474f84668e62ceaa39a146260f46cac743575c0a8ffedc1e40c7b2f90d7cb00b1 cryptography-2.3.1.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