[arch-commits] Commit in python-selectors2/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 21:47:48 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:47:48
Author: foutrelis
Revision: 1061168
archrelease: copy trunk to community-staging-any
Added:
python-selectors2/repos/community-staging-any/PKGBUILD
(from rev 1061166, python-selectors2/trunk/PKGBUILD)
Deleted:
python-selectors2/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:47:47 UTC (rev 1061167)
+++ PKGBUILD 2021-12-01 21:47:48 UTC (rev 1061168)
@@ -1,20 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Anthony25 <Anthony Ruhier>
-
-pkgname=python-selectors2
-pkgver=2.0.2
-pkgrel=3
-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
-}
Copied: python-selectors2/repos/community-staging-any/PKGBUILD (from rev 1061166, python-selectors2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:47:48 UTC (rev 1061168)
@@ -0,0 +1,20 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Anthony25 <Anthony Ruhier>
+
+pkgname=python-selectors2
+pkgver=2.0.2
+pkgrel=4
+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