mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
Revert "python3-pystache: remove package", update to 0.6.7.
This reverts commit c4563fb928
.
this package was still used by linphone as a buildtime dependency
This commit is contained in:
parent
b7f39add13
commit
bd6100d232
2 changed files with 19 additions and 2 deletions
18
srcpkgs/python3-pystache/template
Normal file
18
srcpkgs/python3-pystache/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-pystache'
|
||||
pkgname=python3-pystache
|
||||
version=0.6.7
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools"
|
||||
short_desc="Python3 implementation of Mustache"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/PennyDreadfulMTG/pystache"
|
||||
distfiles="${PYPI_SITE}/p/pystache/pystache-${version}.tar.gz"
|
||||
checksum=55d8bb5aac450389369584b1627cecbe9069e13a09471a8fe783c44b64e94d5a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
ln -s pystache "${DESTDIR}/usr/bin/pystache3"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1.20241213
|
||||
version=0.1.20241227
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
|
@ -742,7 +742,6 @@ replaces="
|
|||
python3-pyside2<=5.15.10_1
|
||||
python3-pyside<=5.15.0_2
|
||||
python3-pyspotify<=2.1.3_5
|
||||
python3-pystache<=0.5.4_8
|
||||
python3-sabyenc3<=5.4.4_2
|
||||
python3-scikit-video<=1.1.11_6
|
||||
python3-shiboken2<=5.15.10_2
|
||||
|
|
Loading…
Add table
Reference in a new issue