Date: Tuesday, April 11, 2023 @ 07:08:14
Author: jelle
Revision: 1444635
archrelease: copy trunk to community-staging-any
Added:
python-meilisearch/repos/community-staging-any/PKGBUILD
(from rev 1444634, python-meilisearch/trunk/PKGBUILD)
Deleted:
python-meilisearch/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-11 07:08:04 UTC (rev 1444634)
+++ PKGBUILD 2023-04-11 07:08:14 UTC (rev 1444635)
@@ -1,33 +0,0 @@
-# Maintainer: Jelle van der Waa <[email protected]>
-
-pkgname=python-meilisearch
-pkgver=0.23.0
-pkgrel=2
-pkgdesc='Python client for MeiliSearch API'
-arch=(any)
-license=('MIT')
-url='https://pypi.org/project/meilisearch/'
-depends=(python python-requests python-camel-converter python-pydantic)
-makedepends=(python-setuptools python-build python-installer python-wheel)
-checkdepends=(python-pytest python-pytest-ordering)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/meilisearch-python/archive/v${pkgver}.tar.gz)
-sha512sums=('9374ba78e77ee77df3cb43e1c417ffab4c02df174c9f37cb50efaf3b8903cfb47cff7e5a7f13b350b8fca23a12c565d6c85dd49de7e3baf65fc4a9bdbf6f1004')
-
-build() {
- cd "meilisearch-python-${pkgver}"
- python -m build --wheel --no-isolation
-}
-
-check() {
- # requires running meilisearch
https://github.com/meilisearch/meilisearch-python/blob/master/.github/workflows/test.yml#L20
- cd "meilisearch-python-${pkgver}"
- #pytest .
-}
-
-package() {
- cd "meilisearch-python-${pkgver}"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: python-meilisearch/repos/community-staging-any/PKGBUILD (from rev
1444634, python-meilisearch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-11 07:08:14 UTC (rev 1444635)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+
+pkgname=python-meilisearch
+pkgver=0.26.0
+pkgrel=1
+pkgdesc='Python client for MeiliSearch API'
+arch=(any)
+license=('MIT')
+url='https://pypi.org/project/meilisearch/'
+depends=(python python-requests python-camel-converter python-pydantic)
+makedepends=(python-setuptools python-build python-installer python-wheel)
+checkdepends=(python-pytest python-pytest-ordering)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/meilisearch-python/archive/v${pkgver}.tar.gz)
+sha512sums=('f03102bec75f3132d49b3e550fdc978da2cd09d9667280afd1797e72ef429279970cd09f31399e9e0c27dddce18d0a9aad2d2eba24867a7b9fe49831e9f07ade')
+
+build() {
+ cd "meilisearch-python-${pkgver}"
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ # requires running meilisearch
https://github.com/meilisearch/meilisearch-python/blob/master/.github/workflows/test.yml#L20
+ cd "meilisearch-python-${pkgver}"
+ #pytest .
+}
+
+package() {
+ cd "meilisearch-python-${pkgver}"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}