Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Johannes Müller
aports
Commits
6dd8bdda
Commit
6dd8bdda
authored
Sep 15, 2019
by
Leo
Committed by
Natanael Copa
Sep 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/py3-ecdsa: drop py2
parent
63e99b4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
28 deletions
+10
-28
main/py3-ecdsa/APKBUILD
main/py3-ecdsa/APKBUILD
+10
-28
No files found.
main/py3-ecdsa/APKBUILD
View file @
6dd8bdda
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
py-ecdsa
pkgname
=
py
3
-ecdsa
_pkgname
=
ecdsa
pkgver
=
0.13.2
pkgrel
=
0
pkgdesc
=
"
A Python
cryptographic signature library"
pkgrel
=
1
pkgdesc
=
"
Python3
cryptographic signature library"
url
=
"https://github.com/warner/python-ecdsa"
arch
=
"noarch"
license
=
"MIT"
# No tests available
options
=
"!check"
makedepends
=
"python2-dev python3-dev py-setuptools"
subpackages
=
"py3-
$_pkgname
:_py3 py2-
$_pkgname
:_py2"
options
=
"!check"
# No tests available
depends
=
"python3 py3-crypto"
makedepends
=
"py3-setuptools"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
replaces
=
"py-ecdsa"
# Backwards compatibility
provides
=
"py-ecdsa=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
build
()
{
cd
"
$builddir
"
python2 setup.py build
python3 setup.py build
}
package
()
{
mkdir
-p
"
$pkgdir
"
}
_py
()
{
local
python
=
"
$1
"
pkgdesc
=
"
$pkgdesc
(for
$python
)"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
$python
"
cd
"
$builddir
"
$python
setup.py
install
--prefix
=
/usr
--root
=
"
$subpkgdir
"
}
_py2
()
{
depends
=
"
$depends
py2-crypto"
replaces
=
"
$pkgname
"
_py python2
}
_py3
()
{
depends
=
"
$depends
py3-crypto"
_py python3
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"2b485d85a3cd48b2b9155eb36df8721a4bc76f1152a544970f535c056ddd944d72951e76b2cf5cbfe45277c2a156f2fb15f3b62c2b0fcc9a251962dec2a0f9de ecdsa-0.13.2.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment