22 lines
620 B
Text
22 lines
620 B
Text
# 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
|
|
}
|
|
}
|