diff --git a/srcpkgs/python3-gpg b/srcpkgs/python3-gpg deleted file mode 120000 index 9484361517..0000000000 --- a/srcpkgs/python3-gpg +++ /dev/null @@ -1 +0,0 @@ -python-gpg \ No newline at end of file diff --git a/srcpkgs/python-gpg/template b/srcpkgs/python3-gpg/template similarity index 50% rename from srcpkgs/python-gpg/template rename to srcpkgs/python3-gpg/template index a17a0324af..726725ea26 100644 --- a/srcpkgs/python-gpg/template +++ b/srcpkgs/python3-gpg/template @@ -1,23 +1,14 @@ -# Template file for 'python-gpg' -pkgname=python-gpg +# Template file for 'python3-gpg' +pkgname=python3-gpg version=1.10.0 -revision=4 +revision=5 wrksrc="gpg-${version}" -build_style=python-module -hostmakedepends="swig gpgme-devel python-devel python3-devel" +build_style=python3-module +hostmakedepends="swig gpgme-devel python3-devel" makedepends="libgpg-error-devel libassuan-devel ${hostmakedepends}" -pycompile_module="gpg" -short_desc="Python2 bindings for GPGME GnuPG cryptography library" +short_desc="Python3 bindings for GPGME GnuPG cryptography library" license="LGPL-2.1-or-later, GPL-2.0-or-later" maintainer="Felix Van der Jeugt " homepage="https://www.gnupg.org" distfiles="${PYPI_SITE}/g/gpg/gpg-${version}.tar.gz" checksum=349214a866c84aa548bc35ed14eccd2ec9085b3958d5753a63a19a71a1f523ca - -python3-gpg_package() { - pycompile_module="gpg" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -}