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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jul 27 20:52:58 UTC 2022


    Date: Wednesday, July 27, 2022 @ 20:52:58
  Author: arojas
Revision: 451714

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-27 20:52:49 UTC (rev 451713)
+++ PKGBUILD	2022-07-27 20:52:58 UTC (rev 451714)
@@ -1,24 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=python-feedparser
-pkgver=6.0.3
-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=('f8de4ed660cde3bce1b289a3f2eb49222a55bd3512a1a16b1805f7d19461c0aac3d9603d66c68af94b71557adcb1cc080cea996700950cee81b644c2fefe0c54')
-
-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 451713, python-feedparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-27 20:52:58 UTC (rev 451714)
@@ -0,0 +1,24 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=python-feedparser
+pkgver=6.0.10
+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=('92f5608d1a12172bc1524d5c8caa75f1cc1a6d7d3456ecd585e6715209cdff469b775c677b8393e1d1e1a895b857fc3c048c36fb83b215308b707a1f71c6e9d3')
+
+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