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

Maxime Gauduin alucryd at archlinux.org
Thu Nov 5 07:23:30 UTC 2020


    Date: Thursday, November 5, 2020 @ 07:23:30
  Author: alucryd
Revision: 742799

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  101 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-05 07:23:25 UTC (rev 742798)
+++ PKGBUILD	2020-11-05 07:23:30 UTC (rev 742799)
@@ -1,50 +0,0 @@
-# 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:

Copied: python-aiofiles/repos/community-any/PKGBUILD (from rev 742798, python-aiofiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-05 07:23:30 UTC (rev 742799)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: cclin <cclinet at outlook.com>
+
+pkgname=python-aiofiles
+pkgver=0.6.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
+)
+_tag=b4482aeef5312d4bf0c1abda5892df80957fa01f
+source=(git+https://github.com/Tinche/aiofiles.git#tag=${_tag})
+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