[arch-commits] Commit in python-webcolors/repos/community-any (PKGBUILD PKGBUILD)

2020-07-22 Thread Jonas Witschel via arch-commits
Date: Wednesday, July 22, 2020 @ 14:10:41
  Author: diabonas
Revision: 664839

archrelease: copy trunk to community-any

Added:
  python-webcolors/repos/community-any/PKGBUILD
(from rev 664838, python-webcolors/trunk/PKGBUILD)
Deleted:
  python-webcolors/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 14:10:35 UTC (rev 664838)
+++ PKGBUILD2020-07-22 14:10:41 UTC (rev 664839)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-webcolors
-pkgver=1.11.1
-pkgrel=1
-pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
-url="https://github.com/ubernostrum/webcolors;
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
-sha512sums=('b8d9146e31292b41c3f3a501ca5f0ce5d9c21ec08dc31384bf6bfe06ccff202b97592eaafef0cfce9ddef1b674bf19a527225d67ecceb92bdc514a050a02524b')
-
-build() {
-  cd webcolors-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd webcolors-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd webcolors-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-webcolors/repos/community-any/PKGBUILD (from rev 664838, 
python-webcolors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 14:10:41 UTC (rev 664839)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-webcolors
+pkgver=1.11.1
+pkgrel=2
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('b8d9146e31292b41c3f3a501ca5f0ce5d9c21ec08dc31384bf6bfe06ccff202b97592eaafef0cfce9ddef1b674bf19a527225d67ecceb92bdc514a050a02524b')
+
+build() {
+  cd webcolors-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd webcolors-$pkgver
+  python -B setup.py pytest
+}
+
+package() {
+  cd webcolors-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-webcolors/repos/community-any (PKGBUILD PKGBUILD)

2020-02-18 Thread Felix Yan via arch-commits
Date: Wednesday, February 19, 2020 @ 07:55:13
  Author: felixonmars
Revision: 576287

archrelease: copy trunk to community-any

Added:
  python-webcolors/repos/community-any/PKGBUILD
(from rev 576286, python-webcolors/trunk/PKGBUILD)
Deleted:
  python-webcolors/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-19 07:54:59 UTC (rev 576286)
+++ PKGBUILD2020-02-19 07:55:13 UTC (rev 576287)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-webcolors
-pkgver=1.11
-pkgrel=1
-pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
-url="https://github.com/ubernostrum/webcolors;
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
-sha512sums=('7b46a4a17794184a61f10cc6c3017fd9108ba7ae688eaeea508754318d05513e9a3ab9376331ccecb1e617f417c9cb5e6ae3ffd794865e7402942680c763c94d')
-
-build() {
-  cd webcolors-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd webcolors-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd webcolors-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-webcolors/repos/community-any/PKGBUILD (from rev 576286, 
python-webcolors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-19 07:55:13 UTC (rev 576287)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-webcolors
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('b8d9146e31292b41c3f3a501ca5f0ce5d9c21ec08dc31384bf6bfe06ccff202b97592eaafef0cfce9ddef1b674bf19a527225d67ecceb92bdc514a050a02524b')
+
+build() {
+  cd webcolors-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd webcolors-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd webcolors-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-webcolors/repos/community-any (PKGBUILD PKGBUILD)

2020-02-18 Thread Felix Yan via arch-commits
Date: Tuesday, February 18, 2020 @ 18:47:03
  Author: felixonmars
Revision: 576104

archrelease: copy trunk to community-any

Added:
  python-webcolors/repos/community-any/PKGBUILD
(from rev 576103, python-webcolors/trunk/PKGBUILD)
Deleted:
  python-webcolors/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-18 18:46:46 UTC (rev 576103)
+++ PKGBUILD2020-02-18 18:47:03 UTC (rev 576104)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-webcolors
-pkgver=1.10
-pkgrel=4
-pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
-url="https://github.com/ubernostrum/webcolors;
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
-sha512sums=('db02dcfc542d1fd08fccad815a02cbe01012a942329c53d468c7f9b6e0d628dd38abf4b2633bc8992fb914932ca4455e54c7ef98e101ca86d34825edfc3c1feb')
-
-build() {
-  cd webcolors-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd webcolors-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd webcolors-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-webcolors/repos/community-any/PKGBUILD (from rev 576103, 
python-webcolors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-18 18:47:03 UTC (rev 576104)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-webcolors
+pkgver=1.11
+pkgrel=1
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('7b46a4a17794184a61f10cc6c3017fd9108ba7ae688eaeea508754318d05513e9a3ab9376331ccecb1e617f417c9cb5e6ae3ffd794865e7402942680c763c94d')
+
+build() {
+  cd webcolors-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd webcolors-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd webcolors-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-webcolors/repos/community-any (PKGBUILD PKGBUILD)

2020-02-13 Thread Felix Yan via arch-commits
Date: Thursday, February 13, 2020 @ 14:51:43
  Author: felixonmars
Revision: 570509

archrelease: copy trunk to community-any

Added:
  python-webcolors/repos/community-any/PKGBUILD
(from rev 570508, python-webcolors/trunk/PKGBUILD)
Deleted:
  python-webcolors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-13 14:51:29 UTC (rev 570508)
+++ PKGBUILD2020-02-13 14:51:43 UTC (rev 570509)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-webcolors
-pkgname=(python-webcolors python2-webcolors)
-pkgver=1.10
-pkgrel=3
-pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
-url="https://github.com/ubernostrum/webcolors;
-license=('BSD')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
-sha512sums=('db02dcfc542d1fd08fccad815a02cbe01012a942329c53d468c7f9b6e0d628dd38abf4b2633bc8992fb914932ca4455e54c7ef98e101ca86d34825edfc3c1feb')
-
-prepare() {
-  cp -a webcolors-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/webcolors-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/webcolors-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-webcolors() {
-  depends=('python')
-
-  cd webcolors-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-webcolors() {
-  depends=('python2')
-
-  cd webcolors-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-webcolors/repos/community-any/PKGBUILD (from rev 570508, 
python-webcolors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-13 14:51:43 UTC (rev 570509)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-webcolors
+pkgver=1.10
+pkgrel=4
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('db02dcfc542d1fd08fccad815a02cbe01012a942329c53d468c7f9b6e0d628dd38abf4b2633bc8992fb914932ca4455e54c7ef98e101ca86d34825edfc3c1feb')
+
+build() {
+  cd webcolors-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd webcolors-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd webcolors-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-webcolors/repos/community-any (PKGBUILD PKGBUILD)

2019-09-09 Thread Felix Yan via arch-commits
Date: Monday, September 9, 2019 @ 07:24:11
  Author: felixonmars
Revision: 509050

archrelease: copy trunk to community-any

Added:
  python-webcolors/repos/community-any/PKGBUILD
(from rev 509049, python-webcolors/trunk/PKGBUILD)
Deleted:
  python-webcolors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-09 07:23:56 UTC (rev 509049)
+++ PKGBUILD2019-09-09 07:24:11 UTC (rev 509050)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-webcolors
-pkgname=(python-webcolors python2-webcolors)
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
-url="https://github.com/ubernostrum/webcolors;
-license=('BSD')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
-sha512sums=('333f7ff7a6d0eca1eaf73f70be660eeeaa14c85af41ebc93e1a27a3564bf5fc3d51c1f73136befbb88065f56f4d3b5d25935610308302254302f290c389e2628')
-
-prepare() {
-  cp -a webcolors-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/webcolors-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/webcolors-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-webcolors() {
-  depends=('python')
-
-  cd webcolors-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-webcolors() {
-  depends=('python2')
-
-  cd webcolors-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-webcolors/repos/community-any/PKGBUILD (from rev 509049, 
python-webcolors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-09 07:24:11 UTC (rev 509050)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-webcolors
+pkgname=(python-webcolors python2-webcolors)
+pkgver=1.10
+pkgrel=1
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('db02dcfc542d1fd08fccad815a02cbe01012a942329c53d468c7f9b6e0d628dd38abf4b2633bc8992fb914932ca4455e54c7ef98e101ca86d34825edfc3c1feb')
+
+prepare() {
+  cp -a webcolors-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/webcolors-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/webcolors-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-webcolors() {
+  depends=('python')
+
+  cd webcolors-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-webcolors() {
+  depends=('python2')
+
+  cd webcolors-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-webcolors/repos/community-any (PKGBUILD PKGBUILD)

2019-06-08 Thread Felix Yan via arch-commits
Date: Saturday, June 8, 2019 @ 16:49:56
  Author: felixonmars
Revision: 478277

archrelease: copy trunk to community-any

Added:
  python-webcolors/repos/community-any/PKGBUILD
(from rev 478276, python-webcolors/trunk/PKGBUILD)
Deleted:
  python-webcolors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-08 16:49:39 UTC (rev 478276)
+++ PKGBUILD2019-06-08 16:49:56 UTC (rev 478277)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-webcolors
-pkgname=(python-webcolors python2-webcolors)
-pkgver=1.9
-pkgrel=1
-pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
-url="https://github.com/ubernostrum/webcolors;
-license=('BSD')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
-sha512sums=('7644ed5447e665b33a09878070a0e35ce5e93b27b784380e7329b33c405034456707fab6f70074f0dee3819827fca637c0baf08201f66609cf914b8f7664c300')
-
-prepare() {
-  cp -a webcolors-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/webcolors-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/webcolors-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-webcolors() {
-  depends=('python')
-
-  cd webcolors-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-webcolors() {
-  depends=('python2')
-
-  cd webcolors-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-webcolors/repos/community-any/PKGBUILD (from rev 478276, 
python-webcolors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-08 16:49:56 UTC (rev 478277)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-webcolors
+pkgname=(python-webcolors python2-webcolors)
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('333f7ff7a6d0eca1eaf73f70be660eeeaa14c85af41ebc93e1a27a3564bf5fc3d51c1f73136befbb88065f56f4d3b5d25935610308302254302f290c389e2628')
+
+prepare() {
+  cp -a webcolors-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/webcolors-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/webcolors-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-webcolors() {
+  depends=('python')
+
+  cd webcolors-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-webcolors() {
+  depends=('python2')
+
+  cd webcolors-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-webcolors/repos/community-any (PKGBUILD PKGBUILD)

2018-02-13 Thread Felix Yan via arch-commits
Date: Wednesday, February 14, 2018 @ 05:40:48
  Author: felixonmars
Revision: 293971

archrelease: copy trunk to community-any

Added:
  python-webcolors/repos/community-any/PKGBUILD
(from rev 293970, python-webcolors/trunk/PKGBUILD)
Deleted:
  python-webcolors/repos/community-any/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-14 05:40:23 UTC (rev 293970)
+++ PKGBUILD2018-02-14 05:40:48 UTC (rev 293971)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-webcolors
-pkgname=(python-webcolors python2-webcolors)
-pkgver=1.8
-pkgrel=1
-pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
-url="https://github.com/ubernostrum/webcolors;
-license=('BSD')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
-sha512sums=('ea762580bbf9d01c52b078e151ad44069a73bfd03b7280ead6d163756fdc3188d5eb993e4e847ac9081e25affa0270b4f9f9902b1b7c3f4fd6e9ed5081fa8d82')
-
-prepare() {
-  cp -a webcolors-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/webcolors-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/webcolors-$pkgver
-  py.test
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  py.test2
-}
-
-package_python-webcolors() {
-  depends=('python')
-
-  cd webcolors-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-webcolors() {
-  depends=('python2')
-
-  cd webcolors-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-webcolors/repos/community-any/PKGBUILD (from rev 293970, 
python-webcolors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-14 05:40:48 UTC (rev 293971)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-webcolors
+pkgname=(python-webcolors python2-webcolors)
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('45ddb4ec030206c3ff1edb7de6b8ec1b5f2f9ef5068f37a7c43b66531a2dc6b290cced2af1ca18794aaa9ba17f297022b2f9cc7a92a74ee9b68f758abf7c104e')
+
+prepare() {
+  cp -a webcolors-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/webcolors-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/webcolors-$pkgver
+  py.test
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  py.test2
+}
+
+package_python-webcolors() {
+  depends=('python')
+
+  cd webcolors-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-webcolors() {
+  depends=('python2')
+
+  cd webcolors-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-webcolors/repos/community-any (PKGBUILD PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:17:11
  Author: felixonmars
Revision: 290493

archrelease: copy trunk to community-any

Added:
  python-webcolors/repos/community-any/PKGBUILD
(from rev 290492, python-webcolors/trunk/PKGBUILD)
Deleted:
  python-webcolors/repos/community-any/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 18:16:45 UTC (rev 290492)
+++ PKGBUILD2018-02-09 18:17:11 UTC (rev 290493)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-webcolors
-pkgname=(python-webcolors python2-webcolors)
-pkgver=1.7
-pkgrel=1
-pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
-url="https://github.com/ubernostrum/webcolors;
-license=('BSD')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
-sha512sums=('0541b0cd4871f36adb09bcdf345797916ef27364e83ac0e87f5b41e891801c5f4354dcf8ca7dd3e10407d6c867cdfc0aa59dacc508a4fec0407e78a0b435697e')
-
-prepare() {
-  cp -a webcolors-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/webcolors-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/webcolors-$pkgver
-  py.test
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  py.test2
-}
-
-package_python-webcolors() {
-  depends=('python')
-
-  cd webcolors-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-webcolors() {
-  depends=('python2')
-
-  cd webcolors-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-webcolors/repos/community-any/PKGBUILD (from rev 290492, 
python-webcolors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-09 18:17:11 UTC (rev 290493)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-webcolors
+pkgname=(python-webcolors python2-webcolors)
+pkgver=1.8
+pkgrel=1
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('ea762580bbf9d01c52b078e151ad44069a73bfd03b7280ead6d163756fdc3188d5eb993e4e847ac9081e25affa0270b4f9f9902b1b7c3f4fd6e9ed5081fa8d82')
+
+prepare() {
+  cp -a webcolors-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/webcolors-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/webcolors-$pkgver
+  py.test
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  py.test2
+}
+
+package_python-webcolors() {
+  depends=('python')
+
+  cd webcolors-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-webcolors() {
+  depends=('python2')
+
+  cd webcolors-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}