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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:47:14 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:47:13
  Author: felixonmars
Revision: 1061151

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:47:12 UTC (rev 1061150)
+++ PKGBUILD	2021-12-01 21:47:13 UTC (rev 1061151)
@@ -1,28 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
-
-pkgname=python-webencodings
-pkgver=0.5.1
-pkgrel=8
-arch=('any')
-url="https://github.com/gsnedders/python-webencodings"
-license=('BSD')
-pkgdesc="This is a Python implementation of the WHATWG Encoding standard."
-depends=('python')
-makedepends=('python' 'python-setuptools')
-checkdepends=('python-nose')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gsnedders/python-webencodings/archive/v${pkgver}.tar.gz)
-md5sums=('7eb67377743cd55eaa356496c439471e')
-
-package_python-webencodings() {
-    cd ${pkgbase}-${pkgver}
-
-    python3 setup.py install --root="${pkgdir}"
-    install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-check() {
-    cd ${pkgbase}-${pkgver}/webencodings
-
-    nosetests tests.py
-}

Copied: python-webencodings/repos/community-staging-any/PKGBUILD (from rev 1061143, python-webencodings/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:47:13 UTC (rev 1061151)
@@ -0,0 +1,28 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
+
+pkgname=python-webencodings
+pkgver=0.5.1
+pkgrel=9
+arch=('any')
+url="https://github.com/gsnedders/python-webencodings"
+license=('BSD')
+pkgdesc="This is a Python implementation of the WHATWG Encoding standard."
+depends=('python')
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-nose')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gsnedders/python-webencodings/archive/v${pkgver}.tar.gz)
+md5sums=('7eb67377743cd55eaa356496c439471e')
+
+package_python-webencodings() {
+    cd ${pkgbase}-${pkgver}
+
+    python3 setup.py install --root="${pkgdir}"
+    install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+check() {
+    cd ${pkgbase}-${pkgver}/webencodings
+
+    nosetests tests.py
+}



More information about the arch-commits mailing list