Date: Thursday, February 9, 2023 @ 13:34:35
Author: alucryd
Revision: 1397631
archrelease: copy trunk to community-any
Added:
python-aiofiles/repos/community-any/PKGBUILD
(from rev 1397630, python-aiofiles/trunk/PKGBUILD)
Deleted:
python-aiofiles/repos/community-any/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-09 13:34:25 UTC (rev 1397630)
+++ PKGBUILD 2023-02-09 13:34:35 UTC (rev 1397631)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: cclin <[email protected]>
-
-pkgname=python-aiofiles
-pkgver=22.1.0
-pkgrel=3
-pkgdesc='File support for asyncio'
-arch=(any)
-license=(APACHE)
-url=https://github.com/Tinche/aiofiles
-depends=(python)
-makedepends=(
- git
- python-build
- python-installer
- python-poetry-core
-)
-checkdepends=(
- python-pytest-asyncio
- python-pytest
-)
-_tag=9d697f5857b5e49bad485212d9d81917ce65b607
-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 -m build --wheel --no-isolation
-}
-
-check() {
- local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
- cd aiofiles
- python -m installer --destdir=test_dir dist/*.whl
- export PYTHONPATH="test_dir/$site_packages:$PYTHONPATH"
- pytest -vv
-}
-
-package() {
- python -m installer --destdir="${pkgdir}" aiofiles/dist/*.whl
- install -Dm 644 aiofiles/LICENSE -t
"${pkgdir}"/usr/share/licenses/python-aiofiles/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-aiofiles/repos/community-any/PKGBUILD (from rev 1397630,
python-aiofiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-09 13:34:35 UTC (rev 1397631)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: cclin <[email protected]>
+
+pkgname=python-aiofiles
+pkgver=23.1.0
+pkgrel=1
+pkgdesc='File support for asyncio'
+arch=(any)
+license=(APACHE)
+url=https://github.com/Tinche/aiofiles
+depends=(python)
+makedepends=(
+ git
+ python-build
+ python-installer
+ python-poetry-core
+)
+checkdepends=(
+ python-pytest-asyncio
+ python-pytest
+)
+_tag=5cb9b6d3d51e0d9f8170cab06db8ae7f5792d8ff
+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 -m build --wheel --no-isolation
+}
+
+check() {
+ local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
+ cd aiofiles
+ python -m installer --destdir=test_dir dist/*.whl
+ export PYTHONPATH="test_dir/$site_packages:$PYTHONPATH"
+ pytest -vv
+}
+
+package() {
+ python -m installer --destdir="${pkgdir}" aiofiles/dist/*.whl
+ install -Dm 644 aiofiles/LICENSE -t
"${pkgdir}"/usr/share/licenses/python-aiofiles/
+}
+
+# vim: ts=2 sw=2 et: