[arch-commits] Commit in python-crate/repos/community-any (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Sat Aug 13 06:54:46 UTC 2022
Date: Saturday, August 13, 2022 @ 06:54:45
Author: alerque
Revision: 1265852
archrelease: copy trunk to community-any
Added:
python-crate/repos/community-any/PKGBUILD
(from rev 1265851, python-crate/trunk/PKGBUILD)
Deleted:
python-crate/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-13 06:54:26 UTC (rev 1265851)
+++ PKGBUILD 2022-08-13 06:54:45 UTC (rev 1265852)
@@ -1,30 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-_pyname=crate
-pkgname=python-$_pyname
-pkgver=0.27.0
-pkgrel=1
-pkgdesc='A Python client library for CrateDB'
-arch=(any)
-url="https://github.com/crate/crate-python"
-license=(Apache)
-depends=(python
- python-urllib3)
-makedepends=(python-{build,installer,wheel}
- python-setuptools)
-optdepends=(python-sqlalchemy)
-_archive="$_pyname-$pkgver"
-source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('0e8affb404c7099b3464eada6cb5bafffeb438a3a3e5da6c8b310e8571e8e107')
-
-build() {
- cd "$_archive"
- python -m build -wn
-}
-
-package() {
- cd "$_archive"
- python -m installer -d "$pkgdir" dist/*.whl
- install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
- install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" {CONTRIBUTING,DEVELOP,README}.rst
-}
Copied: python-crate/repos/community-any/PKGBUILD (from rev 1265851, python-crate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-13 06:54:45 UTC (rev 1265852)
@@ -0,0 +1,30 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+_pyname=crate
+pkgname=python-$_pyname
+pkgver=0.27.1
+pkgrel=1
+pkgdesc='A Python client library for CrateDB'
+arch=(any)
+url="https://github.com/crate/crate-python"
+license=(Apache)
+depends=(python
+ python-urllib3)
+makedepends=(python-{build,installer,wheel}
+ python-setuptools)
+optdepends=(python-sqlalchemy)
+_archive="$_pyname-$pkgver"
+source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
+sha256sums=('618ce7d77c9a4d356de26c5b13cc1bca61ab8acada311447a1dc9d6b04b2fd47')
+
+build() {
+ cd "$_archive"
+ python -m build -wn
+}
+
+package() {
+ cd "$_archive"
+ python -m installer -d "$pkgdir" dist/*.whl
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+ install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" {CONTRIBUTING,DEVELOP,README}.rst
+}
More information about the arch-commits
mailing list