[arch-commits] Commit in python-aiofiles/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 18:47:45 UTC 2019
Date: Thursday, October 31, 2019 @ 18:47:45
Author: felixonmars
Revision: 521682
archrelease: copy trunk to community-staging-any
Added:
python-aiofiles/repos/community-staging-any/PKGBUILD
(from rev 521681, python-aiofiles/trunk/PKGBUILD)
Deleted:
python-aiofiles/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 18:47:34 UTC (rev 521681)
+++ PKGBUILD 2019-10-31 18:47:45 UTC (rev 521682)
@@ -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=3
-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 py37
-}
-
-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-staging-any/PKGBUILD (from rev 521681, python-aiofiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 18:47:45 UTC (rev 521682)
@@ -0,0 +1,44 @@
+# 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:
More information about the arch-commits
mailing list