[arch-commits] Commit in python-soupsieve/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 26 16:50:54 UTC 2019
Date: Tuesday, March 26, 2019 @ 16:50:52
Author: felixonmars
Revision: 443566
archrelease: copy trunk to community-x86_64
Added:
python-soupsieve/repos/community-x86_64/PKGBUILD
(from rev 443565, python-soupsieve/trunk/PKGBUILD)
Deleted:
python-soupsieve/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-26 16:50:41 UTC (rev 443565)
+++ PKGBUILD 2019-03-26 16:50:52 UTC (rev 443566)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-soupsieve
-pkgname=(python-soupsieve python2-soupsieve)
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="A CSS4 selector implementation for Beautiful Soup"
-url="https://github.com/facelessuser/soupsieve"
-license=('MIT')
-arch=('x86_64')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-backports.functools_lru_cache')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-beautifulsoup4'
- 'python2-beautifulsoup4' 'python-html5lib' 'python2-html5lib' 'python-lxml'
- 'python2-lxml')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/facelessuser/soupsieve/archive/$pkgver.tar.gz")
-sha512sums=('1aa32f0aafc93798b2a9a8ee08dabb1559474d2952baf8748cf008d651e19217456437c6f444452cb94147b1d5012528f047c11d40ab407e6e28b2246040df32')
-
-build() {
- cd soupsieve-$pkgver
- python setup.py build
- python2 setup.py build
-}
-
-check() {
- cd soupsieve-$pkgver
- python setup.py pytest
- python2 setup.py pytest
-}
-
-package_python-soupsieve() {
- depends=('python')
-
- cd soupsieve-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-package_python2-soupsieve() {
- depends=('python2-backports.functools_lru_cache')
-
- cd soupsieve-$pkgver
- python2 setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}
Copied: python-soupsieve/repos/community-x86_64/PKGBUILD (from rev 443565, python-soupsieve/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-26 16:50:52 UTC (rev 443566)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-soupsieve
+pkgname=(python-soupsieve python2-soupsieve)
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="A CSS4 selector implementation for Beautiful Soup"
+url="https://github.com/facelessuser/soupsieve"
+license=('MIT')
+arch=('x86_64')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-backports.functools_lru_cache')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-beautifulsoup4'
+ 'python2-beautifulsoup4' 'python-html5lib' 'python2-html5lib' 'python-lxml'
+ 'python2-lxml')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/facelessuser/soupsieve/archive/$pkgver.tar.gz")
+sha512sums=('ec0c706379e1827fa43e9ecc345ecf91b3a3cb8ded8b3975e91434cd1cef2cda1701a62041c2456112b9f3822f3e84bf1870de6e84f7dc4f8c50e4c9603dc20a')
+
+build() {
+ cd soupsieve-$pkgver
+ python setup.py build
+ python2 setup.py build
+}
+
+check() {
+ cd soupsieve-$pkgver
+ python setup.py pytest
+ python2 setup.py pytest
+}
+
+package_python-soupsieve() {
+ depends=('python')
+
+ cd soupsieve-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+
+ install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+package_python2-soupsieve() {
+ depends=('python2-backports.functools_lru_cache')
+
+ cd soupsieve-$pkgver
+ python2 setup.py install --root="$pkgdir" --optimize=1
+
+ install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
More information about the arch-commits
mailing list