[arch-commits] Commit in python-trio-asyncio/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Mar 11 15:04:16 UTC 2020
Date: Wednesday, March 11, 2020 @ 15:04:15
Author: alucryd
Revision: 594296
archrelease: copy trunk to community-any
Added:
python-trio-asyncio/repos/community-any/PKGBUILD
(from rev 594295, python-trio-asyncio/trunk/PKGBUILD)
Deleted:
python-trio-asyncio/repos/community-any/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 46 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-11 15:04:10 UTC (rev 594295)
+++ PKGBUILD 2020-03-11 15:04:15 UTC (rev 594296)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-trio-asyncio
-pkgver=0.10.0
-pkgrel=2
-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
-)
-source=(git+https://github.com/python-trio/trio-asyncio.git#tag=v${pkgver})
-sha256sums=(SKIP)
-
-build() {
- cd trio-asyncio
-
- python setup.py build
-}
-
-package() {
- cd trio-asyncio
-
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
- 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 594295, python-trio-asyncio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-11 15:04:15 UTC (rev 594296)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-trio-asyncio
+pkgver=0.11.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
+)
+source=(git+https://github.com/python-trio/trio-asyncio.git#tag=9efa25cf6162688b577f4dfbe23b0ec4a1f9a315)
+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
+ 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