New package: python-ecdsa-0.10.

This commit is contained in:
Juan RP 2013-12-28 17:10:16 +01:00
parent a1f4d98233
commit b5a9c1e0db
1 changed files with 22 additions and 0 deletions

View File

@ -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
}
}