[arch-commits] Commit in python-feedparser/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Dec 20 21:51:44 UTC 2021


    Date: Monday, December 20, 2021 @ 21:51:44
  Author: felixonmars
Revision: 432855

archrelease: copy trunk to extra-any

Added:
  python-feedparser/repos/extra-any/PKGBUILD
    (from rev 432854, python-feedparser/trunk/PKGBUILD)
Deleted:
  python-feedparser/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-20 21:51:36 UTC (rev 432854)
+++ PKGBUILD	2021-12-20 21:51:44 UTC (rev 432855)
@@ -1,24 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=python-feedparser
-pkgver=6.0.1
-pkgrel=4
-pkgdesc="Parse RSS and Atom feeds in Python"
-arch=('any')
-url="https://github.com/kurtmckee/feedparser/"
-license=('custom')
-depends=('libxml2' 'python' 'python-sgmllib3k')
-makedepends=('python' 'libxml2' 'python-setuptools')
-source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
-sha1sums=('6805ddc738125929de4543859b57e61d3782053d')
-
-build() {
-  cd "feedparser-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "feedparser-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
-}

Copied: python-feedparser/repos/extra-any/PKGBUILD (from rev 432854, python-feedparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-20 21:51:44 UTC (rev 432855)
@@ -0,0 +1,24 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=python-feedparser
+pkgver=6.0.2
+pkgrel=1
+pkgdesc="Parse RSS and Atom feeds in Python"
+arch=('any')
+url="https://github.com/kurtmckee/feedparser/"
+license=('custom')
+depends=('libxml2' 'python' 'python-sgmllib3k')
+makedepends=('python' 'libxml2' 'python-setuptools')
+source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
+sha512sums=('8ffcfb2934070ed6f0fc1a3b3d7c6a055c8c8e29dee8d56fa489832b71b94bc70dd8c8360061a103894ea9a80c6a91a6708da16999e36619092674ccfda36a75')
+
+build() {
+  cd "feedparser-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "feedparser-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
+}



More information about the arch-commits mailing list