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

Maxime Gauduin alucryd at archlinux.org
Mon Nov 11 12:14:34 UTC 2019


    Date: Monday, November 11, 2019 @ 12:14:34
  Author: alucryd
Revision: 526668

archrelease: copy trunk to community-testing-any

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-11 11:46:32 UTC (rev 526667)
+++ PKGBUILD	2019-11-11 12:14:34 UTC (rev 526668)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-trio
-pkgver=0.12.1
-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)
-source=(git+https://github.com/python-trio/trio.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-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-testing-any/PKGBUILD (from rev 526667, python-trio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-11 12:14:34 UTC (rev 526668)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-trio
+pkgver=0.12.1
+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)
+source=(git+https://github.com/python-trio/trio.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+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