[arch-commits] Commit in python-jsonlines/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 3 13:51:56 UTC 2022
Date: Saturday, September 3, 2022 @ 13:51:56
Author: felixonmars
Revision: 1292453
archrelease: copy trunk to community-any
Added:
python-jsonlines/repos/community-any/PKGBUILD
(from rev 1292452, python-jsonlines/trunk/PKGBUILD)
Deleted:
python-jsonlines/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 13:51:42 UTC (rev 1292452)
+++ PKGBUILD 2022-09-03 13:51:56 UTC (rev 1292453)
@@ -1,30 +0,0 @@
-# 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/
-}
Copied: python-jsonlines/repos/community-any/PKGBUILD (from rev 1292452, python-jsonlines/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 13:51:56 UTC (rev 1292453)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jsonlines
+pkgver=3.1.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=('f5fd35bbdc94106afbf8f837bcc3440348772f3b6011b2fb8d7cf86a8ec881c5350aebcd3ae85d45ec88b8deddc68c8e417eaf172f7777c009e42beb7f64ff61')
+
+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