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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:00:16 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:00:15
  Author: felixonmars
Revision: 1061694

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:00:12 UTC (rev 1061693)
+++ PKGBUILD	2021-12-02 12:00:15 UTC (rev 1061694)
@@ -1,31 +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.9.2
-pkgrel=2
-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' 'python-nose')
-source=("https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha512sums=('3f9799a8008cf456635bacce87699c3fa00ac990ed675a92dbdccf898fd189c8908109a27bb393e9f25bda7f880c66c40fc3d1179d09e579be8125c70bf1b7a9')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python ./setup.py build
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python ./setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-
-check() {
-  cd "${_name}-${pkgver}"
-  nosetests
-}

Copied: python-feedgenerator/repos/community-staging-any/PKGBUILD (from rev 1061689, python-feedgenerator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:00:15 UTC (rev 1061694)
@@ -0,0 +1,31 @@
+# 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.2
+pkgrel=3
+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' 'python-nose')
+source=("https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
+sha512sums=('3f9799a8008cf456635bacce87699c3fa00ac990ed675a92dbdccf898fd189c8908109a27bb393e9f25bda7f880c66c40fc3d1179d09e579be8125c70bf1b7a9')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python ./setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python ./setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+
+check() {
+  cd "${_name}-${pkgver}"
+  nosetests
+}



More information about the arch-commits mailing list