From 0464e72332b1bb10c999748720de8ec230ff44cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 13:53:16 +0700 Subject: [PATCH] python-axolotl: drop package --- srcpkgs/python-axolotl/template | 25 ------------------------- srcpkgs/python3-axolotl | 1 - srcpkgs/python3-axolotl/template | 15 +++++++++++++++ 3 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 srcpkgs/python-axolotl/template delete mode 120000 srcpkgs/python3-axolotl create mode 100644 srcpkgs/python3-axolotl/template diff --git a/srcpkgs/python-axolotl/template b/srcpkgs/python-axolotl/template deleted file mode 100644 index 74480b5a9fe..00000000000 --- a/srcpkgs/python-axolotl/template +++ /dev/null @@ -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 " -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* - } -} diff --git a/srcpkgs/python3-axolotl b/srcpkgs/python3-axolotl deleted file mode 120000 index 3850e59544f..00000000000 --- a/srcpkgs/python3-axolotl +++ /dev/null @@ -1 +0,0 @@ -python-axolotl \ No newline at end of file diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template new file mode 100644 index 00000000000..356d702b55d --- /dev/null +++ b/srcpkgs/python3-axolotl/template @@ -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 " +license="GPL-3.0-only" +homepage="https://github.com/tgalal/python-axolotl" +distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz" +checksum=fe0e8147423f8dc4ec1077ea18ca5a54091366d22faa903a772ee6ea88b88daf