[arch-commits] Commit in python-webcolors/trunk (PKGBUILD)

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 10:29:48
  Author: foutrelis
Revision: 750015

upgpkg: python-webcolors 1.11.1-4: Python 3.9 rebuild

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 10:29:47 UTC (rev 750014)
+++ PKGBUILD2020-11-11 10:29:48 UTC (rev 750015)
@@ -2,7 +2,7 @@
 
 pkgname=python-webcolors
 pkgver=1.11.1
-pkgrel=3
+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-commits] Commit in python-webcolors/trunk (PKGBUILD)

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 15:46:59
  Author: felixonmars
Revision: 747135

upgpkg: python-webcolors 1.11.1-3: Python 3.9 rebuild

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 15:46:57 UTC (rev 747134)
+++ PKGBUILD2020-11-09 15:46:59 UTC (rev 747135)
@@ -2,7 +2,7 @@
 
 pkgname=python-webcolors
 pkgver=1.11.1
-pkgrel=2
+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-commits] Commit in python-webcolors/trunk (PKGBUILD)

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

upgpkg: python-webcolors 1.11.1-2: improve reproducibility by not writing 
bytecode in check()

Running the test suite adds pyc files to the package that would otherwise not
be there. Avoid creating these so that it doesn't matter whether the test suite
is run or not.

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 13:56:11 UTC (rev 664837)
+++ PKGBUILD2020-07-22 14:10:35 UTC (rev 664838)
@@ -2,7 +2,7 @@
 
 pkgname=python-webcolors
 pkgver=1.11.1
-pkgrel=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')
@@ -20,7 +20,7 @@
 
 check() {
   cd webcolors-$pkgver
-  python setup.py pytest
+  python -B setup.py pytest
 }
 
 package() {


[arch-commits] Commit in python-webcolors/trunk (PKGBUILD)

2020-02-18 Thread Felix Yan via arch-commits
Date: Wednesday, February 19, 2020 @ 07:54:59
  Author: felixonmars
Revision: 576286

upgpkg: python-webcolors 1.11.1-1

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-19 07:54:47 UTC (rev 576285)
+++ PKGBUILD2020-02-19 07:54:59 UTC (rev 576286)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-webcolors
-pkgver=1.11
+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";
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz";)
-sha512sums=('7b46a4a17794184a61f10cc6c3017fd9108ba7ae688eaeea508754318d05513e9a3ab9376331ccecb1e617f417c9cb5e6ae3ffd794865e7402942680c763c94d')
+sha512sums=('b8d9146e31292b41c3f3a501ca5f0ce5d9c21ec08dc31384bf6bfe06ccff202b97592eaafef0cfce9ddef1b674bf19a527225d67ecceb92bdc514a050a02524b')
 
 build() {
   cd webcolors-$pkgver


[arch-commits] Commit in python-webcolors/trunk (PKGBUILD)

2020-02-18 Thread Felix Yan via arch-commits
Date: Tuesday, February 18, 2020 @ 18:46:46
  Author: felixonmars
Revision: 576103

upgpkg: python-webcolors 1.11-1

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-18 18:44:10 UTC (rev 576102)
+++ PKGBUILD2020-02-18 18:46:46 UTC (rev 576103)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-webcolors
-pkgver=1.10
-pkgrel=4
+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')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz";)
-sha512sums=('db02dcfc542d1fd08fccad815a02cbe01012a942329c53d468c7f9b6e0d628dd38abf4b2633bc8992fb914932ca4455e54c7ef98e101ca86d34825edfc3c1feb')
+sha512sums=('7b46a4a17794184a61f10cc6c3017fd9108ba7ae688eaeea508754318d05513e9a3ab9376331ccecb1e617f417c9cb5e6ae3ffd794865e7402942680c763c94d')
 
 build() {
   cd webcolors-$pkgver


[arch-commits] Commit in python-webcolors/trunk (PKGBUILD)

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

upgpkg: python-webcolors 1.10-4: remove python2 sibling

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |   37 +
 1 file changed, 9 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-13 14:50:14 UTC (rev 570507)
+++ PKGBUILD2020-02-13 14:51:29 UTC (rev 570508)
@@ -1,48 +1,29 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-webcolors
-pkgname=(python-webcolors python2-webcolors)
+pkgname=python-webcolors
 pkgver=1.10
-pkgrel=3
+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')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-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
+  cd webcolors-$pkgver
   python setup.py build
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/webcolors-$pkgver
+  cd webcolors-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/webcolors-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-webcolors() {
-  depends=('python')
-
+package() {
   cd webcolors-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
+  python 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/trunk (PKGBUILD)

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:13:01
  Author: felixonmars
Revision: 521599

Python 3.8 rebuild

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:13:00 UTC (rev 521598)
+++ PKGBUILD2019-10-31 18:13:01 UTC (rev 521599)
@@ -3,7 +3,7 @@
 pkgbase=python-webcolors
 pkgname=(python-webcolors python2-webcolors)
 pkgver=1.10
-pkgrel=2
+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-commits] Commit in python-webcolors/trunk (PKGBUILD)

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 16:04:15
  Author: felixonmars
Revision: 519351

Python 3.8 rebuild

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:04:09 UTC (rev 519350)
+++ PKGBUILD2019-10-25 16:04:15 UTC (rev 519351)
@@ -3,7 +3,7 @@
 pkgbase=python-webcolors
 pkgname=(python-webcolors python2-webcolors)
 pkgver=1.10
-pkgrel=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-commits] Commit in python-webcolors/trunk (PKGBUILD)

2019-09-09 Thread Felix Yan via arch-commits
Date: Monday, September 9, 2019 @ 07:23:56
  Author: felixonmars
Revision: 509049

upgpkg: python-webcolors 1.10-1

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-09 07:23:34 UTC (rev 509048)
+++ PKGBUILD2019-09-09 07:23:56 UTC (rev 509049)
@@ -2,7 +2,7 @@
 
 pkgbase=python-webcolors
 pkgname=(python-webcolors python2-webcolors)
-pkgver=1.9.1
+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";
@@ -11,7 +11,7 @@
 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')
+sha512sums=('db02dcfc542d1fd08fccad815a02cbe01012a942329c53d468c7f9b6e0d628dd38abf4b2633bc8992fb914932ca4455e54c7ef98e101ca86d34825edfc3c1feb')
 
 prepare() {
   cp -a webcolors-$pkgver{,-py2}


[arch-commits] Commit in python-webcolors/trunk (PKGBUILD)

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

upgpkg: python-webcolors 1.9.1-1

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-08 16:48:39 UTC (rev 478275)
+++ PKGBUILD2019-06-08 16:49:39 UTC (rev 478276)
@@ -2,7 +2,7 @@
 
 pkgbase=python-webcolors
 pkgname=(python-webcolors python2-webcolors)
-pkgver=1.9
+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";
@@ -11,7 +11,7 @@
 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')
+sha512sums=('333f7ff7a6d0eca1eaf73f70be660eeeaa14c85af41ebc93e1a27a3564bf5fc3d51c1f73136befbb88065f56f4d3b5d25935610308302254302f290c389e2628')
 
 prepare() {
   cp -a webcolors-$pkgver{,-py2}


[arch-commits] Commit in python-webcolors/trunk (PKGBUILD)

2019-06-02 Thread Felix Yan via arch-commits
Date: Sunday, June 2, 2019 @ 18:40:43
  Author: felixonmars
Revision: 476654

upgpkg: python-webcolors 1.9-1

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:40:36 UTC (rev 476653)
+++ PKGBUILD2019-06-02 18:40:43 UTC (rev 476654)
@@ -2,16 +2,16 @@
 
 pkgbase=python-webcolors
 pkgname=(python-webcolors python2-webcolors)
-pkgver=1.8.1
-pkgrel=2
+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' 'python2-pytest')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz";)
-sha512sums=('45ddb4ec030206c3ff1edb7de6b8ec1b5f2f9ef5068f37a7c43b66531a2dc6b290cced2af1ca18794aaa9ba17f297022b2f9cc7a92a74ee9b68f758abf7c104e')
+sha512sums=('7644ed5447e665b33a09878070a0e35ce5e93b27b784380e7329b33c405034456707fab6f70074f0dee3819827fca637c0baf08201f66609cf914b8f7664c300')
 
 prepare() {
   cp -a webcolors-$pkgver{,-py2}
@@ -27,10 +27,10 @@
 
 check() {
   cd "$srcdir"/webcolors-$pkgver
-  py.test
+  python setup.py pytest
 
   cd "$srcdir"/webcolors-$pkgver-py2
-  py.test2
+  python2 setup.py pytest
 }
 
 package_python-webcolors() {


[arch-commits] Commit in python-webcolors/trunk (PKGBUILD)

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 09:02:58
  Author: felixonmars
Revision: 347993

upgpkg: python-webcolors 1.8.1-2

Python 3.7 rebuild

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 09:02:09 UTC (rev 347992)
+++ PKGBUILD2018-06-30 09:02:58 UTC (rev 347993)
@@ -4,7 +4,7 @@
 pkgbase=python-webcolors
 pkgname=(python-webcolors python2-webcolors)
 pkgver=1.8.1
-pkgrel=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-commits] Commit in python-webcolors/trunk (PKGBUILD)

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

upgpkg: python-webcolors 1.8.1-1

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-14 05:40:06 UTC (rev 293969)
+++ PKGBUILD2018-02-14 05:40:23 UTC (rev 293970)
@@ -3,7 +3,7 @@
 
 pkgbase=python-webcolors
 pkgname=(python-webcolors python2-webcolors)
-pkgver=1.8
+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";
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz";)
-sha512sums=('ea762580bbf9d01c52b078e151ad44069a73bfd03b7280ead6d163756fdc3188d5eb993e4e847ac9081e25affa0270b4f9f9902b1b7c3f4fd6e9ed5081fa8d82')
+sha512sums=('45ddb4ec030206c3ff1edb7de6b8ec1b5f2f9ef5068f37a7c43b66531a2dc6b290cced2af1ca18794aaa9ba17f297022b2f9cc7a92a74ee9b68f758abf7c104e')
 
 prepare() {
   cp -a webcolors-$pkgver{,-py2}


[arch-commits] Commit in python-webcolors/trunk (PKGBUILD)

2018-02-09 Thread Felix Yan via arch-commits
Date: Friday, February 9, 2018 @ 18:16:45
  Author: felixonmars
Revision: 290492

upgpkg: python-webcolors 1.8-1

Modified:
  python-webcolors/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 18:11:10 UTC (rev 290491)
+++ PKGBUILD2018-02-09 18:16:45 UTC (rev 290492)
@@ -3,7 +3,7 @@
 
 pkgbase=python-webcolors
 pkgname=(python-webcolors python2-webcolors)
-pkgver=1.7
+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";
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz";)
-sha512sums=('0541b0cd4871f36adb09bcdf345797916ef27364e83ac0e87f5b41e891801c5f4354dcf8ca7dd3e10407d6c867cdfc0aa59dacc508a4fec0407e78a0b435697e')
+sha512sums=('ea762580bbf9d01c52b078e151ad44069a73bfd03b7280ead6d163756fdc3188d5eb993e4e847ac9081e25affa0270b4f9f9902b1b7c3f4fd6e9ed5081fa8d82')
 
 prepare() {
   cp -a webcolors-$pkgver{,-py2}