[arch-commits] Commit in python-webcolors/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 10:29:52 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:29:51
  Author: foutrelis
Revision: 750019

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:29:51 UTC (rev 750018)
+++ PKGBUILD	2020-11-11 10:29:51 UTC (rev 750019)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-webcolors
-pkgver=1.11.1
-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')
-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
-}

Copied: python-webcolors/repos/community-staging-any/PKGBUILD (from rev 750016, python-webcolors/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:29:51 UTC (rev 750019)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-webcolors
+pkgver=1.11.1
+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=('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
+}



More information about the arch-commits mailing list