[arch-commits] Commit in python-feedgenerator/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 25 17:19:44 UTC 2016


    Date: Sunday, December 25, 2016 @ 17:19:44
  Author: foutrelis
Revision: 202078

archrelease: copy trunk to community-staging-any

Added:
  python-feedgenerator/repos/community-staging-any/
  python-feedgenerator/repos/community-staging-any/PKGBUILD
    (from rev 202077, python-feedgenerator/trunk/PKGBUILD)

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: python-feedgenerator/repos/community-staging-any/PKGBUILD (from rev 202077, python-feedgenerator/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-25 17:19:44 UTC (rev 202078)
@@ -0,0 +1,20 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer: Sam Stuewe <halosghost at archlinux dot info>
+# Contributor: Chaoswizard <chaoswizard at gmail.com>
+_name=feedgenerator
+pkgname="python-${_name}"
+pkgver=1.9
+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/eb/02/7069b3dbc6ea92f034e07f9f9adc2193cd02d1aedf2cf9ec71150102a964/${_name}-${pkgver}.tar.gz")
+sha512sums=('77f4df51c6bdf261f0d1665206ab048a21f8660cf8f2c7abf3d71e17c63284240d0eaa690dd6d53b0b7d8ce9c9e0349094d5270c75c2a069608b7717538d7fa1')
+
+package() {
+  cd "${_name}-${pkgver}"
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list