summaryrefslogtreecommitdiff
path: root/pcr/python-feedgenerator/PKGBUILD
blob: d0548753140a9895913eeb8afc5dccbbb1d244ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer (Arch): Sam Stuewe <halosghost at archlinux dot info>
# Contributor (Arch): Chaoswizard <chaoswizard@gmail.com>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
_name=feedgenerator
pkgname="python-${_name}"
pkgver=1.7
pkgrel=2
pkgdesc="Standalone version of django.utils.feedgenerator (python3)."
url="http://pypi.python.org/pypi/feedgenerator"
arch=('any')
license=('GPL')
depends=('python' 'python-pytz' 'python-six')
makedepends=('python-distribute')
source=("https://pypi.python.org/packages/source/f/${_name}/${_name}-${pkgver}.tar.gz")
md5sums=('92978492871342ad64e8ae0ccfcf200c')
sha256sums=('5d6b0b10134ac392be0c0c3a39c0e1d7e9c17cc7894590f75981e3f497a4a60f')

package() {
  cd "${_name}-${pkgver}"
  python ./setup.py install --root="${pkgdir}"
}