diff --git a/srcpkgs/python-pickleshare/template b/srcpkgs/python-pickleshare/template deleted file mode 100644 index c1d86826c1..0000000000 --- a/srcpkgs/python-pickleshare/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-pickleshare' -pkgname=python-pickleshare -version=0.7.5 -revision=2 -archs=noarch -wrksrc="pickleshare-${version}" -build_style=python-module -pycompile_module="pickleshare.py" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-pathlib2" -short_desc="Small shelve-like datastore with concurrency support (Python2)" -maintainer="Alessio Sergi " -homepage="https://github.com/pickleshare/pickleshare" -license="MIT" -distfiles="${PYPI_SITE}/p/pickleshare/pickleshare-${version}.tar.gz" -checksum=87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca - -post_install() { - vlicense LICENSE -} - -python3-pickleshare_package() { - archs=noarch - depends="python3" - pycompile_module="pickleshare.py" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-pickleshare b/srcpkgs/python3-pickleshare deleted file mode 120000 index 574b3a0876..0000000000 --- a/srcpkgs/python3-pickleshare +++ /dev/null @@ -1 +0,0 @@ -python-pickleshare \ No newline at end of file diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template new file mode 100644 index 0000000000..86a09d0b56 --- /dev/null +++ b/srcpkgs/python3-pickleshare/template @@ -0,0 +1,18 @@ +# Template file for 'python3-pickleshare' +pkgname=python3-pickleshare +version=0.7.5 +revision=3 +wrksrc="pickleshare-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Small shelve-like datastore with concurrency support (Python3)" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/pickleshare/pickleshare" +distfiles="${PYPI_SITE}/p/pickleshare/pickleshare-${version}.tar.gz" +checksum=87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca + +post_install() { + vlicense LICENSE +}