mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: borgmatic-1.2.0 (#762)
* New package: python3-pykwalify-1.6.1 * New package: borgmatic-1.2.0
This commit is contained in:
parent
ea4e7fb2f9
commit
4258563873
2 changed files with 39 additions and 0 deletions
19
srcpkgs/borgmatic/template
Normal file
19
srcpkgs/borgmatic/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'borgmatic'
|
||||||
|
pkgname=borgmatic
|
||||||
|
version=1.2.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="borgmatic"
|
||||||
|
hostmakedepends="python3-setuptools python3-devel"
|
||||||
|
makedepends="${hostmakedepends/python3-setuptools/}"
|
||||||
|
depends="python3-ruamel.yaml python3-pykwalify"
|
||||||
|
short_desc="Simple wrapper script for the Borg backup software"
|
||||||
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://torsion.org/borgmatic/"
|
||||||
|
distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
|
||||||
|
checksum=3ce089f32e3f521659e6a4a9b53e8218c7a84bd4f43c2498fbb42f08bc166ba5
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i 's/ruamel.yaml<=0.15/ruamel.yaml<0.16/' setup.py
|
||||||
|
}
|
20
srcpkgs/python3-pykwalify/template
Normal file
20
srcpkgs/python3-pykwalify/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-pykwalify'
|
||||||
|
pkgname=python3-pykwalify
|
||||||
|
version=1.6.1
|
||||||
|
revision=1
|
||||||
|
wrksrc=pykwalify-${version}
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="pykwalify"
|
||||||
|
hostmakedepends="python3-setuptools python3-devel"
|
||||||
|
makedepends="${hostmakedepends/python3-setuptools/}"
|
||||||
|
depends="python3-yaml python3-docopt python3-dateutil"
|
||||||
|
short_desc="Python YAML/JSON schema validation library"
|
||||||
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
|
license="JSON"
|
||||||
|
homepage="https://github.com/Grokzen/pykwalify/"
|
||||||
|
distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
|
||||||
|
checksum=191fd3f457f23c0aa8538c3a5c0249f70eeb1046e88d0eaaef928e09c44dff8d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue