summaryrefslogtreecommitdiff
path: root/python3-icalendar/Pkgfile
blob: ab25352fc2124cdefb9cd55cbe02b2cb67f992bc (plain)
    1 # Description: icalendar parser library for Python
    2 # URL: https://github.com/collective/icalendar
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-dateutil python3-pytz
    5 
    6 name=python3-icalendar
    7 version=4.1.0
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/source/i/icalendar/icalendar-$version.tar.gz)
   10 
   11 build() {
   12   cd icalendar-$version
   13   /usr/bin/python3 setup.py build
   14   /usr/bin/python3 setup.py install \
   15     --prefix=/usr \
   16     --optimize=1 \
   17     --skip-build \
   18     --root=$PKG
   19 }

Generated by cgit