python-axolotl: drop package
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
# Template file for 'python-axolotl'
|
||||
pkgname=python-axolotl
|
||||
version=0.2.3
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=python-module
|
||||
pycompile_module="axolotl"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-axolotl-curve25519 python-cryptography python-protobuf"
|
||||
short_desc="Python2 port of libaxolotl-android written by Moxie Marlinspike"
|
||||
maintainer="Lon Willett <xgit@lonw.net>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/tgalal/python-axolotl"
|
||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=fe0e8147423f8dc4ec1077ea18ca5a54091366d22faa903a772ee6ea88b88daf
|
||||
|
||||
python3-axolotl_package() {
|
||||
archs=noarch
|
||||
depends="python3-axolotl-curve25519 python3-cryptography python3-protobuf"
|
||||
pycompile_module="axolotl"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
python-axolotl
|
||||
15
srcpkgs/python3-axolotl/template
Normal file
15
srcpkgs/python3-axolotl/template
Normal file
@@ -0,0 +1,15 @@
|
||||
# Template file for 'python3-axolotl'
|
||||
pkgname=python3-axolotl
|
||||
_pkgname=${pkgname/3/}
|
||||
version=0.2.3
|
||||
revision=3
|
||||
wrksrc=$_pkgname-$version
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-axolotl-curve25519 python3-cryptography python3-protobuf"
|
||||
short_desc="Python3 port of libaxolotl-android written by Moxie Marlinspike"
|
||||
maintainer="Lon Willett <xgit@lonw.net>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/tgalal/python-axolotl"
|
||||
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
||||
checksum=fe0e8147423f8dc4ec1077ea18ca5a54091366d22faa903a772ee6ea88b88daf
|
||||
Reference in New Issue
Block a user