jrnl: add missing dependencies.
This commit is contained in:
parent
e7f4a44cab
commit
bf57b2924a
@ -1,12 +1,14 @@
|
|||||||
# Template file for 'jrnl'
|
# Template file for 'jrnl'
|
||||||
pkgname=jrnl
|
pkgname=jrnl
|
||||||
version=1.9.8
|
version=1.9.8
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="jrnl"
|
pycompile_module="jrnl"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3-cryptography python3-dateutil python3-keyring
|
||||||
|
python3-keyrings-alt python3-parsedatetime python3-passlib python3-pytz
|
||||||
|
python3-setuptools python3-six python3-tzlocal python3-xdg python3-yaml"
|
||||||
short_desc="Simple journal application for your command line"
|
short_desc="Simple journal application for your command line"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
19
srcpkgs/python3-keyrings-alt/template
Normal file
19
srcpkgs/python3-keyrings-alt/template
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Template file for 'python3-keyrings-alt'
|
||||||
|
pkgname=python3-keyrings-alt
|
||||||
|
version=3.1.1
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="keyrings.alt-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-keyring"
|
||||||
|
short_desc="Alternate keyring backend implementations"
|
||||||
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/jaraco/keyrings.alt"
|
||||||
|
distfiles="${PYPI_SITE}/k/keyrings.alt/keyrings.alt-${version}.tar.gz"
|
||||||
|
checksum=0bc7b75c7e710a3dd7bc4c3841c71467b24ccbce1b85efb2586bdf0c4713f751
|
||||||
|
|
||||||
|
post_intall() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
15
srcpkgs/python3-parsedatetime/template
Normal file
15
srcpkgs/python3-parsedatetime/template
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Template file for 'python3-parsedatetime'
|
||||||
|
pkgname=python3-parsedatetime
|
||||||
|
version=2.4
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="parsedatetime-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-future"
|
||||||
|
short_desc="Parse human-readable date/time strings"
|
||||||
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/bear/parsedatetime"
|
||||||
|
distfiles="${PYPI_SITE}/p/parsedatetime/parsedatetime-${version}.tar.gz"
|
||||||
|
checksum=3d817c58fb9570d1eec1dd46fa9448cd644eeed4fb612684b02dfda3a79cb84b
|
Loading…
x
Reference in New Issue
Block a user