Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-webcolors


Commits:
2d100c16 by Jelle van der Waa at 2024-10-15T16:53:30+02:00
upgpkg: 24.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,16 @@
 pkgbase = python-webcolors
        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
-       pkgver = 1.13
-       pkgrel = 3
+       pkgver = 24.8.0
+       pkgrel = 1
        url = https://github.com/ubernostrum/webcolors
        arch = any
-       license = BSD
-       checkdepends = python-pytest
+       license = BSD-3
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
        depends = python
-       source = 
https://pypi.io/packages/source/w/webcolors/webcolors-1.13.tar.gz
-       sha512sums = 
074aaf135ac6b0025b88b731d1d6dfa4c539b4fff7195658cc58a4326bb9f0449a231685d312b4a1ec48ca535a838bfa5c680787fe0e61473a2a092c448937d0
+       source = 
https://pypi.io/packages/source/w/webcolors/webcolors-24.8.0.tar.gz
+       sha512sums = 
9a008261fe5283a90d4986a77463ac2614585c421d4ba7c19d99d98f7d13be6cf53f9ef3916a7b5b4af5ebadbbb0ba2fee266b419706f181acbd6a4c012cc5cb
 
 pkgname = python-webcolors


=====================================
PKGBUILD
=====================================
@@ -1,17 +1,16 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-webcolors
-pkgver=1.13
-pkgrel=3
+pkgver=24.8.0
+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')
+license=('BSD-3')
 arch=('any')
 depends=('python')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest')
 source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz";)
-sha512sums=('074aaf135ac6b0025b88b731d1d6dfa4c539b4fff7195658cc58a4326bb9f0449a231685d312b4a1ec48ca535a838bfa5c680787fe0e61473a2a092c448937d0')
+sha512sums=('9a008261fe5283a90d4986a77463ac2614585c421d4ba7c19d99d98f7d13be6cf53f9ef3916a7b5b4af5ebadbbb0ba2fee266b419706f181acbd6a4c012cc5cb')
 
 build() {
   cd webcolors-$pkgver
@@ -20,7 +19,7 @@ build() {
 
 check() {
   cd webcolors-$pkgver
-  PYTHONPATH="$PWD/build/lib" pytest
+  PYTHONPATH="$PWD/build/lib" python -m unittest discover -vs .
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-webcolors/-/commit/2d100c160a02c0f1ab9a6f631d6bfe706643f408

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-webcolors/-/commit/2d100c160a02c0f1ab9a6f631d6bfe706643f408
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to