Date: Sunday, April 9, 2023 @ 20:11:07
  Author: felixonmars
Revision: 1443499

archrelease: copy trunk to community-staging-any

Added:
  python-wcag-contrast-ratio/repos/community-staging-any/PKGBUILD
    (from rev 1443498, python-wcag-contrast-ratio/trunk/PKGBUILD)
Deleted:
  python-wcag-contrast-ratio/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 20:11:00 UTC (rev 1443498)
+++ PKGBUILD    2023-04-09 20:11:07 UTC (rev 1443499)
@@ -1,33 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-
-_name=wcag-contrast-ratio
-pkgname=python-$_name
-pkgver=0.9
-pkgrel=3
-pkgdesc="Library for computing contrast ratios, as required by WCAG 2.0"
-arch=('any')
-url="https://github.com/gsnedders/wcag-contrast-ratio";
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-hypothesis')
-source=(https://github.com/gsnedders/wcag-contrast-ratio/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('5263b7b2d0f5a8de2eb409421284947df6229b67bca0055fa10da38153835815')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest test.py
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-wcag-contrast-ratio/repos/community-staging-any/PKGBUILD (from 
rev 1443498, python-wcag-contrast-ratio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-09 20:11:07 UTC (rev 1443499)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+
+_name=wcag-contrast-ratio
+pkgname=python-$_name
+pkgver=0.9
+pkgrel=4
+pkgdesc="Library for computing contrast ratios, as required by WCAG 2.0"
+arch=('any')
+url="https://github.com/gsnedders/wcag-contrast-ratio";
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-hypothesis')
+source=(https://github.com/gsnedders/wcag-contrast-ratio/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('5263b7b2d0f5a8de2eb409421284947df6229b67bca0055fa10da38153835815')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest test.py
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to