[arch-commits] Commit in python-feedgenerator/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Oct 25 20:07:25 UTC 2019
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 <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=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
+}
More information about the arch-commits
mailing list