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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Jun 30 16:15:21 UTC 2022


    Date: Thursday, June 30, 2022 @ 16:15:21
  Author: alucryd
Revision: 1243072

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 16:15:14 UTC (rev 1243071)
+++ PKGBUILD	2022-06-30 16:15:21 UTC (rev 1243072)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-trio
-pkgver=0.19.0
-pkgrel=3
-pkgdesc='A friendly Python library for async concurrency and I/O'
-arch=(any)
-url=https://github.com/python-trio/trio
-license=(MIT)
-depends=(
-  python
-  python-async_generator
-  python-attrs
-  python-idna
-  python-outcome
-  python-sniffio
-  python-sortedcontainers
-)
-makedepends=(
-  git
-  python-setuptools
-)
-provides=(python-multio-provider)
-_tag=0cb25fae4248263dd14bc84586207bfc7ec776dc
-source=(git+https://github.com/python-trio/trio.git#tag=${_tag})
-sha256sums=('SKIP')
-
-pkgver() {
-  cd trio
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd trio
-
-  python setup.py build
-}
-
-package() {
-  cd trio
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-trio/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-trio/repos/community-any/PKGBUILD (from rev 1243071, python-trio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-30 16:15:21 UTC (rev 1243072)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-trio
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='A friendly Python library for async concurrency and I/O'
+arch=(any)
+url=https://github.com/python-trio/trio
+license=(MIT)
+depends=(
+  python
+  python-async_generator
+  python-attrs
+  python-idna
+  python-outcome
+  python-sniffio
+  python-sortedcontainers
+)
+makedepends=(
+  git
+  python-setuptools
+)
+provides=(python-multio-provider)
+_tag=077e8fc3f1634b42ef5024814898439d8a8430d4
+source=(git+https://github.com/python-trio/trio.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd trio
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd trio
+
+  python setup.py build
+}
+
+package() {
+  cd trio
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-trio/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list