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

Jelle van der Waa jelle at gemini.archlinux.org
Sat Nov 13 14:25:13 UTC 2021


    Date: Saturday, November 13, 2021 @ 14:25:13
  Author: jelle
Revision: 1045400

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-13 14:25:12 UTC (rev 1045399)
+++ PKGBUILD	2021-11-13 14:25:13 UTC (rev 1045400)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Anthony25 <Anthony Ruhier>
-
-pkgbase=python-selectors2
-pkgname=('python2-selectors2' 'python-selectors2')
-pkgver=2.0.2
-pkgrel=1
-arch=('any')
-url='https://github.com/SethMichaelLarson/selectors2'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/SethMichaelLarson/selectors2/archive/$pkgver.tar.gz)
-sha256sums=('43e80168bec134ada813d4126b8eac071450bad8ec1bbdd91ec6481050dbc87e')
-
-package_python-selectors2() {
-  pkgdesc='Backported, durable, and portable selectors.'
-  cd "${srcdir}"/selectors2-$pkgver
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-selectors2() {
-  pkgdesc='Backported, durable, and portable selectors.'
-  cd "${srcdir}"/selectors2-$pkgver
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-selectors2/repos/community-any/PKGBUILD (from rev 1045398, python-selectors2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-13 14:25:13 UTC (rev 1045400)
@@ -0,0 +1,20 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Anthony25 <Anthony Ruhier>
+
+pkgname=python-selectors2
+pkgver=2.0.2
+pkgrel=2
+arch=('any')
+pkgdesc='Backported, durable, and portable selectors.'
+url='https://github.com/SethMichaelLarson/selectors2'
+license=('MIT')
+makedepends=('python-setuptools')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/SethMichaelLarson/selectors2/archive/$pkgver.tar.gz)
+sha256sums=('43e80168bec134ada813d4126b8eac071450bad8ec1bbdd91ec6481050dbc87e')
+
+package() {
+  cd "${srcdir}"/selectors2-$pkgver
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list