python-pickleshare: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 20:55:26 +07:00
parent 7d834e85c1
commit 242ca2a706
3 changed files with 18 additions and 32 deletions

View file

@ -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 <al3hex@gmail.com>"
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
}
}

View file

@ -1 +0,0 @@
python-pickleshare

View file

@ -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 <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/pickleshare/pickleshare"
distfiles="${PYPI_SITE}/p/pickleshare/pickleshare-${version}.tar.gz"
checksum=87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca
post_install() {
vlicense LICENSE
}