Date: Monday, April 10, 2023 @ 08:32:06
Author: alerque
Revision: 1443893
archrelease: copy trunk to community-staging-any
Added:
python-crate/repos/community-staging-any/PKGBUILD
(from rev 1443892, python-crate/trunk/PKGBUILD)
Deleted:
python-crate/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 08:31:54 UTC (rev 1443892)
+++ PKGBUILD 2023-04-10 08:32:06 UTC (rev 1443893)
@@ -1,30 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-
-_pyname=crate
-pkgname=python-$_pyname
-pkgver=0.27.2
-pkgrel=2
-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=('0a1e0edde9c7950f973bafabedc9e9b6b189c271251e9d3b52e6c9b84adfb7a5')
-
-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-staging-any/PKGBUILD (from rev 1443892,
python-crate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 08:32:06 UTC (rev 1443893)
@@ -0,0 +1,30 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+
+_pyname=crate
+pkgname=python-$_pyname
+pkgver=0.31.0
+pkgrel=2
+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=('1e19dc9d59945f21cb68b9212054bcf4d9caa12638d82d468a93aabab22ca19e')
+
+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
+}