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

Felix Yan felixonmars at archlinux.org
Wed Jan 13 12:37:46 UTC 2021


    Date: Wednesday, January 13, 2021 @ 12:37:46
  Author: felixonmars
Revision: 820435

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 12:37:35 UTC (rev 820434)
+++ PKGBUILD	2021-01-13 12:37:46 UTC (rev 820435)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=jrnl
-pkgver=2.6
-pkgrel=1
-pkgdesc="Collect your thoughts and notes without leaving the command line"
-arch=('any')
-url="https://github.com/jrnl-org/jrnl"
-license=('GPL3')
-depends=('python-pyxdg' 'python-cryptography' 'python-parsedatetime'
-         'python-keyring' 'python-pytz' 'python-tzlocal' 'python-asteval' 'python-colorama'
-         'python-dateutil' 'python-yaml' 'python-ansiwrap' 'python-setuptools')
-makedepends=('python-dephell')
-checkdepends=('python-behave' 'python-pytest')
-source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e37c610048523999d994409699f8fe55a97cb971a462dc22c4e40704a959ea6ce7e252443605159e8031be468894d70712cce9680841eb4fa877775aac61058e')
-
-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 820434, jrnl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-13 12:37:46 UTC (rev 820435)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=jrnl
+pkgver=2.6
+pkgrel=2
+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=('e37c610048523999d994409699f8fe55a97cb971a462dc22c4e40704a959ea6ce7e252443605159e8031be468894d70712cce9680841eb4fa877775aac61058e')
+
+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