diff --git a/srcpkgs/python-pynacl/template b/srcpkgs/python-pynacl/template deleted file mode 100644 index 6de29f2459f..00000000000 --- a/srcpkgs/python-pynacl/template +++ /dev/null @@ -1,32 +0,0 @@ -# Template file for 'python-pynacl' -pkgname=python-pynacl -version=1.3.0 -revision=4 -wrksrc="PyNaCl-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi" -makedepends="python-devel python3-devel python-cffi python3-cffi libsodium-devel" -depends="python-cffi python-six" -checkdepends="${depends} python-hypothesis python-more-itertools python-parsing" -short_desc="Python2 binding to the Networking and Cryptography (NaCl) library" -maintainer="Alessio Sergi " -license="Apache-2.0" -homepage="https://github.com/pyca/pynacl/" -distfiles="${PYPI_SITE}/P/PyNaCl/PyNaCl-${version}.tar.gz" -checksum=0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c - -export SODIUM_INSTALL=system - -python3-pynacl_package() { - depends="python3-cffi python3-six" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} - -python3-nacl_package() { - build_style=meta - depends="python3-pynacl" - short_desc="${short_desc/Python2/Python3} - dummy transitional package" -} diff --git a/srcpkgs/python3-nacl b/srcpkgs/python3-nacl index 5738ec6f9cf..ffc889fd77b 120000 --- a/srcpkgs/python3-nacl +++ b/srcpkgs/python3-nacl @@ -1 +1 @@ -python-pynacl \ No newline at end of file +python3-pynacl \ No newline at end of file diff --git a/srcpkgs/python3-pynacl b/srcpkgs/python3-pynacl deleted file mode 120000 index 5738ec6f9cf..00000000000 --- a/srcpkgs/python3-pynacl +++ /dev/null @@ -1 +0,0 @@ -python-pynacl \ No newline at end of file diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template new file mode 100644 index 00000000000..d78d92cfd69 --- /dev/null +++ b/srcpkgs/python3-pynacl/template @@ -0,0 +1,25 @@ +# Template file for 'python3-pynacl' +pkgname=python3-pynacl +version=1.3.0 +revision=4 +wrksrc="PyNaCl-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-cffi" +makedepends="python3-devel python3-cffi libsodium-devel" +depends="python3-cffi python3-six" +checkdepends="${depends}" +short_desc="Python3 binding to the Networking and Cryptography (NaCl) library" +maintainer="Orphaned " +license="Apache-2.0" +homepage="https://github.com/pyca/pynacl/" +distfiles="${PYPI_SITE}/P/PyNaCl/PyNaCl-${version}.tar.gz" +checksum=0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c + +export SODIUM_INSTALL=system + + +python3-nacl_package() { + build_style=meta + depends="python3-pynacl" + short_desc+=" - dummy transitional package" +}