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

Jiachen Yang farseerfc at archlinux.org
Mon Jan 11 10:33:03 UTC 2016


    Date: Monday, January 11, 2016 @ 11:33:02
  Author: farseerfc
Revision: 155960

archrelease: copy trunk to community-any

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

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

Copied: python-feedgenerator/repos/community-any/PKGBUILD (from rev 155959, python-feedgenerator/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-01-11 10:33:02 UTC (rev 155960)
@@ -0,0 +1,21 @@
+# 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.7
+pkgrel=3
+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}" --optimize=1
+}



More information about the arch-commits mailing list