Merge pull request #2702 from okapia/vdirsyncer
New package: vdirsyncer-0.6.0
This commit is contained in:
commit
ce57d2a830
1 changed files with 26 additions and 0 deletions
26
srcpkgs/vdirsyncer/template
Normal file
26
srcpkgs/vdirsyncer/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'vdirsyncer'
|
||||
pkgname=vdirsyncer
|
||||
version=0.6.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python-atomicwrites python-click python-icalendar python-keyring python-lxml python-setuptools python-requests python-requests-toolbelt"
|
||||
pycompile_module="vdirsyncer"
|
||||
short_desc="Synchronize calendars and addressbooks"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="MIT"
|
||||
homepage="https://vdirsyncer.readthedocs.org/"
|
||||
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=0d2a9677b086cfbe5fe5e7cb5e55db4c1afab62cb5dc56aeaff6e95d34bf60d5
|
||||
|
||||
pre_build() {
|
||||
sed -e '/use_scm_version/,/setuptools_scm/ d' \
|
||||
-e "/author=/ a\
|
||||
version='${version}'," \
|
||||
-i setup.py
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue