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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 20:07:24
  Author: felixonmars
Revision: 519743

archrelease: copy trunk to community-staging-any

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

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

Copied: python-feedgenerator/repos/community-staging-any/PKGBUILD (from rev 
519741, python-feedgenerator/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-10-25 20:07:24 UTC (rev 519743)
@@ -0,0 +1,20 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Sam Stuewe 
+# Contributor: Chaoswizard 
+_name=feedgenerator
+pkgname="python-${_name}"
+pkgver=1.9
+pkgrel=5
+pkgdesc="Standalone version of django.utils.feedgenerator (python3)."
+url="https://pypi.org/project/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
+}


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

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 16:48:38
  Author: felixonmars
Revision: 348568

archrelease: copy trunk to community-staging-any

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

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

Copied: python-feedgenerator/repos/community-staging-any/PKGBUILD (from rev 
348567, python-feedgenerator/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-06-30 16:48:38 UTC (rev 348568)
@@ -0,0 +1,20 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Sam Stuewe 
+# Contributor: Chaoswizard 
+_name=feedgenerator
+pkgname="python-${_name}"
+pkgver=1.9
+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/eb/02/7069b3dbc6ea92f034e07f9f9adc2193cd02d1aedf2cf9ec71150102a964/${_name}-${pkgver}.tar.gz;)
+sha512sums=('77f4df51c6bdf261f0d1665206ab048a21f8660cf8f2c7abf3d71e17c63284240d0eaa690dd6d53b0b7d8ce9c9e0349094d5270c75c2a069608b7717538d7fa1')
+
+package() {
+  cd "${_name}-${pkgver}"
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-12-25 Thread Evangelos Foutras
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 
+# AUR Maintainer: Sam Stuewe 
+# Contributor: Chaoswizard 
+_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
+}


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

2016-01-11 Thread Jiachen Yang
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 
+# AUR Maintainer: Sam Stuewe 
+# Contributor: Chaoswizard 
+_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
+}