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

Maxime Gauduin alucryd at archlinux.org
Thu May 28 10:58:23 UTC 2020


    Date: Thursday, May 28, 2020 @ 10:58:23
  Author: alucryd
Revision: 636248

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-28 10:58:14 UTC (rev 636247)
+++ PKGBUILD	2020-05-28 10:58:23 UTC (rev 636248)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: cclin <cclinet at outlook.com>
-
-pkgname=python-aiofiles
-pkgver=0.4.0
-pkgrel=4
-pkgdesc='File support for asyncio'
-arch=(any)
-license=(APACHE)
-url=https://github.com/Tinche/aiofiles
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-coverage
-  python-pytest-asyncio
-  python-pytest
-  python-pytest-cov
-  python-tox
-)
-source=(git+https://github.com/Tinche/aiofiles.git#tag=v${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd aiofiles
-
-  python setup.py build
-}
-
-check() {
-  cd aiofiles
-
-  tox -e py38
-}
-
-package() {
-  cd aiofiles
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/python-aiofiles
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-aiofiles/repos/community-any/PKGBUILD (from rev 636247, python-aiofiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-28 10:58:23 UTC (rev 636248)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: cclin <cclinet at outlook.com>
+
+pkgname=python-aiofiles
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='File support for asyncio'
+arch=(any)
+license=(APACHE)
+url=https://github.com/Tinche/aiofiles
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-coverage
+  python-pytest-asyncio
+  python-pytest
+  python-pytest-cov
+  python-tox
+)
+source=(git+https://github.com/Tinche/aiofiles.git#tag=9a2141e6c51013995ed8b72b121e4e0a27af77b5)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd aiofiles
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd aiofiles
+
+  python setup.py build
+}
+
+check() {
+  cd aiofiles
+
+  tox -e py38
+}
+
+package() {
+  cd aiofiles
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/python-aiofiles
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list