[arch-commits] Commit in python-feedgenerator/repos/community-any (PKGBUILD PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Thu Apr 7 04:40:18 UTC 2016


    Date: Thursday, April 7, 2016 @ 06:40:17
  Author: farseerfc
Revision: 169611

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-07 04:39:29 UTC (rev 169610)
+++ PKGBUILD	2016-04-07 04:40:17 UTC (rev 169611)
@@ -1,21 +0,0 @@
-# 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
-}

Copied: python-feedgenerator/repos/community-any/PKGBUILD (from rev 169610, python-feedgenerator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-07 04:40:17 UTC (rev 169611)
@@ -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.8
+pkgrel=1
+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=('1ca75c35334f82b9aa51f38b20b714e6')
+sha256sums=('c00a60ee5179c99330078f4016c39924154a34677f0b84c62556b5ebc2ad7156')
+
+package() {
+  cd "${_name}-${pkgver}"
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list