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

Felix Yan felixonmars at archlinux.org
Sat Feb 27 20:30:09 UTC 2021


    Date: Saturday, February 27, 2021 @ 20:30:09
  Author: felixonmars
Revision: 875435

archrelease: copy trunk to community-any

Added:
  jrnl/repos/community-any/PKGBUILD
    (from rev 875434, jrnl/trunk/PKGBUILD)
Deleted:
  jrnl/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-27 20:29:53 UTC (rev 875434)
+++ PKGBUILD	2021-02-27 20:30:09 UTC (rev 875435)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=jrnl
-pkgver=2.7
-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-asteval' 'python-colorama' 'python-cryptography' 'python-keyring'
-         'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-yaml' 'python-pytz'
-         'python-tzlocal')
-makedepends=('python-dephell')
-checkdepends=('python-behave' 'python-pytest')
-source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('564ab256b7758cd3d707a571aaeb0182f7fc31c75d410a51f2816a74d1be7c25232d40fdde0e2d2fd722fba7a0f43e951eab086f5db8479340491fbf24f892d8')
-
-prepare() {
-  cd jrnl-$pkgver
-
-  # poetry-generated setup.py is badly broken in several ways, including
-  # distribution of tests in the built package as well as using distutils for
-  # bad metadata. See https://github.com/sdispater/poetry/issues/866
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd jrnl-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd jrnl-$pkgver
-  python -m pytest
-  behave
-}
-
-package() {
-  cd jrnl-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jrnl/repos/community-any/PKGBUILD (from rev 875434, jrnl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-27 20:30:09 UTC (rev 875435)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=jrnl
+pkgver=2.7.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-asteval' 'python-colorama' 'python-cryptography' 'python-keyring'
+         'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-yaml' 'python-pytz'
+         'python-tzlocal')
+makedepends=('python-dephell')
+checkdepends=('python-behave' 'python-pytest')
+source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('a2a0e9356b1955eb0071d3a81e0dfffaa7b737b757e60d8b9e6d07d9c1b7a8e311fb5f5c48f2cd08d2af1c019e36bbbf21d4ccdd6699a67552264dbaf32903b7')
+
+prepare() {
+  cd jrnl-$pkgver
+
+  # poetry-generated setup.py is badly broken in several ways, including
+  # distribution of tests in the built package as well as using distutils for
+  # bad metadata. See https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd jrnl-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd jrnl-$pkgver
+  python -m pytest
+  behave
+}
+
+package() {
+  cd jrnl-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list