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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 14:29:23 UTC 2020


    Date: Thursday, November 12, 2020 @ 14:29:23
  Author: foutrelis
Revision: 751939

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 14:29:22 UTC (rev 751938)
+++ PKGBUILD	2020-11-12 14:29:23 UTC (rev 751939)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-sniffio
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Sniff out which async library your code is running under'
-arch=(any)
-url=https://github.com/python-trio/sniffio
-license=(MIT)
-depends=(python)
-makedepends=(
-  git
-  python-curio
-  python-pytest
-  python-setuptools
-)
-_tag=b93038b1a8b76607363f2f261bcf8e7ad4c53807
-source=(git+https://github.com/python-trio/sniffio.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd sniffio
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd sniffio
-
-  python setup.py build
-}
-
-check() {
-  cd sniffio
-
-  python setup.py test
-}
-
-package() {
-  cd sniffio
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-sniffio/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sniffio/repos/community-staging-any/PKGBUILD (from rev 751936, python-sniffio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 14:29:23 UTC (rev 751939)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-sniffio
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='Sniff out which async library your code is running under'
+arch=(any)
+url=https://github.com/python-trio/sniffio
+license=(MIT)
+depends=(python)
+makedepends=(
+  git
+  python-curio
+  python-pytest
+  python-setuptools
+)
+_tag=b93038b1a8b76607363f2f261bcf8e7ad4c53807
+source=(git+https://github.com/python-trio/sniffio.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd sniffio
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd sniffio
+
+  python setup.py build
+}
+
+check() {
+  cd sniffio
+
+  python setup.py test
+}
+
+package() {
+  cd sniffio
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-sniffio/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list