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

Maxime Gauduin alucryd at archlinux.org
Mon Jan 11 07:14:14 UTC 2021


    Date: Monday, January 11, 2021 @ 07:14:13
  Author: alucryd
Revision: 817795

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-11 07:14:08 UTC (rev 817794)
+++ PKGBUILD	2021-01-11 07:14:13 UTC (rev 817795)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-trio-asyncio
-pkgver=0.11.0
-pkgrel=4
-pkgdesc='A re-implementation of the asyncio mainloop on top of Trio'
-arch=(any)
-url=https://github.com/python-trio/trio-asyncio
-license=(
-  APACHE
-  MIT
-)
-depends=(
-  python
-  python-async_generator
-  python-outcome
-  python-trio
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=9efa25cf6162688b577f4dfbe23b0ec4a1f9a315
-source=(git+https://github.com/python-trio/trio-asyncio.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd trio-asyncio
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd trio-asyncio
-
-  python setup.py build
-}
-
-package() {
-  cd trio-asyncio
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  rm -rf ${pkgdir}/usr/lib/python3.9/site-packages/tests
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-trio-asyncio/
-  install -Dm 644 LICENSE.MIT -t "${pkgdir}"/usr/share/licenses/python-trio-asyncio/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-trio-asyncio/repos/community-any/PKGBUILD (from rev 817794, python-trio-asyncio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-11 07:14:13 UTC (rev 817795)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-trio-asyncio
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='A re-implementation of the asyncio mainloop on top of Trio'
+arch=(any)
+url=https://github.com/python-trio/trio-asyncio
+license=(
+  APACHE
+  MIT
+)
+depends=(
+  python
+  python-async_generator
+  python-outcome
+  python-trio
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=970d81c498f857d052738a2c4db2c899910dc038
+source=(git+https://github.com/python-trio/trio-asyncio.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd trio-asyncio
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd trio-asyncio
+
+  python setup.py build
+}
+
+package() {
+  cd trio-asyncio
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  rm -rf ${pkgdir}/usr/lib/python3.9/site-packages/tests
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-trio-asyncio/
+  install -Dm 644 LICENSE.MIT -t "${pkgdir}"/usr/share/licenses/python-trio-asyncio/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list