[arch-commits] Commit in python-aiosqlite/repos/community-any (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Wed Feb 17 21:56:05 UTC 2021
Date: Wednesday, February 17, 2021 @ 21:56:05
Author: ffy00
Revision: 862834
archrelease: copy trunk to community-any
Deleted:
python-aiosqlite/repos/community-any/PKGBUILD
----------+
PKGBUILD | 43 -------------------------------------------
1 file changed, 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-17 21:56:02 UTC (rev 862833)
+++ PKGBUILD 2021-02-17 21:56:05 UTC (rev 862834)
@@ -1,43 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=aiosqlite
-pkgname=python-$_pkgname
-pkgver=0.16.0
-pkgrel=3
-pkgdesc='asyncio bridge to the standard sqlite3 module'
-arch=('any')
-url='https://github.com/omnilib/aiosqlite'
-license=('MIT')
-depends=('python-typing_extensions' 'python-pydantic')
-makedepends=('python-setuptools' 'python-dephell')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('0e0840a8d89d03ba864153c140a9d095bc68f8c5f7fccad76c27f5bc3dc87aae299e1d61a32e959613ecf1ab51487b76973dab83783125da57375a5c2c3d6621')
-
-# TODO: package test requirements
-
-prepare() {
- cd $_pkgname-$pkgver
-
- dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
- cd $_pkgname-$pkgver
-
- python setup.py build
-}
-
-#check() {
-# cd $_pkgname-$pkgver
-#
-# python setup.py pytest
-#}
-
-package() {
- cd $_pkgname-$pkgver
-
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
More information about the arch-commits
mailing list