diff --git a/srcpkgs/python-SecretStorage/template b/srcpkgs/python-SecretStorage/template index 162049cf98..029c704004 100644 --- a/srcpkgs/python-SecretStorage/template +++ b/srcpkgs/python-SecretStorage/template @@ -1,16 +1,16 @@ # Template file for 'python-SecretStorage' pkgname=python-SecretStorage version=2.3.1 -revision=3 +revision=4 noarch=yes wrksrc="SecretStorage-${version}" -build_style=python-module +build_style=python2-module pycompile_module="secretstorage" -hostmakedepends="python-setuptools python3-setuptools" +hostmakedepends="python-setuptools" depends="python-dbus python-cryptography" short_desc="Python2 bindings to FreeDesktop.org Secret Service API" maintainer="Helmut Pozimski " -license="3-clause-BSD" +license="BSD-3-Clause" homepage="https://github.com/mitya57/secretstorage" distfiles="${PYPI_SITE}/S/SecretStorage/SecretStorage-${version}.tar.gz" checksum=3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6 @@ -18,14 +18,3 @@ checksum=3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6 post_install() { vlicense LICENSE } - -python3-SecretStorage_package() { - noarch=yes - pycompile_module="secretstorage" - depends="python3-dbus python3-cryptography" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vlicense LICENSE - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python-SecretStorage/update b/srcpkgs/python-SecretStorage/update new file mode 100644 index 0000000000..6dcf64a516 --- /dev/null +++ b/srcpkgs/python-SecretStorage/update @@ -0,0 +1 @@ +ignore="3.*" diff --git a/srcpkgs/python3-SecretStorage b/srcpkgs/python3-SecretStorage deleted file mode 120000 index 8710e53329..0000000000 --- a/srcpkgs/python3-SecretStorage +++ /dev/null @@ -1 +0,0 @@ -python-SecretStorage \ No newline at end of file