New package: python-ecdsa-0.10.
This commit is contained in:
parent
a1f4d98233
commit
b5a9c1e0db
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'python-ecdsa'
|
||||||
|
pkgname=python-ecdsa
|
||||||
|
version=0.10
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname/python-/}-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python"
|
||||||
|
makedepends="python-devel python-setuptools"
|
||||||
|
short_desc="Python Implementation of ECDSA"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="https://github.com/warner/python-ecdsa"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$version.tar.gz"
|
||||||
|
checksum=67dae9e1af2b0fd71bc9a378654f7dc89211c1c5aee71e160f8cfce1fa6d6980
|
||||||
|
|
||||||
|
python-ecdsa_package() {
|
||||||
|
noarch="yes"
|
||||||
|
pycompile_module="ecdsa"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue