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

Felix Yan felixonmars at archlinux.org
Tue Feb 18 18:47:04 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-02-18 18:46:46 UTC (rev 576103)
+++ PKGBUILD	2020-02-18 18:47:03 UTC (rev 576104)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-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)
+++ PKGBUILD	2020-02-18 18:47:03 UTC (rev 576104)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list