mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
python-pickleshare: update to 0.7.2
This commit is contained in:
parent
8e2d374798
commit
0bf43099ac
1 changed files with 4 additions and 8 deletions
|
@ -1,28 +1,24 @@
|
||||||
# Template file for 'python-pickleshare'
|
# Template file for 'python-pickleshare'
|
||||||
pkgname=python-pickleshare
|
pkgname=python-pickleshare
|
||||||
version=0.6
|
version=0.7.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pickleshare-${version}"
|
wrksrc="pickleshare-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python-path"
|
depends="python-pathlib2"
|
||||||
pycompile_module="pickleshare.py"
|
pycompile_module="pickleshare.py"
|
||||||
short_desc="Small shelve-like datastore with concurrency support (Python2)"
|
short_desc="Small shelve-like datastore with concurrency support (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pickleshare/pickleshare"
|
homepage="https://github.com/pickleshare/pickleshare"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/pickleshare/pickleshare-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pickleshare/pickleshare-${version}.tar.gz"
|
||||||
checksum=2e6064fc69561192f41997ee027336bb0d2e5126f370c9bd250a1050b903ded3
|
checksum=92ee3b0e21632542ecc9a0a245e69a126f62e5114081bdb0d32e0edd10410033
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -i '/^#!/d' pickleshare.py
|
|
||||||
}
|
|
||||||
|
|
||||||
python3.4-pickleshare_package() {
|
python3.4-pickleshare_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4-path"
|
depends="python3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="pickleshare.py"
|
pycompile_module="pickleshare.py"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue