python-axolotl-curve25519: remove unnecessary depends, update homepage
This commit is contained in:
parent
e38fa701db
commit
23b1e2f613
1 changed files with 1 additions and 3 deletions
|
@ -5,16 +5,14 @@ revision=1
|
|||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
depends="python"
|
||||
short_desc="Python2 curve25519 with ed25519 signatures, used by libaxolotl"
|
||||
maintainer="Lon Willett <xgit@lonw.net>"
|
||||
license="GPL-3"
|
||||
homepage="https://pypi.python.org/pypi/python-axolotl-curve25519"
|
||||
homepage="https://github.com/tgalal/python-axolotl-curve25519"
|
||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=0705a66297ebd2f508a60dc94e22881c754301eb81db93963322f6b3bdcb63a3
|
||||
|
||||
python3-axolotl-curve25519_package() {
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue