mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
parent
fd64264b3d
commit
00062f121c
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pickleshare'
|
# Template file for 'python-pickleshare'
|
||||||
pkgname=python-pickleshare
|
pkgname=python-pickleshare
|
||||||
version=0.7.2
|
version=0.7.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pickleshare-${version}"
|
wrksrc="pickleshare-${version}"
|
||||||
|
@ -14,7 +14,11 @@ 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=92ee3b0e21632542ecc9a0a245e69a126f62e5114081bdb0d32e0edd10410033
|
checksum=b9710d01f777b1bf3b69c8f889b1d05a5145668f79e980cbd0f849e059edd274
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3.4-pickleshare_package() {
|
python3.4-pickleshare_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -24,5 +28,6 @@ python3.4-pickleshare_package() {
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue