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

Morten Linderud foxboron at gemini.archlinux.org
Tue Aug 2 21:36:21 UTC 2022


    Date: Tuesday, August 2, 2022 @ 21:36:21
  Author: foxboron
Revision: 1259930

archrelease: copy trunk to community-any

Added:
  python-irc/repos/community-any/PKGBUILD
    (from rev 1259929, python-irc/trunk/PKGBUILD)
Deleted:
  python-irc/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-02 21:36:16 UTC (rev 1259929)
+++ PKGBUILD	2022-08-02 21:36:21 UTC (rev 1259930)
@@ -1,49 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Pierre Chapuis <catwell at archlinux.us>
-# Contributor: Stefano Esposito <ragnarok at email.it>
-
-pkgname=python-irc
-pkgver=20.0.0
-pkgrel=2
-pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
-arch=('any')
-url="https://pypi.python.org/pypi/irc"
-license=(MIT)
-depends=(
-  python-jaraco.collections
-  python-jaraco.functools
-  python-jaraco.logging
-  python-jaraco.stream
-  python-jaraco.text
-  python-more-itertools
-  python-pytz
-  python-tempora
-)
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-checkdepends=(python-pytest python-pytest-enabler python-pygments)
-source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz")
-sha256sums=('59acb8d69d61a0cbd290e77e6ff10a8c7f2201fb8c7b7d5a195b5883d0c40b0a')
-
-build() {
-  cd "irc-$pkgver"
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "irc-$pkgver"
-  pytest -vv -c /dev/null
-}
-
-package() {
-  cd "irc-$pkgver"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 *.rst -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 scripts/*.py -t "$pkgdir/usr/share/doc/$pkgname/scripts/"
-
-  # Remove sample scripts installed in generic namespace
-  # TODO: report upstream!
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/scripts
-}

Copied: python-irc/repos/community-any/PKGBUILD (from rev 1259929, python-irc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-02 21:36:21 UTC (rev 1259930)
@@ -0,0 +1,49 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Pierre Chapuis <catwell at archlinux.us>
+# Contributor: Stefano Esposito <ragnarok at email.it>
+
+pkgname=python-irc
+pkgver=20.1.0
+pkgrel=1
+pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
+arch=('any')
+url="https://pypi.python.org/pypi/irc"
+license=(MIT)
+depends=(
+  python-jaraco.collections
+  python-jaraco.functools
+  python-jaraco.logging
+  python-jaraco.stream
+  python-jaraco.text
+  python-more-itertools
+  python-pytz
+  python-tempora
+)
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
+checkdepends=(python-pytest python-pytest-enabler python-pygments)
+source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz")
+sha256sums=('b6f737932dd4791f3b18e319de7b7daf02d2285a6bea263d101f4d8e553807ec')
+
+build() {
+  cd "irc-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "irc-$pkgver"
+  pytest -vv -c /dev/null
+}
+
+package() {
+  cd "irc-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 *.rst -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 scripts/*.py -t "$pkgdir/usr/share/doc/$pkgname/scripts/"
+
+  # Remove sample scripts installed in generic namespace
+  # TODO: report upstream!
+  rm -r "$pkgdir"/usr/lib/python*/site-packages/scripts
+}



More information about the arch-commits mailing list