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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 18:44:17 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:44:17
  Author: felixonmars
Revision: 1062227

archrelease: copy trunk to community-staging-any

Added:
  python-readability-lxml/repos/community-staging-any/PKGBUILD
    (from rev 1062224, python-readability-lxml/trunk/PKGBUILD)
Deleted:
  python-readability-lxml/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:44:17 UTC (rev 1062226)
+++ PKGBUILD	2021-12-02 18:44:17 UTC (rev 1062227)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: BrainDamage
-
-_pkgname=python-readability
-pkgname=python-readability-lxml
-pkgver=0.8.1
-pkgrel=4
-pkgdesc='Fast html to text parser (article readability tool) python library'
-arch=('any')
-url='https://github.com/buriy/python-readability'
-license=('Apache')
-depends=('python-chardet' 'python-lxml')
-makedepends=('python-setuptools')
-source=("https://github.com/buriy/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e6650d608174fde8e9feb07cb86c16f5d42e09e0dd446093d1b529d55f2b939a')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-readability-lxml/repos/community-staging-any/PKGBUILD (from rev 1062224, python-readability-lxml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:44:17 UTC (rev 1062227)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: BrainDamage
+
+_pkgname=python-readability
+pkgname=python-readability-lxml
+pkgver=0.8.1
+pkgrel=5
+pkgdesc='Fast html to text parser (article readability tool) python library'
+arch=('any')
+url='https://github.com/buriy/python-readability'
+license=('Apache')
+depends=('python-chardet' 'python-lxml')
+makedepends=('python-setuptools')
+source=("https://github.com/buriy/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('e6650d608174fde8e9feb07cb86c16f5d42e09e0dd446093d1b529d55f2b939a')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list