Date: Wednesday, October 12, 2022 @ 12:23:18
Author: felixonmars
Revision: 1327813
archrelease: copy trunk to community-any
Added:
jrnl/repos/community-any/PKGBUILD
(from rev 1327812, jrnl/trunk/PKGBUILD)
Deleted:
jrnl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-12 12:23:10 UTC (rev 1327812)
+++ PKGBUILD 2022-10-12 12:23:18 UTC (rev 1327813)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=jrnl
-pkgver=3.1
-pkgrel=1
-pkgdesc="Collect your thoughts and notes without leaving the command line"
-arch=('any')
-url="https://jrnl.sh/"
-license=('GPL3')
-depends=('python-ansiwrap' 'python-colorama' 'python-cryptography'
'python-keyring'
- 'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-rich'
'python-ruamel-yaml'
- 'python-tzlocal')
-makedepends=('python-build' 'python-installer' 'python-poetry-core')
-checkdepends=('python-pytest' 'python-pytest-bdd' 'python-toml')
-source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('3701680e0add29e81b895896b75168799e0815a081f87d67475bff9de4bb6dc99a6e445ebc60f4dc271a607da7054fa74dc0f2b6d1f94c070fcde720d0a1bcd8')
-
-prepare() {
- cd jrnl-$pkgver
- # https://github.com/pytest-dev/pytest-bdd/issues/501
- sed -i '/-n=auto/d' pyproject.toml
-}
-
-build() {
- cd jrnl-$pkgver
- python -m build -nw
-}
-
-check() {
- cd jrnl-$pkgver
- python -m pytest
-}
-
-package() {
- cd jrnl-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
-
-# vim:set ts=2 sw=2 et:
Copied: jrnl/repos/community-any/PKGBUILD (from rev 1327812,
jrnl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-12 12:23:18 UTC (rev 1327813)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=jrnl
+pkgver=3.2
+pkgrel=1
+pkgdesc="Collect your thoughts and notes without leaving the command line"
+arch=('any')
+url="https://jrnl.sh/"
+license=('GPL3')
+depends=('python-ansiwrap' 'python-colorama' 'python-cryptography'
'python-keyring'
+ 'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-rich'
'python-ruamel-yaml'
+ 'python-tzlocal')
+makedepends=('python-build' 'python-installer' 'python-poetry-core')
+checkdepends=('python-pytest' 'python-pytest-bdd<6' 'python-toml')
+source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('fb5cdf155091fe155eee314700d6ee2ad765a9943950aaed5b9d772c688bf0f34199ac352689f4ff21dd4804a8154a54d8ca232a4dfc8cd4a9ad7fd76867d1f4')
+
+prepare() {
+ cd jrnl-$pkgver
+ # https://github.com/pytest-dev/pytest-bdd/issues/501
+ sed -i '/-n=auto/d' pyproject.toml
+}
+
+build() {
+ cd jrnl-$pkgver
+ python -m build -nw
+}
+
+check() {
+ cd jrnl-$pkgver
+ python -m pytest
+}
+
+package() {
+ cd jrnl-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}
+
+# vim:set ts=2 sw=2 et: