python-SecretStorage: remove python2 version

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-11 17:34:39 -06:00 committed by Helmut Pozimski
parent 1026549159
commit 8955153981
2 changed files with 0 additions and 21 deletions

View file

@ -1,20 +0,0 @@
# Template file for 'python-SecretStorage'
pkgname=python-SecretStorage
version=2.3.1
revision=4
archs=noarch
wrksrc="SecretStorage-${version}"
build_style=python2-module
pycompile_module="secretstorage"
hostmakedepends="python-setuptools"
depends="python-dbus python-cryptography"
short_desc="Python2 bindings to FreeDesktop.org Secret Service API"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="BSD-3-Clause"
homepage="https://github.com/mitya57/secretstorage"
distfiles="${PYPI_SITE}/S/SecretStorage/SecretStorage-${version}.tar.gz"
checksum=3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6
post_install() {
vlicense LICENSE
}

View file

@ -1 +0,0 @@
ignore="3.*"