Skip to content

Instantly share code, notes, and snippets.

@thegala
Last active February 8, 2017 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thegala/fc6695b9fe185188ef6d3c7141866e15 to your computer and use it in GitHub Desktop.
Save thegala/fc6695b9fe185188ef6d3c7141866e15 to your computer and use it in GitHub Desktop.
# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=python-vobject
pkgver=0.9.4.1
pkgrel=0
pkgdesc='Module for parsing and generating vCard and vCalendar files'
url='https://eventable.github.io/vobject/'
license=('Apache')
arch=('any')
depends=('python-dateutil' 'python-pyicu')
makedepends=('python-setuptools')
source=("https://github.com/eventable/vobject/archive/0.9.4.1.zip")
sha256sums=('fe1981f89180cd6bcc5802c746c76f5a9116c4047b98c7f671d3754d8971ebc6')
package() {
cd "vobject-${pkgver}"
python3 setup.py install --root="${pkgdir}" --optimize=1
rm -rf ${pkgdir}/usr/bin
}
# vim:set ts=2 sw=2 et:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment