[arch-commits] Commit in python-jsonlines/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 30 12:23:22 UTC 2022


    Date: Tuesday, August 30, 2022 @ 12:23:22
  Author: felixonmars
Revision: 1288706

archrelease: copy trunk to community-any

Added:
  python-jsonlines/repos/community-any/PKGBUILD
    (from rev 1288705, python-jsonlines/trunk/PKGBUILD)
Deleted:
  python-jsonlines/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 12:23:07 UTC (rev 1288705)
+++ PKGBUILD	2022-08-30 12:23:22 UTC (rev 1288706)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-jsonlines
-pkgver=2.0.0
-pkgrel=3
-pkgdesc="Library with helpers for the jsonlines file format"
-url="https://github.com/wbolster/jsonlines"
-license=('BSD')
-arch=('any')
-depends=('python-attrs')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://github.com/wbolster/jsonlines/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('24a86ca3ff100eb16ba573130ce8f0d933dbf4686c73f1251178195265ef8d11f0786cda13635bf5828a36c80903a77fed37147f3ffb81353769112971bf5952')
-
-build() {
-  cd jsonlines-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd jsonlines-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jsonlines-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-jsonlines/repos/community-any/PKGBUILD (from rev 1288705, python-jsonlines/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 12:23:22 UTC (rev 1288706)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jsonlines
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Library with helpers for the jsonlines file format"
+url="https://github.com/wbolster/jsonlines"
+license=('BSD')
+arch=('any')
+depends=('python-attrs')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/wbolster/jsonlines/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('0939e9654ec2ddf930fb1b3ef9dbdf675a481400519753a9f751f2b8874ca06c0bcfc76c256e7fc152b5ea265d9c895a9ef695d69cbab170a4e73d684c703505')
+
+build() {
+  cd jsonlines-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd jsonlines-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jsonlines-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list