python-pickleshare: drop package
This commit is contained in:
parent
7d834e85c1
commit
242ca2a706
3 changed files with 18 additions and 32 deletions
|
@ -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
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-pickleshare
|
18
srcpkgs/python3-pickleshare/template
Normal file
18
srcpkgs/python3-pickleshare/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue