[arch-commits] Commit in python-soupsieve/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-14 Thread Felix Yan via arch-commits
Date: Sunday, April 14, 2019 @ 07:19:24
  Author: felixonmars
Revision: 451568

archrelease: copy trunk to community-x86_64

Added:
  python-soupsieve/repos/community-x86_64/PKGBUILD
(from rev 451567, python-soupsieve/trunk/PKGBUILD)
Deleted:
  python-soupsieve/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 07:19:07 UTC (rev 451567)
+++ PKGBUILD2019-04-14 07:19:24 UTC (rev 451568)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-
-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
-}

Copied: python-soupsieve/repos/community-x86_64/PKGBUILD (from rev 451567, 
python-soupsieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 07:19:24 UTC (rev 451568)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-soupsieve
+pkgname=(python-soupsieve python2-soupsieve)
+pkgver=1.9.1
+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=('3c1d48a1590a88a5c39cb1881905465b4e3042d1ef14e20c451e741c886855f38f0ff4a1e9772795927f6c2b27889ef30e64bbc2b79f5c6221dc5e5beb155531')
+
+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
+}


[arch-commits] Commit in python-soupsieve/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-26 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2019-03-26 16:50:41 UTC (rev 443565)
+++ PKGBUILD2019-03-26 16:50:52 UTC (rev 443566)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-
-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=('1aa32f0aafc93798b2a9a8ee08dabb1559474d2952baf8748cf008d651e19217456437c6f52cb94147b1d5012528f047c11d40ab407e6e28b2246040df32')
-
-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)
+++ PKGBUILD2019-03-26 16:50:52 UTC (rev 443566)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+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
+}


[arch-commits] Commit in python-soupsieve/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-17 Thread Felix Yan via arch-commits
Date: Sunday, February 17, 2019 @ 15:00:12
  Author: felixonmars
Revision: 434100

archrelease: copy trunk to community-x86_64

Added:
  python-soupsieve/repos/community-x86_64/PKGBUILD
(from rev 434098, python-soupsieve/trunk/PKGBUILD)
Deleted:
  python-soupsieve/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-17 15:00:11 UTC (rev 434099)
+++ PKGBUILD2019-02-17 15:00:12 UTC (rev 434100)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-soupsieve
-pkgname=(python-soupsieve python2-soupsieve)
-pkgver=1.7.3
-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=('587fa303fd9f895c09a3a5c6d3cb36c730c7a05f521dcc8a93da4c63b0f7d43ffb72d9ab1bb054d9feab7bbd6b4b05bf8b1a37271f301a59a59218f2248bd290')
-
-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 434098, 
python-soupsieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-17 15:00:12 UTC (rev 434100)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+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=('1aa32f0aafc93798b2a9a8ee08dabb1559474d2952baf8748cf008d651e19217456437c6f52cb94147b1d5012528f047c11d40ab407e6e28b2246040df32')
+
+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
+}


[arch-commits] Commit in python-soupsieve/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-22 Thread Felix Yan via arch-commits
Date: Wednesday, January 23, 2019 @ 06:33:43
  Author: felixonmars
Revision: 427147

archrelease: copy trunk to community-x86_64

Added:
  python-soupsieve/repos/community-x86_64/PKGBUILD
(from rev 427146, python-soupsieve/trunk/PKGBUILD)
Deleted:
  python-soupsieve/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-23 06:33:24 UTC (rev 427146)
+++ PKGBUILD2019-01-23 06:33:43 UTC (rev 427147)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-soupsieve
-pkgname=(python-soupsieve python2-soupsieve)
-pkgver=1.7.2
-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=('96da48c74b1a639afa40022dba50728ae893602097ed64427af094311bb1ec4b2aeeb9a9d57509defdb9c05a238b6caa6abafe70925833036064bd0d73c264b8')
-
-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 427146, 
python-soupsieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-23 06:33:43 UTC (rev 427147)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-soupsieve
+pkgname=(python-soupsieve python2-soupsieve)
+pkgver=1.7.3
+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=('587fa303fd9f895c09a3a5c6d3cb36c730c7a05f521dcc8a93da4c63b0f7d43ffb72d9ab1bb054d9feab7bbd6b4b05bf8b1a37271f301a59a59218f2248bd290')
+
+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
+}